summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ux500/cryp/cryp_core.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-11crypto: ux500 - Fix sparse endianness warningsHerbert Xu1-16/+8
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-2/+2
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-2/+0
2019-11-17crypto: ux500 - switch to skcipher APIArd Biesheuvel1-215/+156
2019-09-09crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu1-4/+4
2019-08-22crypto: ux500/des - switch to new verification routinesArd Biesheuvel1-24/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2019-04-18crypto: ux500 - Forbid 2-key 3DES in FIPS modeHerbert Xu1-79/+7
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-9/+11
2019-01-11crypto: ux500 - catch dma submission errorYueHaibing1-0/+6
2018-12-23crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor1-2/+2
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-02-22crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...Markus Elfring1-2/+2
2018-02-22crypto: ux500 - Adjust an error message in ux500_cryp_probe()Markus Elfring1-1/+1
2018-02-22crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Markus Elfring1-5/+2
2018-02-22crypto: ux500 - Delete an error message for a failed memory allocation in ux5...Markus Elfring1-1/+0
2017-09-22crypto: drop unnecessary return statementsGeliang Tang1-1/+0
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy1-2/+2
2015-10-14crypto: ux500 - Use devm_xxx() managed functionLABBE Corentin1-61/+9
2015-09-21crypto: ux500 - Fix module autoload for OF platform driversLuis de Bethencourt1-0/+1
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica1-1/+1
2014-12-22crypto: ux500 - fix checkpatch errorsAsaf Vertz1-4/+4
2014-12-22crypto: ux500: Use dmaengine_terminate_all APIMaxime Ripard1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-2/+2
2014-11-10crypto: ux500/cryp - Silence compiler warning for !CONFIG_PMUlf Hansson1-0/+2
2014-10-20crypto: ux500: cryp: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-03crypto: ux500 - make interrupt mode plausibleArnd Bergmann1-13/+12
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+43
2013-06-25crypto: ux500: use dmaengine_submit APIFabio Baltieri1-1/+1
2013-06-25crypto: ux500: use dmaengine_prep_slave_sg APIFabio Baltieri1-10/+10
2013-06-25crypto: ux500: use dmaengine_device_control APIFabio Baltieri1-2/+2
2013-05-28crypto: ux500 - Cocci spatch "resource_size.spatch"Thomas Meyer1-1/+1
2013-05-27crypto: ux500/cryp - Enable DT probing of the driverLee Jones1-0/+6
2013-05-23crypto: ux500/[cryp|hash] - Show successful start-up in the bootlogLee Jones1-0/+2
2013-05-23crypto: ux500/cryp - Set DMA configuration though dma_slave_config()Lee Jones1-0/+17
2013-05-23crypto: ux500/cryp - Prepare clock before enabling itLee Jones1-1/+11
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2013-04-08ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Linus Walleij1-1/+0
2013-04-05crypto: ux500 - add missing commaLinus Walleij1-1/+1
2012-11-05ARM: plat-nomadik: move DMA40 header to <linux/platform_data>Linus Walleij1-2/+1
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2012-09-27crypto: ux500 - fix error return codePeter Senna Tschudin1-0/+1
2012-09-14ARM: nomadik: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-10PM / crypto / ux500: Use struct dev_pm_ops for power managementRafael J. Wysocki1-20/+19
2012-05-15crypto: ux500 - Update DMA handling for 3.4Andreas Westin1-3/+2
2012-05-04crypto: ux500 - Add driver for CRYP hardwareAndreas Westin1-0/+1785