]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
powerpc/powernv/vas: Define vas_win_close() interface
authorSukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Wed, 27 Sep 2017 23:24:19 +0000 (20:24 -0300)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 28 Sep 2017 15:07:05 +0000 (11:07 -0400)
commit32c2c8324f1952140d4dfa08f84f19c3abe8e4b7
tree1d8287e193c346a8040c2ae77e7c652e17daacbe
parent75d2a070e622925105c9332d4a258d29f6a23dd3
powerpc/powernv/vas: Define vas_win_close() interface

BugLink: http://bugs.launchpad.net/bugs/1718293
Define the vas_win_close() interface which should be used to close a
send or receive windows.

While the hardware configurations required to open send and receive
windows differ, the configuration to close a window is the same for
both. So we use a single interface to close the window.

Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
(cherry picked from commit 98271d4198699947d66d6f8a02c09bd27cb90022)
Signed-off-by: Gustavo Walbon <gwalbon@linux.vnet.ibm.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
arch/powerpc/include/asm/vas.h
arch/powerpc/platforms/powernv/vas-window.c