aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+2
2018-07-09crypto: ahash - remove useless setting of cra_typeGravatar Eric Biggers 1-3/+0
2018-07-09crypto: ahash - remove useless setting of type flagsGravatar Eric Biggers 1-8/+4
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 2-0/+2
2018-02-22crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...Gravatar Markus Elfring 1-2/+2
2018-02-22crypto: ux500 - Adjust an error message in ux500_cryp_probe()Gravatar Markus Elfring 1-1/+1
2018-02-22crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Gravatar Markus Elfring 1-5/+2
2018-02-22crypto: ux500 - Delete an error message for a failed memory allocation in ux5...Gravatar Markus Elfring 1-1/+0
2018-02-15crypto: ux500/hash - Add empty export and importGravatar Kamil Konieczny 1-0/+18
2017-09-22crypto: drop unnecessary return statementsGravatar Geliang Tang 1-1/+0
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-2/+2
2016-06-28crypto: ux500 - do not build with -O0Gravatar Arnd Bergmann 2-4/+4
2016-06-13crypto: ux500 - memmove the right sizeGravatar Linus Walleij 1-2/+2
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Gravatar Vladimir Zapolskiy 2-4/+4
2015-12-22crypto: ux500 - Use precalculated hash from headersGravatar LABBE Corentin 2-18/+4
2015-10-14crypto: ux500 - Use devm_xxx() managed functionGravatar LABBE Corentin 2-103/+16
2015-09-21crypto: ux500 - Fix module autoload for OF platform driversGravatar Luis de Bethencourt 2-0/+2
2015-06-18crypto: drivers - Fix Kconfig selectsGravatar Herbert Xu 1-2/+2
2015-03-06crypto: ux500 - Update error message for dmaengine_prep_slave_sg() APIGravatar Geert Uytterhoeven 1-1/+1
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 2-3/+3
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextGravatar Cristian Stoica 1-1/+1
2014-12-22crypto: ux500 - fix checkpatch errorsGravatar Asaf Vertz 1-4/+4
2014-12-22crypto: ux500: Use dmaengine_terminate_all APIGravatar Maxime Ripard 2-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+0
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 2-6/+6
2014-11-10crypto: ux500/hash - Silence compiler warning for !CONFIG_PMGravatar Ulf Hansson 1-0/+2
2014-11-10crypto: ux500/cryp - Silence compiler warning for !CONFIG_PMGravatar Ulf Hansson 1-0/+2
2014-10-20crypto: ux500: hash: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-20crypto: ux500: cryp: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-03crypto: ux500 - make interrupt mode plausibleGravatar Arnd Bergmann 1-13/+12
2013-08-01crypto: ux500 - Fix logging, make arrays const, neateningGravatar Joe Perches 1-307/+279
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+1
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-37/+93
2013-06-25crypto: ux500: use dmaengine_submit APIGravatar Fabio Baltieri 2-2/+2
2013-06-25crypto: ux500: use dmaengine_prep_slave_sg APIGravatar Fabio Baltieri 2-12/+12
2013-06-25crypto: ux500: use dmaengine_device_control APIGravatar Fabio Baltieri 2-3/+3
2013-06-25crypto: ux500/crypt: add missing __iomem qualifiersGravatar Fabio Baltieri 1-2/+2
2013-06-25crypto: ux500/hash: add missing static qualifiersGravatar Fabio Baltieri 1-3/+2
2013-06-25crypto: ux500/hash: use readl on iomem addressesGravatar Fabio Baltieri 1-10/+10
2013-05-28crypto: ux500 - Cocci spatch "resource_size.spatch"Gravatar Thomas Meyer 1-1/+1
2013-05-27crypto: ux500/hash - Enable DT probing of the driverGravatar Lee Jones 1-0/+6
2013-05-27crypto: ux500/cryp - Enable DT probing of the driverGravatar Lee Jones 1-0/+6
2013-05-23crypto: ux500/[cryp|hash] - Show successful start-up in the bootlogGravatar Lee Jones 2-1/+3
2013-05-23crypto: ux500/cryp - Set DMA configuration though dma_slave_config()Gravatar Lee Jones 2-1/+23
2013-05-23crypto: ux500/cryp - Prepare clock before enabling itGravatar Lee Jones 1-1/+11
2013-05-23crypto: ux500/hash - Set DMA configuration though dma_slave_config()Gravatar Lee Jones 2-1/+14
2013-05-23crypto: ux500/hash - Prepare clock before enabling itGravatar Lee Jones 1-1/+11
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-3/+3
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-4/+0