aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/ctrl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-15crypto: caam - fix JR IO mapping if one failsTudor Ambarus1-8/+9
2017-02-15crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă1-5/+10
2017-02-15crypto: caam - don't include unneeded headersHoria Geantă1-1/+0
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-38/+37
2016-12-07crypto: caam - check caam_emi_slow instead of re-lookup platformMarcus Folkesson1-3/+3
2016-12-07crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernelHoria Geantă1-2/+3
2016-11-13crypto: caam - fix sparse warningsHoria Geantă1-23/+17
2016-10-25crypto: caam - add support for iMX6ULMarcus Folkesson1-15/+20
2016-08-31crypto: caam - add missing header dependenciesBaoyou Xie1-0/+1
2016-08-09crypto: caam - avoid kernel warnings on probe failureRussell King1-0/+2
2016-05-31crypto: caam - handle core endianness != caam endiannessHoria Geantă1-45/+80
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-01-25crypto: caam - enable LARGE_BURST for enhancing DMA transactions sizeHoria Geant?1-1/+1
2016-01-25crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?1-2/+2
2015-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam1-5/+3
2015-08-24crypto: caam - Propagate the real error code in caam_probeFabio Estevam1-4/+4
2015-08-24crypto: caam - Fix the error handling in caam_probeFabio Estevam1-11/+25
2015-08-24crypto: caam - fix writing to JQCR_MS when using service interfaceHoria Geant?1-1/+1
2015-08-18crypto: caam - add support for LS1021AHoria Geant?1-2/+2
2015-08-13crypto: caam - Remove unneeded 'ret' variableFabio Estevam1-2/+2
2015-08-10crypto: caam - Enable and disable clocks on Freescale i.MX platformsVictoria Milhoan1-0/+88
2015-08-10crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatibilityVictoria Milhoan1-3/+3
2015-07-20crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?1-2/+3
2015-07-20crypto: caam - fix snooping for write transactionsHoria Geant?1-2/+3
2015-07-20crypto: caam - fix ERA property readingAlex Porosanu1-7/+7
2015-06-16crypto: caam - Provide correct value to iounmap() in controller driverVictoria Milhoan1-2/+2
2015-01-26crypto: caam - remove unused local variableCristian Stoica1-5/+1
2014-10-20crypto: caam: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-15crypto: caam - Dynamic allocation of addresses for various memory blocks in CAAM.Nitesh Narayan Lal1-46/+68
2014-08-25crypto: caam - enable raw data instead of von Neumann dataAlex Porosanu1-1/+10
2014-08-25crypto: caam - change starting entropy delay valueAlex Porosanu1-0/+9
2014-08-25crypto: caam - disable RNG oscillator maximum frequency checkAlex Porosanu1-2/+2
2014-07-23crypto: caam - fix DECO RSR pollingHoria Geanta1-4/+7
2014-07-23crypto: caam - set coherent_dma_maskHoria Geanta1-3/+3
2014-07-08crypto: caam - Enabling multiple caam debug support for C29x platformNitesh Narayan Lal1-1/+1
2014-06-25crypto: caam - Configuration for platforms with virtualization enabled in CAAMRuchika Gupta1-0/+39
2014-06-25crypto: caam - Correct definition of registers in memory mapRuchika Gupta1-6/+8
2014-06-20crypto: caam - Introduce the use of the managed version of kzallocHimangi Saraogi1-6/+6
2014-02-09crypto: caam - fix ERA retrieval functionAlex Porosanu1-26/+10
2014-02-09crypto: caam - Fix job ring discovery in controller driverNitesh Lal1-19/+6
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-87/+331
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-1/+1
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta1-10/+20
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/+3
2013-09-13crypto: caam - enable instantiation of all RNG4 state handlesAlex Porosanu1-47/+159
2013-09-13crypto: caam - fix RNG4 AAI definesAlex Porosanu1-1/+1
2013-09-13crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driverAlex Porosanu1-6/+51
2013-09-13crypto: caam - split RNG4 instantiation functionAlex Porosanu1-48/+92
2013-09-13crypto: caam - fix RNG4 instantiationAlex Porosanu1-16/+47