aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/ctrl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-13crypto: caam - fix RNG state handle instantiation descriptorAlex Porosanu1-1/+3
2013-08-01crypto: caam - Remove unused functions from Job RingRuchika Gupta1-3/+0
2013-08-01crypto: caam - RNG instantiation by directly programming DECORuchika Gupta1-38/+36
2013-05-14crypto: caam - FIX RNG init for RNG greater than equal to 4Ruchika Gupta1-3/+7
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+3
2013-03-22crypto: caam - set RDB bit in security configuration registerVakul Garg1-0/+3
2013-03-18treewide: Fix typos in printk and commentMasanari Iida1-1/+1
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-09-27crypto: caam - increase TRNG clocks per sampleKim Phillips1-3/+3
2012-07-11crypto: caam - ERA retrieval and printing for SEC deviceAlex Porosanu1-2/+39
2012-06-27crypto: caam - add support for SEC v5.x RNG4Kim Phillips1-2/+127
2012-06-27crypto: caam - assign 40-bit masks on SEC v5.0 and aboveKim Phillips1-2/+7
2012-03-29crypto: caam - add backward compatible string sec4.0Shengzhou Liu1-0/+16
2012-01-26crypto: caam - fix gcc 4.6 warningKim Phillips1-1/+1
2011-12-20crypto: caam - remove DECO access initialization codeKim Phillips1-13/+0
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin1-12/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-13/+13
2011-07-24caam: don't pass bogus S_IFCHR to debugfs_create_...()Al Viro1-13/+13
2011-06-30crypto: caam - fix build warning when DEBUG_FS not configuredKim Phillips1-1/+3
2011-05-19crypto: caam - platform_bus_type migrationKim Phillips1-5/+4
2011-03-27crypto: caam - standardize device tree naming convention to utilize '-vX.Y'Kim Phillips1-3/+3
2011-03-27crypto: caam - Add support for the Freescale SEC4/CAAMKim Phillips1-0/+270