summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/qm - fix the process of VF's list addingKai Ye2021-05-281-8/+8
* crypto: hisilicon/qm - add dfx log if not use hardware crypto algsKai Ye2021-05-281-2/+5
* crypto: qce - Fix inconsistent indentingJiapeng Chong2021-05-281-1/+1
* crypto: nx - Fix typo in commentShaokun Zhang2021-05-281-2/+2
* crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath2021-05-281-7/+8
* hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing2021-05-281-21/+15
* crypto: ccp: ccp-dev: Fix a little doc-rotLee Jones2021-05-281-1/+1
* crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headersLee Jones2021-05-281-13/+11
* crypto: cavium: Fix a bunch of kernel-doc related issuesLee Jones2021-05-286-13/+15
* hwrng: core - remove redundant initialization of variable errShaokun Zhang2021-05-281-1/+1
* crypto: qce - Fix some error handling pathWei Yongjun2021-05-281-3/+9
* hwrng: Kconfig - Remove leading spacesJuerg Haefliger2021-05-281-4/+4
* crypto: qat - remove unused macro in FW loaderJack Xu2021-05-281-1/+0
* crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu2021-05-281-1/+5
* crypto: qat - report an error if MMP file size is too largeJack Xu2021-05-281-4/+2
* crypto: qat - check MMP size before writing to the SRAMJack Xu2021-05-283-6/+6
* crypto: qat - return error when failing to map FWJack Xu2021-05-281-1/+2
* crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET2021-05-231-2/+4
* crypto: hisilicon/qm - enable to close master ooo when NFE occursWeili Qian2021-05-234-76/+150
* crypto: hisilicon/qm - adjust order of device error configurationWeili Qian2021-05-234-20/+18
* crypto: hisilicon/qm - modify 'QM_RESETTING' clearing errorWeili Qian2021-05-231-1/+1
* crypto: hisilicon/qm - initialize the device before doing tasksWeili Qian2021-05-231-6/+8
* crypto: sa2ul - Remove child devices in removeSuman Anna2021-05-231-0/+2
* crypto: sa2ul - Use devm_platform_ioremap_resource()Suman Anna2021-05-231-5/+5
* crypto: sa2ul - Use of_device_get_match_data() helperSuman Anna2021-05-231-8/+4
* crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()Suman Anna2021-05-231-0/+1
* crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()Suman Anna2021-05-231-9/+12
* hwrng: omap - Enable driver for TI K3 familySuman Anna2021-05-231-1/+1
* crypto: hisilicon/hpre - add 'default' for switch statementHui Tang2021-05-211-2/+2
* crypto: hisilicon/hpre - delete rudundant macro definitionHui Tang2021-05-211-2/+1
* crypto: hisilicon/hpre - use 'GENMASK' to generate mask valueHui Tang2021-05-212-10/+10
* crypto: hisilicon/hpre - delete rudundant initializationHui Tang2021-05-211-2/+2
* crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'Hui Tang2021-05-211-27/+26
* crypto: hisilicon/hpre - replace macro with inline functionHui Tang2021-05-211-9/+16
* crypto: hisilicon/hpre - init a structure member each lineHui Tang2021-05-211-14/+42
* crypto: hisilicon/hpre - the macro 'HPRE_ADDR' expandsHui Tang2021-05-211-30/+29
* crypto: hisilicon/hpre - fix unmapping invalid dma addressHui Tang2021-05-211-0/+18
* crypto: hisilicon/hpre - extend 'cra_driver_name' with curve nameHui Tang2021-05-211-2/+2
* crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei2021-05-141-0/+1
* crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui2021-05-141-0/+1
* crypto: cavium/nitrox - Fix kernel-docYang Li2021-05-141-1/+1
* crypto: cavium/nitrox - Remove redundant initialization of 'sg'Yang Li2021-05-141-1/+1
* crypto: ixp4xx - Correct functions alignmentCorentin Labbe2021-05-141-30/+35
* crypto: ixp4xx - remove brackets from single statementCorentin Labbe2021-05-141-26/+21
* crypto: ixp4xx - Do not initialize static to NULLCorentin Labbe2021-05-141-4/+4
* crypto: ixp4xx - whitespace fixesCorentin Labbe2021-05-141-19/+24
* crypto: ixp4xx - convert all printk to dev_xxxCorentin Labbe2021-05-141-8/+6
* crypto: ixp4xx - convert unsigned to unsigned intCorentin Labbe2021-05-141-10/+10
* crypto: ixp4xx - fallback when having more than one SGCorentin Labbe2021-05-142-3/+58
* crypto: ixp4xx - update IV after requestsCorentin Labbe2021-05-141-0/+22