aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ux500/hash/hash_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-30crypto: ux500/hash - drop unexpected word "the"Jiang Jian1-1/+1
2022-04-15crypto: ux500/hash - simplify if-if to if-elseYihao Han1-3/+1
2022-02-18crypto: ux500 - use GFP_KERNELJulia Lawall1-1/+1
2021-05-14crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei1-0/+1
2021-04-16crypto: ux500 - Remove redundant dev_err callsYueHaibing1-1/+0
2021-03-26crypto: ux500/hash - Fix worthy kernel-doc headers and remove othersLee Jones1-10/+5
2021-03-26crypto: ux500 - Fix the parameter of dma_unmap_sg()Xiang Chen1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-08-21crypto: ux500 - Fix kmap() bugIra Weiny1-12/+18
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1
2020-07-09crypto: ux500/hash - Add namespacing to hash_init()Lee Jones1-9/+9
2019-10-23crypto: ux500 - Remove set but not used variable 'cookie'zhengbin1-2/+1
2019-09-09crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu1-5/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2018-12-23crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor1-1/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-3/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-8/+4
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-02-15crypto: ux500/hash - Add empty export and importKamil Konieczny1-0/+18
2016-06-13crypto: ux500 - memmove the right sizeLinus Walleij1-2/+2
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy1-2/+2
2015-12-22crypto: ux500 - Use precalculated hash from headersLABBE Corentin1-18/+2
2015-10-14crypto: ux500 - Use devm_xxx() managed functionLABBE Corentin1-42/+7
2015-09-21crypto: ux500 - Fix module autoload for OF platform driversLuis de Bethencourt1-0/+1
2015-03-06crypto: ux500 - Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-1/+1
2014-12-22crypto: ux500: Use dmaengine_terminate_all APIMaxime Ripard1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-4/+4
2014-11-10crypto: ux500/hash - Silence compiler warning for !CONFIG_PMUlf Hansson1-0/+2
2014-10-20crypto: ux500: hash: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-08-01crypto: ux500 - Fix logging, make arrays const, neateningJoe Perches1-307/+279
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-19/+38
2013-06-25crypto: ux500: use dmaengine_submit APIFabio Baltieri1-1/+1
2013-06-25crypto: ux500: use dmaengine_prep_slave_sg APIFabio Baltieri1-2/+2
2013-06-25crypto: ux500: use dmaengine_device_control APIFabio Baltieri1-1/+1
2013-06-25crypto: ux500/hash: add missing static qualifiersFabio Baltieri1-3/+2
2013-06-25crypto: ux500/hash: use readl on iomem addressesFabio Baltieri1-10/+10
2013-05-27crypto: ux500/hash - Enable DT probing of the driverLee Jones1-0/+6
2013-05-23crypto: ux500/[cryp|hash] - Show successful start-up in the bootlogLee Jones1-1/+1
2013-05-23crypto: ux500/hash - Set DMA configuration though dma_slave_config()Lee Jones1-0/+10
2013-05-23crypto: ux500/hash - Prepare clock before enabling itLee Jones1-1/+11
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2013-04-08ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Linus Walleij1-1/+0
2013-04-03crypto: ux500 - fix error return code in hash_dma_final()Wei Yongjun1-0/+2
2013-03-21crypto: ux500 - replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur1-3/+1
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+0
2012-09-14ARM: nomadik: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-07crypto: ux500/hash - remove unneeded return at ux500_hash_mod_finiDevendra Naga1-1/+0
2012-07-10PM / crypto / ux500: Use struct dev_pm_ops for power managementRafael J. Wysocki1-18/+15