summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/jr.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-0/+1
* crypto: caam/jr - fix shared IRQ line handlingHoria Geantă2023-08-181-1/+1
* crypto: caam - increase the domain of write memory barrier to full systemIuliana Prodan2023-08-181-1/+9
* crypto: caam - fix PM operations definitionArnd Bergmann2023-08-181-2/+2
* crypto: caam - add power management supportHoria Geanta2023-08-041-18/+175
* crypto: caam/jr - add .shutdown hookGaurav Jain2023-03-241-0/+6
* drivers: crypto: caam/jr - Allow quiesce when quiescedHoria Geanta2023-03-141-10/+45
* crypto: caam/rng - Add support for PRNGMeenakshi Aggarwal2022-05-061-1/+2
* crypto: caam - enable crypto-engine retry mechanismIuliana Prodan2020-11-061-1/+3
* crypto: caam - Fix kerneldocKrzysztof Kozlowski2020-09-181-5/+5
* crypto: caam/jr - remove incorrect reference to caam_jr_register()Dan Douglass2020-07-311-2/+1
* crypto: caam - drop global context pointer and init_doneAndrey Smirnov2020-03-301-5/+8
* crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan2020-02-221-0/+28
* crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan2020-02-221-4/+4
* crypto: caam - Cast to long first before pointer conversionHerbert Xu2019-09-131-2/+2
* crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov2019-09-091-4/+10
* crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov2019-09-091-0/+4
* crypto: caam - use devres to unmap JR's registersAndrey Smirnov2019-09-091-4/+9
* crypto: caam - don't hardcode inpentry sizeAndrey Smirnov2019-08-301-2/+2
* crypto: caam - drop explicit usage of struct jr_outentryAndrey Smirnov2019-08-301-4/+6
* crypto: caam - request JR IRQ as the last stepAndrey Smirnov2019-08-301-19/+15
* crypto: caam - convert caam_jr_init() to use devresAndrey Smirnov2019-08-301-34/+14
* crypto: caam - move DMA mask selection into a functionAndrey Smirnov2019-08-301-14/+1
* crypto: caam - convert top level drivers to librariesHoria Geantă2019-05-231-0/+43
* Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu2019-05-091-1/+1
* crypto: caam/jr - Remove extra memory barrier during job ring dequeueVakul Garg2019-04-181-1/+1
* crypto: caam/jr - Remove extra memory barrier during job ring enqueueVakul Garg2019-03-281-2/+4
* crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg2019-03-281-5/+1
* crypto: caam/jr - Remove spinlock for output job ringVakul Garg2019-03-281-6/+1
* crypto: caam/jr - optimize job ring enqueue and dequeue operationsVakul Garg2019-03-221-2/+10
* crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-171-0/+1
* crypto: caam/jr - fix descriptor DMA unmappingHoria Geantă2018-08-251-1/+2
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* crypto: caam/jr - add support for DPAA2 partsHoria Geantă2017-08-031-1/+6
* crypto: caam - make of_device_ids const.Arvind Yadav2017-06-201-1/+1
* crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă2017-02-151-5/+14
* Revert "crypto: caam - get rid of tasklet"Horia Geantă2016-11-131-9/+16
* crypto: caam - fix sparse warningsHoria Geantă2016-11-131-1/+1
* crypto: caam - Unmap region obtained by of_iomapArvind Yadav2016-10-021-0/+1
* crypto: caam - get rid of taskletRussell King2016-08-091-16/+9
* crypto: caam - handle core endianness != caam endiannessHoria Geantă2016-05-311-11/+11
* crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile2016-05-101-1/+1
* crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam2016-02-171-1/+1
* crypto: caam - Use the preferred style for memory allocationsFabio Estevam2015-08-241-7/+5
* crypto: caam - Add cache coherency supportVictoria Milhoan2015-08-101-0/+18
* crypto: caam - fix resource clean-up on error path for caam_jr_initCristian Stoica2015-01-261-9/+22
* crypto: caam - pair irq map and dispose in the same functionCristian Stoica2015-01-261-3/+3
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * crypto: caam: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | crypto: caam - Remove unnecessary smp_read_barrier_depends()Pranith Kumar2014-11-171-3/+0
|/