aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-842-powernv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-20crypto/nx: Rename nx-842-powernv file name to nx-common-powernvHaren Myneni1-1062/+0
2020-04-20crypto/nx: Initialize coproc entry with kzallocHaren Myneni1-1/+1
2019-08-02crypto: nx - Add of_node_put() before return in 842Nishka Dasgupta1-0/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+5
2019-06-28crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni1-3/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-08-08crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni1-3/+28
2018-05-19crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Colin Ian King1-1/+1
2017-11-29crypto: nx - fix spelling mistake: "availavle" -> "available"Colin Ian King1-2/+2
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-96/+71
2017-11-12crypto/nx: Use percpu send window for NX requestsHaren Myneni1-81/+68
2017-11-12powerpc/vas, nx-842: Define and use chip_to_vas_id()Sukadev Bhattiprolu1-15/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-09-01crypto/nx: Add P9 NX support for 842 compression engineHaren Myneni1-6/+371
2017-09-01crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni1-0/+18
2017-09-01crypto/nx: Add nx842_add_coprocs_list functionHaren Myneni1-3/+9
2017-09-01crypto/nx: Create nx842_delete_coprocs functionHaren Myneni1-13/+12
2017-09-01crypto/nx: Create nx842_configure_crb functionHaren Myneni1-19/+38
2017-09-01crypto/nx: Rename nx842_powernv_function as icswx functionHaren Myneni1-7/+13
2017-08-31powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.hSukadev Bhattiprolu1-3/+4
2015-12-17crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni1-4/+8
2015-11-24crypto: nx - use of_property_read_u32()saurabh1-7/+4
2015-10-14crypto: 842 - Add CRC and validation supportHaren Myneni1-2/+2
2015-07-30crypto: nx - use be32_to_cpu for __be32 field in debug msgDan Streetman1-1/+2
2015-07-23crypto: nx - make platform drivers directly register with cryptoDan Streetman1-3/+26
2015-07-07crypto: nx - reduce chattiness of platform driversNishanth Aravamudan1-9/+1
2015-06-15crypto: nx - replace NX842_MEM_COMPRESS with functionDan Streetman1-4/+7
2015-06-03crypto: nx - prevent nx 842 load if no hw driverDan Streetman1-4/+13
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman1-0/+625