Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329720
b: refs/heads/master
c: 0e16aaf
h: refs/heads/master
v: v3
  • Loading branch information
Seth Jennings authored and Herbert Xu committed Aug 1, 2012
1 parent f3811f8 commit 3ed7a95
Show file tree
Hide file tree
Showing 6 changed files with 1,645 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da29aa8f2ab178903a1ac23ce19442f92be4f09c
refs/heads/master: 0e16aafb12046e12effbdaab179fbe1a38427ba9
6 changes: 6 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3415,6 +3415,12 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
S: Maintained
F: arch/ia64/

IBM Power 842 compression accelerator
M: Robert Jennings <rcj@linux.vnet.ibm.com>
S: Supported
F: drivers/crypto/nx/nx-842.c
F: include/linux/nx842.h

IBM Power Linux RAID adapter
M: Brian King <brking@us.ibm.com>
S: Supported
Expand Down
9 changes: 9 additions & 0 deletions trunk/drivers/crypto/nx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ config CRYPTO_DEV_NX_ENCRYPT
Support for Power7+ in-Nest encryption acceleration. This
module supports acceleration for AES and SHA2 algorithms. If you
choose 'M' here, this module will be called nx_crypto.

config CRYPTO_DEV_NX_COMPRESS
tristate "Compression acceleration support"
depends on PPC64 && IBMVIO
default y
help
Support for Power7+ in-Nest compression acceleration. This
module supports acceleration for AES and SHA2 algorithms. If you
choose 'M' here, this module will be called nx_compress.
3 changes: 3 additions & 0 deletions trunk/drivers/crypto/nx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ nx-crypto-objs := nx.o \
nx-aes-xcbc.o \
nx-sha256.o \
nx-sha512.o

obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS) += nx-compress.o
nx-compress-objs := nx-842.o
Loading

0 comments on commit 3ed7a95

Please sign in to comment.