summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)AuthorLines
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-109/+425
2014-07-23crypto: caam - fix DECO RSR pollingHoria Geanta-4/+7
2014-07-23crypto: caam - set DK (Decrypt Key) bit only for AES acceleratorHoria Geanta-0/+7
2014-07-23crypto: caam - fix uninitialized state->buf_dma fieldHoria Geanta-0/+1
2014-07-23crypto: caam - fix uninitialized edesc->dst_dma fieldHoria Geanta-0/+2
2014-07-23crypto: caam - fix uninitialized S/G table size in ahash_digestHoria Geanta-0/+1
2014-07-23crypto: caam - fix DMA direction mismatch in ahash_done_ctx_srcHoria Geanta-1/+1
2014-07-23crypto: caam - fix DMA direction mismatch in ahash_done_ctx_dstHoria Geanta-1/+1
2014-07-23crypto: caam - fix DMA unmapping error in hash_digest_keyHoria Geanta-2/+2
2014-07-23crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta-28/+163
2014-07-23crypto: caam - fix typo in dma_mapping_errorHoria Geanta-1/+1
2014-07-23crypto: caam - set coherent_dma_maskHoria Geanta-6/+6
2014-07-10crypto: caam - fix memleak in caam_jr moduleCristian Stoica-5/+3
2014-07-10crypto: caam - Check for CAAM block presence before registering with crypto l...Ruchika Gupta-0/+85
2014-07-08crypto: caam - Enabling multiple caam debug support for C29x platformNitesh Narayan Lal-1/+1
2014-06-25crypto: caam - Correct the dma mapping for sg tableRuchika Gupta-21/+27
2014-06-25crypto: caam - Add definition of rd/wr_reg64 for little endian platformRuchika Gupta-0/+16
2014-06-25crypto: caam - Configuration for platforms with virtualization enabled in CAAMRuchika Gupta-2/+56
2014-06-25crypto: caam - Correct definition of registers in memory mapRuchika Gupta-39/+46
2014-06-20crypto: caam - remove duplicate FIFOST_CONT_MASK defineDan Carpenter-1/+0
2014-06-20crypto: caam - Introduce the use of the managed version of kzallocHimangi Saraogi-6/+6
2014-05-13crypto: caam - reinitialize keys_fit_inline for decrypt and givencryptVakul Garg-0/+3
2014-05-08crypto: caam - Fix the 'quoted string split across lines'Marek Vasut-59/+18
2014-05-08crypto: caam - Sweep the remnantsMarek Vasut-21/+20
2014-05-08crypto: caam - Kill SPRINTFCAT() with fireMarek Vasut-10/+0
2014-05-08crypto: caam - Clean up report_deco_status()Marek Vasut-18/+13
2014-05-08crypto: caam - Clean up report_ccb_status()Marek Vasut-25/+20
2014-05-08crypto: caam - Dissolve report_jump_idx()Marek Vasut-15/+17
2014-05-08crypto: caam - Kill the easy targetsMarek Vasut-12/+17
2014-05-08crypto: caam - Pass error type into the functionsMarek Vasut-10/+21
2014-05-08crypto: caam - Implement fast-path for error codes with no handlerMarek Vasut-2/+10
2014-05-08crypto: caam - Pull all the error codes outMarek Vasut-143/+147
2014-05-08crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut-53/+24
2014-04-28crypto: caam - fix mem leak in ahash_setkeyHoria Geanta-1/+3
2014-03-21crypto: caam - add missing key_dma unmapHoria Geanta-0/+5
2014-03-21crypto: caam - add support for aead null encryptionHoria Geanta-13/+342
2014-03-21crypto: caam - remove error propagation handlingHoria Geanta-47/+7
2014-03-21crypto: caam - Fix first parameter to caam_init_rngHerbert Xu-1/+1
2014-03-10crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal-6/+9
2014-02-27crypto: caam - writel() arguments are swappedDan Carpenter-2/+2
2014-02-09crypto: caam - fix ERA retrieval functionAlex Porosanu-27/+11
2014-02-09crypto: caam - Fix job ring discovery in controller driverNitesh Lal-19/+6
2013-12-20crypto: caam - simplify and harden key parsingHoria Geanta-23/+13
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta-22/+29
2013-11-26crypto: caam - Add missing Job Ring includeMichael Neuling-0/+1
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-379/+697
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring-2/+2
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta-178/+55
2013-10-30crypto: caam - Add API's to allocate/free Job RingsRuchika Gupta-3/+62
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta-136/+232