aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/jr.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-26crypto: caam - Add missing Job Ring includeGravatar Michael Neuling 1-0/+1
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-108/+231
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextGravatar Rob Herring 1-1/+1
2013-10-30crypto: caam - Add API's to allocate/free Job RingsGravatar Ruchika Gupta 1-3/+57
2013-10-30crypto: caam - Add Platform driver for Job RingGravatar Ruchika Gupta 1-108/+177
2013-10-24of/irq: Use irq_of_parse_and_map()Gravatar Thierry Reding 1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesGravatar Rob Herring 1-0/+2
2013-08-01crypto: caam - Remove unused functions from Job RingGravatar Ruchika Gupta 1-67/+0
2013-04-25crypto: caam - fix job ring cleanup codeGravatar Vakul Garg 1-0/+4
2012-08-20crypto: caam - fix possible deadlock conditionGravatar Kim Phillips 1-5/+5
2012-07-11crypto: caam - Using alloc_coherent for caam job ringsGravatar Bharat Bhushan 1-36/+9
2012-06-27crypto: caam - one tasklet per job ringGravatar Kim Phillips 1-8/+5
2012-06-27crypto: caam - consolidate memory barriers from job ring en/dequeueGravatar Kim Phillips 1-6/+2
2012-06-27crypto: caam - only query h/w in job ring dequeue pathGravatar Kim Phillips 1-12/+5
2012-06-27crypto: caam - use non-irq versions of spinlocks for job ringsGravatar Kim Phillips 1-17/+13
2012-06-27crypto: caam - assign 40-bit masks on SEC v5.0 and aboveGravatar Kim Phillips 1-0/+8
2012-06-27crypto: caam - fix input job ring element dma mapping sizeGravatar Kim Phillips 1-5/+5
2011-05-03crypto: caam - handle interrupt lines shared across ringsGravatar Kim Phillips 1-26/+20
2011-03-27crypto: caam - Add support for the Freescale SEC4/CAAMGravatar Kim Phillips 1-0/+523