summaryrefslogtreecommitdiff
path: root/drivers/crypto/nx/nx-842-pseries.c
AgeCommit message (Expand)Author
2021-06-20crypto/nx: Rename nx-842-pseries file name to nx-common-pseriesHaren Myneni
2021-03-02vio: make remove callback return voidUwe Kleine-König
2019-06-03locking/atomic, crypto/nx: Remove redundant castsMark Rutland
2019-06-03locking/atomic, crypto/nx: Prepare for atomic64_read() conversionMark Rutland
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner
2019-04-08crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'YueHaibing
2018-02-22crypto: nx-842 - Delete an error message for a failed memory allocation in nx...Markus Elfring
2017-09-22crypto: nx-842 - constify vio_device_idArvind Yadav
2015-10-14crypto: 842 - Add CRC and validation supportHaren Myneni
2015-07-30crypto: nx - don't err if compressed output > inputDan Streetman
2015-07-23crypto: nx - make platform drivers directly register with cryptoDan Streetman
2015-07-23crypto: nx - don't register pSeries driver if ENODEVDan Streetman
2015-07-23crypto: nx - move kzalloc() out of spinlockDan Streetman
2015-07-23crypto: nx - remove pSeries NX 'status' fieldDan Streetman
2015-07-23crypto: nx - remove __init/__exit from VIO functionsDan Streetman
2015-07-07crypto: nx - reduce chattiness of platform driversNishanth Aravamudan
2015-07-06crypto: nx - do not emit extra output if status is disabledNishanth Aravamudan
2015-07-06crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}Nishanth Aravamudan
2015-07-06crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'Nishanth Aravamudan
2015-06-19crypto: nx - add LE support to pSeries platform driverDan Streetman
2015-06-15crypto: nx - replace NX842_MEM_COMPRESS with functionDan Streetman
2015-06-04crypto: nx - fix nx-842 pSeries driver minimum buffer sizeDan Streetman
2015-06-03crypto: nx - prevent nx 842 load if no hw driverDan Streetman
2015-05-11crypto: nx - simplify pSeries nx842 driverDan Streetman
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman
2015-05-11crypto: nx - add nx842 constraintsDan Streetman
2015-05-11crypto: nx - add NX-842 platform frontend driverDan Streetman
2015-05-11crypto: nx - rename nx-842.c to nx-842-pseries.cDan Streetman