summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon - fix driver compatibility issue with different versions of...Weili Qian2020-05-285-112/+39
* crypto: hisilicon/qm - change debugfs file name from qm_regs to regsShukun Tan2020-05-231-1/+1
* crypto: hisilicon/qm - add DebugFS for xQC and xQE dumpShukun Tan2020-05-235-39/+488
* crypto: hisilicon/zip - add debugfs for Hisilicon ZIPLongfang Liu2020-05-233-1/+70
* crypto: hisilicon/hpre - add debugfs for Hisilicon HPREHui Tang2020-05-233-15/+157
* crypto: hisilicon/sec2 - add debugfs for Hisilicon SECKai Ye2020-05-233-10/+52
* crypto: hisilicon/qm - add debugfs to the QM state machineLongfang Liu2020-05-231-0/+34
* crypto: hisilicon/qm - add debugfs for QMLongfang Liu2020-05-232-0/+60
* crypto: hisilicon/zip - Use temporary sqe when doing workZhou Wang2020-05-151-6/+5
* crypto: hisilicon - add device error report through abnormal irqShukun Tan2020-05-152-153/+187
* crypto: hisilicon - remove codes of directly report device errors through MSIShukun Tan2020-05-155-48/+13
* crypto: hisilicon - QM memory management optimizationWeili Qian2020-05-152-141/+128
* crypto: hisilicon - unify initial value assignment into QMWeili Qian2020-05-154-72/+81
* crypto: hisilicon - remove use_dma_api related codesShukun Tan2020-05-155-25/+13
* crypto: hisilicon - add FLR supportShukun Tan2020-05-155-4/+165
* crypto: hisilicon/qm - add state machine for QMZhou Wang2020-05-152-83/+307
* crypto: hisilicon - refactor module parameter pf_q_num related codeShukun Tan2020-05-154-97/+49
* crypto: hisilicon/zip - modify the ZIP probe processLongfang Liu2020-05-151-18/+42
* crypto: hisilicon/hpre - modify the HPRE probe processLongfang Liu2020-05-151-17/+25
* crypto: hisilicon/sec2 - modify the SEC probe processLongfang Liu2020-05-151-37/+30
* crypto: hisilicon/sec2 - constify sec_dfx_regsRikard Falkeborn2020-05-151-1/+1
* crypto: hisilicon/zip - constify struct debugfs_reg32Rikard Falkeborn2020-05-151-1/+1
* crypto: hisilicon/hpre - constify struct debugfs_reg32Rikard Falkeborn2020-05-151-2/+2
* crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-3/+2
* crypto: hisilicon/qm - Make qm_controller_reset() staticZou Wei2020-04-301-1/+1
* crypto: hisilicon/qm - add more ACPI dependenciesStephen Rothwell2020-04-221-0/+3
* crypto: hisilicon/qm - fix build failure with ACPI offShukun Tan2020-04-201-0/+1
* crypto: hisilicon/qm - stop qp by judging sq and cq tailYang Shen2020-04-161-9/+114
* crypto: hisilicon/sec2 - add controller reset support for SEC2Yang Shen2020-04-161-12/+28
* crypto: hisilicon/hpre - add controller reset support for HPREHui Tang2020-04-161-9/+37
* crypto: hisilicon/zip - add controller reset support for zipShukun Tan2020-04-161-6/+51
* crypto: hisilicon/qm - add controller reset interfaceShukun Tan2020-04-162-0/+560
* crypto: hisilicon - add vfs_num module parameter for hpre/secHao Fang2020-04-164-2/+64
* crypto: hisilicon - unify SR-IOV related codes into QMShukun Tan2020-04-165-324/+138
* crypto: hisilicon - put vfs_num into struct hisi_qmShukun Tan2020-04-166-29/+22
* crypto: hisilicon - Fix build errorYueHaibing2020-04-031-0/+2
* crypto: hisilicon/sec2 - Add new create qp processKai Ye2020-03-203-61/+42
* crypto: hisilicon/hpre - Optimize finding hpre device processHui Tang2020-03-203-55/+20
* crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxShukun Tan2020-03-203-114/+34
* crypto: hisilicon/qm - Put device finding logic into QMWeili Qian2020-03-202-0/+156
* crypto: hisilicon/sec2 - Add pbuffer mode for SEC driverLongfang Liu2020-03-122-5/+172
* crypto: hisilicon/sec2 - Update IV and MAC operationLongfang Liu2020-03-122-32/+43
* crypto: hisilicon/sec2 - Add iommu status checkLongfang Liu2020-03-122-0/+20
* crypto: hisilicon/sec2 - Add workqueue for SEC driver.Ye Kai2020-03-121-3/+29
* crypto: hisilicon - Use one workqueue per qm instead of per qpShukun Tan2020-03-122-25/+19
* crypto: hisilicon - qm depends on UACCEHongbo Yao2020-03-061-0/+2
* crypto: hisilicon - remove redundant assignment of pointer ctxColin Ian King2020-02-281-1/+0
* crypto: hisilicon - register zip engine to uacceZhangfei Gao2020-02-223-8/+260
* crypto: hisilicon - Remove module_param uacce_modeZhangfei Gao2020-02-221-25/+6
* crypto: hisilicon - Fix duplicate print when qm occur multiple errorsShukun Tan2020-02-131-31/+28