aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/jr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-08-03crypto: caam/jr - add support for DPAA2 partsHoria Geantă1-1/+6
2017-06-20crypto: caam - make of_device_ids const.Arvind Yadav1-1/+1
2017-02-15crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă1-5/+14
2016-11-13Revert "crypto: caam - get rid of tasklet"Horia Geantă1-9/+16
2016-11-13crypto: caam - fix sparse warningsHoria Geantă1-1/+1
2016-10-02crypto: caam - Unmap region obtained by of_iomapArvind Yadav1-0/+1
2016-08-09crypto: caam - get rid of taskletRussell King1-16/+9
2016-05-31crypto: caam - handle core endianness != caam endiannessHoria Geantă1-11/+11
2016-05-10crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile1-1/+1
2016-02-17crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam1-1/+1
2015-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam1-7/+5
2015-08-10crypto: caam - Add cache coherency supportVictoria Milhoan1-0/+18
2015-01-26crypto: caam - fix resource clean-up on error path for caam_jr_initCristian Stoica1-9/+22
2015-01-26crypto: caam - pair irq map and dispose in the same functionCristian Stoica1-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-17crypto: caam - Remove unnecessary smp_read_barrier_depends()Pranith Kumar1-3/+0
2014-10-20crypto: caam: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2014-07-23crypto: caam - set coherent_dma_maskHoria Geanta1-3/+3
2014-07-10crypto: caam - fix memleak in caam_jr moduleCristian Stoica1-5/+3
2013-11-26crypto: caam - Add missing Job Ring includeMichael Neuling1-0/+1
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-108/+231
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-1/+1
2013-10-30crypto: caam - Add API's to allocate/free Job RingsRuchika Gupta1-3/+57
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta1-108/+177
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-08-01crypto: caam - Remove unused functions from Job RingRuchika Gupta1-67/+0
2013-04-25crypto: caam - fix job ring cleanup codeVakul Garg1-0/+4
2012-08-20crypto: caam - fix possible deadlock conditionKim Phillips1-5/+5
2012-07-11crypto: caam - Using alloc_coherent for caam job ringsBharat Bhushan1-36/+9
2012-06-27crypto: caam - one tasklet per job ringKim Phillips1-8/+5
2012-06-27crypto: caam - consolidate memory barriers from job ring en/dequeueKim Phillips1-6/+2
2012-06-27crypto: caam - only query h/w in job ring dequeue pathKim Phillips1-12/+5
2012-06-27crypto: caam - use non-irq versions of spinlocks for job ringsKim Phillips1-17/+13
2012-06-27crypto: caam - assign 40-bit masks on SEC v5.0 and aboveKim Phillips1-0/+8
2012-06-27crypto: caam - fix input job ring element dma mapping sizeKim Phillips1-5/+5
2011-05-03crypto: caam - handle interrupt lines shared across ringsKim Phillips1-26/+20
2011-03-27crypto: caam - Add support for the Freescale SEC4/CAAMKim Phillips1-0/+523