]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/zcrypt: zcrypt device driver cleanup
authorHarald Freudenberger <freude@linux.ibm.com>
Thu, 4 Oct 2018 13:30:24 +0000 (15:30 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 9 Oct 2018 09:21:35 +0000 (11:21 +0200)
commitee410de890cdf8fc94f6235dd9ef323a101511ab
tree35e750a7374a2ded56bbea5ba81fb55b89e25773
parent78333d1f908a25c9565d7518966cef717279fe32
s390/zcrypt: zcrypt device driver cleanup

Some cleanup in the s390 zcrypt device driver:
- Removed fragments of pcixx crypto card code. This code
  can't be reached anymore because the hardware detection
  function does not recognize crypto cards < CEX2 since
  commit f56545430736 ("s390/zcrypt: Introduce QACT support
  for AP bus devices.")
- Rename of some files and driver names which where still
  reflecting pcixx support to cex2a/cex2c.
- Removed all the zcrypt version strings in the file headers.
  There is only one place left - the zcrypt.h header file is
  now the only place for zcrypt device driver version info.
- Zcrypt version pump up from 2.2.0 to 2.2.1.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
17 files changed:
arch/s390/include/uapi/asm/zcrypt.h
drivers/s390/crypto/Makefile
drivers/s390/crypto/zcrypt_api.c
drivers/s390/crypto/zcrypt_api.h
drivers/s390/crypto/zcrypt_card.c
drivers/s390/crypto/zcrypt_cca_key.h
drivers/s390/crypto/zcrypt_cex2a.c
drivers/s390/crypto/zcrypt_cex2a.h
drivers/s390/crypto/zcrypt_cex2c.c [moved from drivers/s390/crypto/zcrypt_pcixcc.c with 62% similarity]
drivers/s390/crypto/zcrypt_cex2c.h [moved from drivers/s390/crypto/zcrypt_pcixcc.h with 63% similarity]
drivers/s390/crypto/zcrypt_cex4.c
drivers/s390/crypto/zcrypt_error.h
drivers/s390/crypto/zcrypt_msgtype50.c
drivers/s390/crypto/zcrypt_msgtype50.h
drivers/s390/crypto/zcrypt_msgtype6.c
drivers/s390/crypto/zcrypt_msgtype6.h
drivers/s390/crypto/zcrypt_queue.c