summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamrng.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - print debug messages at debug levelSascha Hauer2019-05-301-12/+10Star
* crypto: caam - convert top level drivers to librariesHoria Geantă2019-05-231-47/+7Star
* crypto: caam - add missing put_device() callWen Yang2019-03-071-8/+14
* crypto: caam - add register map changes cf. Era 10Horia Geantă2018-11-161-1/+9
* crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-171-0/+1
* crypto: caam - clean-up in caam_init_rng()Horia Geantă2017-07-181-5/+1Star
* crypto: caam - trivial code clean-upHoria Geantă2016-11-131-2/+1Star
* crypto: caam - fix smatch warningsHoria Geantă2016-11-131-1/+1
* crypto: caam - completely remove error propagation handlingHoria Geantă2016-11-131-4/+1Star
* crypto: caam - Use the preferred style for memory allocationsFabio Estevam2015-08-241-1/+1
* crypto: caam - Fix error handling in caam_rng_init()Fabio Estevam2015-08-131-3/+11
* crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan2015-08-101-1/+5
* crypto: caam - Add cache coherency supportVictoria Milhoan2015-08-101-0/+4
* crypto: caam - fix RNG buffer cache alignmentSteve Cornelius2015-06-161-1/+1
* hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problemYanjiang Jin2015-03-091-3/+3
* crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta2014-07-231-9/+42
* crypto: caam - Check for CAAM block presence before registering with crypto l...Ruchika Gupta2014-07-101-0/+28
* crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut2014-05-081-5/+2Star
* crypto: caam - Fix first parameter to caam_init_rngHerbert Xu2014-03-211-1/+1
* crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal2014-03-101-6/+9
* crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta2013-10-301-28/+9Star
* crypto: caam - Add Platform driver for Job RingRuchika Gupta2013-10-301-3/+4
* crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu2013-09-131-0/+7
* crypto: caam - set descriptor sharing type to SERIALKim Phillips2012-08-011-1/+1
* crypto: caam - add backward compatible string sec4.0Shengzhou Liu2012-08-011-2/+5
* crypto: caam - hwrng supportYuan Kang2012-06-271-0/+309