diff options
author | Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> | 2017-08-28 23:23:33 -0700 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-31 14:26:26 +1000 |
commit | 4dea2d1a927c61114a168d4509b56329ea6effb7 (patch) | |
tree | 06787dfcf5c7dc2119bf9f16d1a22fbe3dc8f50a /MAINTAINERS | |
parent | b6622a339e8670a1025d4dd84be473c76dabed33 (diff) | |
download | linux-4dea2d1a927c61114a168d4509b56329ea6effb7.tar.gz linux-4dea2d1a927c61114a168d4509b56329ea6effb7.tar.bz2 linux-4dea2d1a927c61114a168d4509b56329ea6effb7.zip |
powerpc/powernv/vas: Define vas_init() and vas_exit()
Implement vas_init() and vas_exit() functions for a new VAS module.
This VAS module is essentially a library for other device drivers
and kernel users of the NX coprocessors like NX-842 and NX-GZIP.
In the future this will be extended to add support for user space
to access the NX coprocessors.
VAS is currently only supported with 64K page size.
Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f66488dfdbc9..5712d9da0c9d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6429,6 +6429,14 @@ L: netdev@vger.kernel.org S: Supported F: drivers/net/ethernet/ibm/ibmvnic.* +IBM Power Virtual Accelerator Switchboard +M: Sukadev Bhattiprolu +L: linuxppc-dev@lists.ozlabs.org +S: Supported +F: arch/powerpc/platforms/powernv/vas* +F: arch/powerpc/include/asm/vas.h +F: arch/powerpc/include/uapi/asm/vas.h + IBM Power Virtual Ethernet Device Driver M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> L: netdev@vger.kernel.org |