aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/regs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-23crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum1-1/+3
2021-09-24crypto: caam - disable pkc for non-E SoCsMichael Walle1-0/+3
2020-07-31crypto: caam - remove deadcode on 32-bit platformsFranck LENORMAND1-3/+8
2020-03-30crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov1-1/+3
2020-03-30crypto: caam - invalidate entropy register during RNG initializationAndrey Smirnov1-1/+2
2019-08-30crypto: caam - select DMA address size at runtimeAndrey Smirnov1-10/+30
2019-08-30crypto: caam - don't hardcode inpentry sizeAndrey Smirnov1-0/+9
2019-08-30crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov1-4/+36
2019-08-30crypto: caam - move cpu_to_caam_dma() selection to runtimeAndrey Smirnov1-7/+15
2019-08-30crypto: caam - drop 64-bit only wr/rd_reg64()Andrey Smirnov1-19/+0
2019-08-30crypto: caam - use ioread64*_hi_lo in rd_reg64Andrey Smirnov1-5/+13
2019-08-30crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64Andrey Smirnov1-5/+9
2019-08-09crypto: caam/qi - fix error handling in ERN handlerHoria Geantă1-0/+1
2019-05-09Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu1-8/+0
2019-04-25crypto: caam/jr - update gcm detection logicHoria Geantă1-0/+3
2019-04-18crypto: caam/jr - Remove extra memory barrier during job ring dequeueVakul Garg1-0/+8
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă1-10/+64
2018-09-21crypto: caam - add Queue Interface v2 error codesHoria Geantă1-0/+2
2018-09-21crypto: caam - fix implicit casts in endianness helpersHoria Geantă1-14/+14
2018-04-21crypto: caam - allow retrieving 'era' from registerFabio Estevam1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-20crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă1-31/+28
2017-08-03crypto: caam/jr - add support for DPAA2 partsHoria Geantă1-0/+1
2016-10-02crypto: caam - treat SGT address pointer as u64Tudor Ambarus1-0/+8
2016-06-20crypto: caam - fix misspelled upper_32_bitsArnd Bergmann1-2/+2
2016-05-31crypto: caam - handle core endianness != caam endiannessHoria Geantă1-50/+101
2016-01-25crypto: caam - enable LARGE_BURST for enhancing DMA transactions sizeHoria Geant?1-1/+2
2015-08-18crypto: caam - add support for LS1021AHoria Geant?1-4/+15
2015-08-10crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan1-3/+13
2015-08-10crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatibilityVictoria Milhoan1-0/+23
2015-07-20crypto: caam - fix snooping for write transactionsHoria Geant?1-0/+6
2015-06-18crypto: caam - fix non-64-bit write/read accessSteffen Trumtrar1-19/+19
2014-09-15crypto: caam - Dynamic allocation of addresses for various memory blocks in CAAM.Nitesh Narayan Lal1-30/+8
2014-08-25crypto: caam - enable raw data instead of von Neumann dataAlex Porosanu1-0/+10
2014-08-25crypto: caam - change starting entropy delay valueAlex Porosanu1-1/+1
2014-08-25crypto: caam - disable RNG oscillator maximum frequency checkAlex Porosanu1-0/+1
2014-06-25crypto: caam - Add definition of rd/wr_reg64 for little endian platformRuchika Gupta1-0/+16
2014-06-25crypto: caam - Configuration for platforms with virtualization enabled in CAAMRuchika Gupta1-2/+16
2014-06-25crypto: caam - Correct definition of registers in memory mapRuchika Gupta1-33/+38
2014-02-27crypto: caam - writel() arguments are swappedDan Carpenter1-2/+2
2013-09-13crypto: caam - enable instantiation of all RNG4 state handlesAlex Porosanu1-1/+6
2013-09-13crypto: caam - fix RNG4 instantiationAlex Porosanu1-2/+5
2013-08-01crypto: caam - RNG instantiation by directly programming DECORuchika Gupta1-1/+11
2013-05-14crypto: caam - FIX RNG init for RNG greater than equal to 4Ruchika Gupta1-1/+41
2013-03-22crypto: caam - set RDB bit in security configuration registerVakul Garg1-1/+3
2012-07-11crypto: caam - ERA retrieval and printing for SEC deviceAlex Porosanu1-0/+6
2012-06-27crypto: caam - add support for SEC v5.x RNG4Kim Phillips1-2/+30
2011-12-20crypto: caam - remove DECO access initialization codeKim Phillips1-1/+0
2011-05-03crypto: caam - fix queue interface detectionKim Phillips1-1/+1
2011-03-27crypto: caam - Add support for the Freescale SEC4/CAAMKim Phillips1-0/+663