aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500
AgeCommit message (Expand)Author
2019-06-01crypto: ux500 - fix license comment syntax errorAlex Xu (Hello71)
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-04-25crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.oMasahiro Yamada
2019-04-18crypto: ux500 - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-11crypto: ux500 - catch dma submission errorYueHaibing
2018-12-23crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor
2018-12-23crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-02-22crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...Markus Elfring
2018-02-22crypto: ux500 - Adjust an error message in ux500_cryp_probe()Markus Elfring
2018-02-22crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Markus Elfring
2018-02-22crypto: ux500 - Delete an error message for a failed memory allocation in ux5...Markus Elfring
2018-02-15crypto: ux500/hash - Add empty export and importKamil Konieczny
2017-09-22crypto: drop unnecessary return statementsGeliang Tang
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-06-28crypto: ux500 - do not build with -O0Arnd Bergmann
2016-06-13crypto: ux500 - memmove the right sizeLinus Walleij
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy
2015-12-22crypto: ux500 - Use precalculated hash from headersLABBE Corentin
2015-10-14crypto: ux500 - Use devm_xxx() managed functionLABBE Corentin
2015-09-21crypto: ux500 - Fix module autoload for OF platform driversLuis de Bethencourt
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu
2015-03-06crypto: ux500 - Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica
2014-12-22crypto: ux500 - fix checkpatch errorsAsaf Vertz
2014-12-22crypto: ux500: Use dmaengine_terminate_all APIMaxime Ripard
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook
2014-11-10crypto: ux500/hash - Silence compiler warning for !CONFIG_PMUlf Hansson
2014-11-10crypto: ux500/cryp - Silence compiler warning for !CONFIG_PMUlf Hansson
2014-10-20crypto: ux500: hash: drop owner assignment from platform_driversWolfram Sang
2014-10-20crypto: ux500: cryp: drop owner assignment from platform_driversWolfram Sang
2014-07-03crypto: ux500 - make interrupt mode plausibleArnd Bergmann
2013-08-01crypto: ux500 - Fix logging, make arrays const, neateningJoe Perches
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-06-25crypto: ux500: use dmaengine_submit APIFabio Baltieri
2013-06-25crypto: ux500: use dmaengine_prep_slave_sg APIFabio Baltieri
2013-06-25crypto: ux500: use dmaengine_device_control APIFabio Baltieri
2013-06-25crypto: ux500/crypt: add missing __iomem qualifiersFabio Baltieri
2013-06-25crypto: ux500/hash: add missing static qualifiersFabio Baltieri
2013-06-25crypto: ux500/hash: use readl on iomem addressesFabio Baltieri
2013-05-28crypto: ux500 - Cocci spatch "resource_size.spatch"Thomas Meyer
2013-05-27crypto: ux500/hash - Enable DT probing of the driverLee Jones