aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Jennings2012-07-19 09:42:40 -0500
committerHerbert Xu2012-08-01 04:47:56 -0500
commit0e16aafb12046e12effbdaab179fbe1a38427ba9 (patch)
tree743ce60ba95bf9a5ee3cff7f664dd99a7498473e /MAINTAINERS
parentda29aa8f2ab178903a1ac23ce19442f92be4f09c (diff)
downloadlinux-phy-0e16aafb12046e12effbdaab179fbe1a38427ba9.tar.gz
linux-phy-0e16aafb12046e12effbdaab179fbe1a38427ba9.tar.xz
linux-phy-0e16aafb12046e12effbdaab179fbe1a38427ba9.zip
powerpc/crypto: add 842 hardware compression driver
This patch adds the driver for interacting with the 842 compression accelerator on IBM Power7+ systems. The device is a child of the Platform Facilities Option (PFO) and shows up as a child of the IBM VIO bus. The compression/decompression API takes the same arguments as existing compression methods like lzo and deflate. The 842 hardware operates on 4K hardware pages and the driver breaks up input on 4K boundaries to submit it to the hardware accelerator. Signed-off-by: Robert Jennings <rcj@linux.vnet.ibm.com> Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6720018bc674..f2dfb204c8e9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3415,6 +3415,12 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3415S: Maintained 3415S: Maintained
3416F: arch/ia64/ 3416F: arch/ia64/
3417 3417
3418IBM Power 842 compression accelerator
3419M: Robert Jennings <rcj@linux.vnet.ibm.com>
3420S: Supported
3421F: drivers/crypto/nx/nx-842.c
3422F: include/linux/nx842.h
3423
3418IBM Power Linux RAID adapter 3424IBM Power Linux RAID adapter
3419M: Brian King <brking@us.ibm.com> 3425M: Brian King <brking@us.ibm.com>
3420S: Supported 3426S: Supported