summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ux500/cryp
AgeCommit message (Expand)AuthorLines
2022-12-09crypto: ux500/cryp - delete driverLinus Walleij-2642/+0
2022-02-18crypto: ux500 - use GFP_KERNELJulia Lawall-1/+1
2021-12-24crypto: ux500 - Use platform_get_irq() to get the interruptLad Prabhakar-19/+9
2021-04-22crypto: ux500/cryp - Remove duplicate argumentWan Jiabing-1/+0
2021-04-16crypto: ux500 - Remove redundant dev_err callsYueHaibing-1/+0
2021-03-26crypto: ux500 - fix incorrect kernel-doc comment syntaxAditya Srivastava-12/+12
2021-03-26crypto: ux500/hash - Fix worthy kernel-doc headers and remove othersLee Jones-5/+7
2021-03-26crypto: ux500 - Fix the parameter of dma_unmap_sg()Xiang Chen-2/+2
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-18/+10
2020-09-11crypto: ux500 - Fix sparse endianness warningsHerbert Xu-16/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-6/+6
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu-2/+2
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-2/+0
2019-11-17crypto: ux500 - switch to skcipher APIArd Biesheuvel-215/+156
2019-09-09crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu-4/+4
2019-08-22crypto: ux500/des - switch to new verification routinesArd Biesheuvel-24/+7
2019-08-09crypto: ux500/crypt - Mark expected switch fall-throughsGustavo A. R. Silva-0/+6
2019-07-26crypto: ux500 - Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior-2/+2
2019-06-01crypto: ux500 - fix license comment syntax errorAlex Xu (Hello71)-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner-8/+9
2019-04-25crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.oMasahiro Yamada-5/+1
2019-04-18crypto: ux500 - Forbid 2-key 3DES in FIPS modeHerbert Xu-79/+7
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers-9/+11
2019-01-11crypto: ux500 - catch dma submission errorYueHaibing-0/+6
2018-12-23crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor-2/+2
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap-0/+1
2018-02-22crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...Markus Elfring-2/+2
2018-02-22crypto: ux500 - Adjust an error message in ux500_cryp_probe()Markus Elfring-1/+1
2018-02-22crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Markus Elfring-5/+2
2018-02-22crypto: ux500 - Delete an error message for a failed memory allocation in ux5...Markus Elfring-1/+0
2017-09-22crypto: drop unnecessary return statementsGeliang Tang-1/+0
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada-1/+1
2016-06-28crypto: ux500 - do not build with -O0Arnd Bergmann-3/+3
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy-2/+2
2015-10-14crypto: ux500 - Use devm_xxx() managed functionLABBE Corentin-61/+9
2015-09-21crypto: ux500 - Fix module autoload for OF platform driversLuis de Bethencourt-0/+1
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-2/+2
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica-1/+1
2014-12-22crypto: ux500 - fix checkpatch errorsAsaf Vertz-4/+4
2014-12-22crypto: ux500: Use dmaengine_terminate_all APIMaxime Ripard-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook-2/+2
2014-11-10crypto: ux500/cryp - Silence compiler warning for !CONFIG_PMUlf Hansson-0/+2
2014-10-20crypto: ux500: cryp: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-07-03crypto: ux500 - make interrupt mode plausibleArnd Bergmann-13/+12
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-1/+1
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-17/+51
2013-06-25crypto: ux500: use dmaengine_submit APIFabio Baltieri-1/+1
2013-06-25crypto: ux500: use dmaengine_prep_slave_sg APIFabio Baltieri-10/+10
2013-06-25crypto: ux500: use dmaengine_device_control APIFabio Baltieri-2/+2