]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/zcrypt: Separate msgtype implementation from card modules.
authorHolger Dengler <hd@linux.vnet.ibm.com>
Tue, 28 Aug 2012 14:45:36 +0000 (16:45 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 17 Sep 2012 09:30:14 +0000 (11:30 +0200)
commit80124e1ded4280533f86f061aa3d34becc5244dc
treed610b2cc20bab983bd480434199f9a33ee9bca1d
parentc05d3be8919df640bf86b00420ef04a1b902913d
s390/zcrypt: Separate msgtype implementation from card modules.

Msgtype implementations are now separated from card specific modules
and can be dynamically registered. Existing msgtype implementations
are restructured in modules.

Signed-off-by: Holger Dengler <hd@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/crypto/Makefile
drivers/s390/crypto/zcrypt_api.c
drivers/s390/crypto/zcrypt_api.h
drivers/s390/crypto/zcrypt_cex2a.c
drivers/s390/crypto/zcrypt_msgtype50.c [new file with mode: 0644]
drivers/s390/crypto/zcrypt_msgtype50.h [new file with mode: 0644]
drivers/s390/crypto/zcrypt_msgtype6.c [new file with mode: 0644]
drivers/s390/crypto/zcrypt_msgtype6.h [new file with mode: 0644]
drivers/s390/crypto/zcrypt_pcixcc.c
drivers/s390/crypto/zcrypt_pcixcc.h