summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ux500/cryp
Commit message (Expand)AuthorAgeFilesLines
* crypto: ux500 - use GFP_KERNELJulia Lawall2022-02-181-1/+1
* crypto: ux500 - Use platform_get_irq() to get the interruptLad Prabhakar2021-12-242-19/+9
* crypto: ux500/cryp - Remove duplicate argumentWan Jiabing2021-04-221-1/+0
* crypto: ux500 - Remove redundant dev_err callsYueHaibing2021-04-161-1/+0
* crypto: ux500 - fix incorrect kernel-doc comment syntaxAditya Srivastava2021-03-264-12/+12
* crypto: ux500/hash - Fix worthy kernel-doc headers and remove othersLee Jones2021-03-263-5/+7
* crypto: ux500 - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-261-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-131-18/+10
|\
| * crypto: ux500 - Fix sparse endianness warningsHerbert Xu2020-09-111-16/+8
| * crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+6
|/
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-2/+0
* crypto: ux500 - switch to skcipher APIArd Biesheuvel2019-11-171-215/+156
* crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu2019-09-091-4/+4
* crypto: ux500/des - switch to new verification routinesArd Biesheuvel2019-08-221-24/+7
* crypto: ux500/crypt - Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-0/+6
* crypto: ux500 - Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-261-2/+2
* crypto: ux500 - fix license comment syntax errorAlex Xu (Hello71)2019-06-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-308-8/+9
* crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.oMasahiro Yamada2019-04-251-5/+1
* crypto: ux500 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-79/+7
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-9/+11
* crypto: ux500 - catch dma submission errorYueHaibing2019-01-111-0/+6
* crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor2018-12-231-2/+2
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...Markus Elfring2018-02-221-2/+2
* crypto: ux500 - Adjust an error message in ux500_cryp_probe()Markus Elfring2018-02-221-1/+1
* crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Markus Elfring2018-02-221-5/+2
* crypto: ux500 - Delete an error message for a failed memory allocation in ux5...Markus Elfring2018-02-221-1/+0
* crypto: drop unnecessary return statementsGeliang Tang2017-09-221-1/+0
* scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
* crypto: ux500 - do not build with -O0Arnd Bergmann2016-06-281-3/+3
* crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-111-2/+2
* crypto: ux500 - Use devm_xxx() managed functionLABBE Corentin2015-10-141-61/+9
* crypto: ux500 - Fix module autoload for OF platform driversLuis de Bethencourt2015-09-211-0/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-02-181-2/+2
|\
| * crypto: ux500: Use dmaengine_terminate_all APIMaxime Ripard2014-12-221-2/+2
* | crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-1/+1
* | crypto: ux500 - fix checkpatch errorsAsaf Vertz2014-12-221-4/+4
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * crypto: ux500: cryp: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-2/+2
* | crypto: ux500/cryp - Silence compiler warning for !CONFIG_PMUlf Hansson2014-11-101-0/+2
|/
* crypto: ux500 - make interrupt mode plausibleArnd Bergmann2014-07-031-13/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-051-1/+1
|\
| * crypto: ux500 - Cocci spatch "resource_size.spatch"Thomas Meyer2013-05-281-1/+1
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-023-17/+51
|\ \
| * | crypto: ux500: use dmaengine_submit APIFabio Baltieri2013-06-251-1/+1
| * | crypto: ux500: use dmaengine_prep_slave_sg APIFabio Baltieri2013-06-251-10/+10
| * | crypto: ux500: use dmaengine_device_control APIFabio Baltieri2013-06-251-2/+2