aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/hpre/hpre_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16crypto: hisilicon - support get algs by the capability registerZhiqi Song1-5/+78
2022-09-16crypto: hisilicon/hpre - support hpre capabilityZhiqi Song1-6/+47
2022-09-16crypto: hisilicon/qm - get error type from hardware registersWeili Qian1-14/+54
2022-09-16crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian1-2/+2
2022-08-19crypto: hisilicon/hpre - change return type of hpre_cluster_inqry_write()Weili Qian1-6/+2
2022-04-15crypto: hisilicon/hpre - support last word dumpingKai Ye1-20/+112
2022-04-15crypto: hisilicon/hpre - support register checkingKai Ye1-18/+72
2022-03-15hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum1-0/+6
2022-03-15hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum1-7/+6
2021-11-26crypto: hisilicon - modify the value of engine type rateKai Ye1-1/+1
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian1-4/+31
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_regset32'Weili Qian1-2/+23
2021-08-12crypto: hisilicon - enable hpre device clock gatingWeili Qian1-0/+63
2021-06-17crypto: hisilicon/hpre - adds the max shaper type rateKai Ye1-0/+7
2021-05-28crypto: hisilicon/qm - support address prefetchingLongfang Liu1-0/+50
2021-05-23crypto: hisilicon/qm - enable to close master ooo when NFE occursWeili Qian1-12/+24
2021-05-23crypto: hisilicon/qm - adjust order of device error configurationWeili Qian1-2/+4
2021-05-21crypto: hisilicon/hpre - delete rudundant macro definitionHui Tang1-2/+1
2021-05-21crypto: hisilicon/hpre - use 'GENMASK' to generate mask valueHui Tang1-7/+7
2021-05-21crypto: hisilicon/hpre - replace macro with inline functionHui Tang1-9/+16
2021-05-21crypto: hisilicon/hpre - init a structure member each lineHui Tang1-14/+42
2021-05-21crypto: hisilicon/hpre - the macro 'HPRE_ADDR' expandsHui Tang1-30/+29
2021-04-22crypto: hisilicon - dynamic configuration 'err_info'Weili Qian1-10/+16
2021-04-16crypto: hisilicon/hpre - delete redundant log and return in advanceHui Tang1-1/+1
2021-04-16crypto: hisilicon/hpre - delete the rudundant space after returnHui Tang1-2/+2
2021-04-02crypto: hisilicon/hpre - delete redundant '\n'Hui Tang1-2/+2
2021-04-02crypto: hisilicon/hpre - fix a typo and delete redundant blank lineHui Tang1-2/+1
2021-04-02crypto: hisilicon/hpre - fix PASID setting on kunpeng 920Hui Tang1-25/+18
2021-03-26crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.cWeili Qian1-61/+0
2021-03-26crypto: hisilicon/qm - set the total number of queuesWeili Qian1-3/+0
2021-03-13crypto: hisilicon/hpre - add 'ECDH' algorithmMeng Yu1-0/+1
2021-03-13crypto: hisilicon/hpre - add algorithm typeMeng Yu1-2/+9
2021-02-10crypto: hisilicon/qm - do not reset hardware when CE happensWeili Qian1-0/+1
2021-02-10crypto: hisilicon/qm - removing driver after resetWeili Qian1-1/+1
2021-02-10crypto: hisilicon/hpre - enable Elliptic curve cryptographyHui Tang1-1/+8
2021-02-10crypto: hisilicon - PASID fixed on Kunpeng 930Weili Qian1-8/+10
2021-02-10crypto: hisilicon/hpre - tiny fixHui Tang1-5/+8
2021-02-10crypto: hisilicon/hpre - adapt the number of clustersHui Tang1-24/+47
2021-01-29crypto: hisilicon/hpre - add ecc algorithm inqury for uacce deviceHui Tang1-1/+4
2021-01-29crypto: hisilicon/hpre - add two RAS correctable errors processingHui Tang1-2/+6
2021-01-29crypto: hisilicon/hpre - delete ECC 1bit error reported thresholdHui Tang1-2/+0
2021-01-14crypto: hisilicon/hpre - register HPRE device to uacceKai Ye1-0/+54
2020-11-06crypto: hisilicon/qm - modify the return type of debugfs interfaceWeili Qian1-3/+1
2020-09-25crypto: hisilicon/qm - fix wrong return type of 'pci_get_drvdata'Yang Shen1-2/+1
2020-09-18crypto: hisilicon - update HPRE module parameter descriptionLongfang Liu1-1/+1
2020-08-21crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen1-10/+10
2020-08-21crypto: hisilicon/qm - fix the call trace when unbind deviceWeili Qian1-1/+2
2020-08-21crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'Yang Shen1-0/+1
2020-08-21crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'Yang Shen1-2/+2
2020-07-16crypto: hisilicon/hpre - disable FLR triggered by hardwareHui Tang1-4/+22