aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon/qm.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-14crypto: hisilicon - add ZIP device using mode parameterKai Ye1-1/+1
2021-01-14crypto: hisilicon/qm - SVA bugfixed on Kunpeng920Kai Ye1-0/+6
2020-11-06crypto: hisilicon/qm - split 'hisi_qm_init' into smaller piecesWeili Qian1-33/+53
2020-11-06crypto: hisilicon/qm - split 'qm_eq_ctx_cfg' into smaller piecesWeili Qian1-12/+32
2020-11-06crypto: hisilicon/qm - split 'qm_qp_ctx_cfg' into smaller piecesWeili Qian1-8/+28
2020-11-06crypto: hisilicon/qm - replace 'sprintf' with 'scnprintf'Weili Qian1-1/+2
2020-11-06crypto: hisilicon/qm - modify return type of 'qm_set_sqctype'Weili Qian1-3/+1
2020-11-06crypto: hisilicon/qm - modify the return type of debugfs interfaceWeili Qian1-15/+4
2020-11-06crypto: hisilicon/qm - modify the return type of functionWeili Qian1-2/+2
2020-11-06crypto: hisilicon/qm - numbers are replaced by macrosWeili Qian1-7/+12
2020-10-30crypto: hisilicon - Fix doc warnings in sgl.c and qm.cShiju Jose1-0/+13
2020-09-25crypto: hisilicon/qm - remove the update of flagsWeili Qian1-1/+0
2020-09-25crypto: hisilicon/qm - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-11/+1
2020-08-21crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen1-0/+52
2020-08-21crypto: hisilicon/qm - fix the call trace when unbind deviceWeili Qian1-5/+90
2020-08-21crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'Yang Shen1-0/+17
2020-08-21crypto: hisilicon/qm - fix VF not available after PF FLRShukun Tan1-0/+6
2020-08-21crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'Yang Shen1-10/+10
2020-08-21crypto: hisilicon/qm - fix event queue depth to 2048Shukun Tan1-6/+13
2020-08-21crypto: hisilicon/qm - fix judgement of queue is fullHui Tang1-1/+1
2020-08-21crypto: hisilicon/qm - fix print frequence in hisi_qp_sendYang Shen1-1/+1
2020-08-21crypto: hisilicon/qm - clear used reference count when start qpShukun Tan1-0/+1
2020-08-21crypto: hisilicon/qm - fix wrong release after using strsepSihang Chen1-4/+6
2020-07-03crypto: hisilicon/qm - Change type of pasid to u32Fenghua Yu1-2/+2
2020-06-26crypto: hisilicon - fix strncpy warning with strscpyZhangfei Gao1-1/+5
2020-06-18crypto: hisilicon - allow smaller reads in debugfsDan Carpenter1-27/+6
2020-05-28crypto: hisilicon - fix driver compatibility issue with different versions of...Weili Qian1-61/+28
2020-05-23crypto: hisilicon/qm - change debugfs file name from qm_regs to regsShukun Tan1-1/+1
2020-05-23crypto: hisilicon/qm - add DebugFS for xQC and xQE dumpShukun Tan1-39/+472
2020-05-23crypto: hisilicon/qm - add debugfs to the QM state machineLongfang Liu1-0/+34
2020-05-23crypto: hisilicon/qm - add debugfs for QMLongfang Liu1-0/+51
2020-05-15crypto: hisilicon - add device error report through abnormal irqShukun Tan1-153/+186
2020-05-15crypto: hisilicon - remove codes of directly report device errors through MSIShukun Tan1-42/+12
2020-05-15crypto: hisilicon - QM memory management optimizationWeili Qian1-139/+126
2020-05-15crypto: hisilicon - unify initial value assignment into QMWeili Qian1-13/+31
2020-05-15crypto: hisilicon - remove use_dma_api related codesShukun Tan1-21/+13
2020-05-15crypto: hisilicon - add FLR supportShukun Tan1-4/+129
2020-05-15crypto: hisilicon/qm - add state machine for QMZhou Wang1-80/+286
2020-04-30crypto: hisilicon/qm - Make qm_controller_reset() staticZou Wei1-1/+1
2020-04-16crypto: hisilicon/qm - stop qp by judging sq and cq tailYang Shen1-9/+114
2020-04-16crypto: hisilicon/qm - add controller reset interfaceShukun Tan1-0/+544
2020-04-16crypto: hisilicon - unify SR-IOV related codes into QMShukun Tan1-8/+128
2020-03-20crypto: hisilicon/qm - Put device finding logic into QMWeili Qian1-0/+125
2020-03-12crypto: hisilicon - Use one workqueue per qm instead of per qpShukun Tan1-23/+16
2020-02-22crypto: hisilicon - register zip engine to uacceZhangfei Gao1-6/+233
2020-02-13crypto: hisilicon - Fix duplicate print when qm occur multiple errorsShukun Tan1-31/+28
2020-02-13crypto: hisilicon - Unify error detect process into qmShukun Tan1-8/+63
2020-02-13crypto: hisilicon - Unify hardware error init/uninit into QMShukun Tan1-22/+64
2019-11-17crypto: hisilicon - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-14/+5
2019-11-01crypto: hisilicon - fix to return sub-optimal device when best device has no qpsZhou Wang1-0/+21