aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/jr.c
AgeCommit message (Expand)Author
2023-10-27crypto: caam/jr - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-08-18crypto: caam/jr - fix shared IRQ line handlingHoria Geantă
2023-08-18crypto: caam - increase the domain of write memory barrier to full systemIuliana Prodan
2023-08-18crypto: caam - fix PM operations definitionArnd Bergmann
2023-08-04crypto: caam - add power management supportHoria Geanta
2023-03-24crypto: caam/jr - add .shutdown hookGaurav Jain
2023-03-14drivers: crypto: caam/jr - Allow quiesce when quiescedHoria Geanta
2022-05-06crypto: caam/rng - Add support for PRNGMeenakshi Aggarwal
2020-11-06crypto: caam - enable crypto-engine retry mechanismIuliana Prodan
2020-09-18crypto: caam - Fix kerneldocKrzysztof Kozlowski
2020-07-31crypto: caam/jr - remove incorrect reference to caam_jr_register()Dan Douglass
2020-03-30crypto: caam - drop global context pointer and init_doneAndrey Smirnov
2020-02-22crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan
2020-02-22crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan
2019-09-13crypto: caam - Cast to long first before pointer conversionHerbert Xu
2019-09-09crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov
2019-09-09crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov
2019-09-09crypto: caam - use devres to unmap JR's registersAndrey Smirnov
2019-08-30crypto: caam - don't hardcode inpentry sizeAndrey Smirnov
2019-08-30crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov
2019-08-30crypto: caam - request JR IRQ as the last stepAndrey Smirnov
2019-08-30crypto: caam - convert caam_jr_init() to use devresAndrey Smirnov
2019-08-30crypto: caam - move DMA mask selection into a functionAndrey Smirnov
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă
2019-05-09Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu
2019-04-18crypto: caam/jr - Remove extra memory barrier during job ring dequeueVakul Garg
2019-03-28crypto: caam/jr - Remove extra memory barrier during job ring enqueueVakul Garg
2019-03-28crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg
2019-03-28crypto: caam/jr - Remove spinlock for output job ringVakul Garg
2019-03-22crypto: caam/jr - optimize job ring enqueue and dequeue operationsVakul Garg
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă
2018-08-25crypto: caam/jr - fix descriptor DMA unmappingHoria Geantă
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-08-03crypto: caam/jr - add support for DPAA2 partsHoria Geantă
2017-06-20crypto: caam - make of_device_ids const.Arvind Yadav
2017-02-15crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă
2016-11-13Revert "crypto: caam - get rid of tasklet"Horia Geantă
2016-11-13crypto: caam - fix sparse warningsHoria Geantă
2016-10-02crypto: caam - Unmap region obtained by of_iomapArvind Yadav
2016-08-09crypto: caam - get rid of taskletRussell King
2016-05-31crypto: caam - handle core endianness != caam endiannessHoria Geantă
2016-05-10crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile
2016-02-17crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam
2015-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam
2015-08-10crypto: caam - Add cache coherency supportVictoria Milhoan
2015-01-26crypto: caam - fix resource clean-up on error path for caam_jr_initCristian Stoica
2015-01-26crypto: caam - pair irq map and dispose in the same functionCristian Stoica
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-17crypto: caam - Remove unnecessary smp_read_barrier_depends()Pranith Kumar