summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat/qat_common/qat_hal.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi1-1594/+0
2023-03-14crypto: qat - add support for 402xx devicesDamian Muszynski1-0/+1
2022-05-20crypto: qat - add support for 401xx devicesGiovanni Cabiddu1-0/+1
2021-12-24crypto: qat - add the adf_get_pmisc_base() helper functionMarco Chiappero1-30/+11
2021-05-28crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu1-1/+5
2021-05-28crypto: qat - check MMP size before writing to the SRAMJack Xu1-4/+4
2020-11-13crypto: qat - add gen4 firmware loaderJack Xu1-16/+61
2020-11-13crypto: qat - add support for broadcasting modeJack Xu1-0/+1
2020-11-13crypto: qat - add support for shared ustoreJack Xu1-0/+2
2020-11-13crypto: qat - allow to target specific AEsJack Xu1-0/+1
2020-11-13crypto: qat - add FCU CSRs to chip infoJack Xu1-2/+17
2020-11-13crypto: qat - add CSS3K supportJack Xu1-0/+2
2020-11-13crypto: qat - add misc control CSR to chip infoJack Xu1-4/+7
2020-11-13crypto: qat - add wake up event to chip infoJack Xu1-1/+4
2020-11-13crypto: qat - add clock enable CSR to chip infoJack Xu1-4/+6
2020-11-13crypto: qat - add reset CSR and mask to chip infoJack Xu1-17/+22
2020-11-13crypto: qat - add local memory size to chip infoJack Xu1-0/+2
2020-11-13crypto: qat - add support for lm2 and lm3Jack Xu1-2/+68
2020-11-13crypto: qat - add next neighbor to chip_infoJack Xu1-1/+10
2020-11-13crypto: qat - introduce chip info structureJack Xu1-31/+79
2020-11-13crypto: qat - move defines to header filesJack Xu1-4/+0
2020-11-13crypto: qat - remove global CSRs helpersJack Xu1-10/+10
2020-11-13crypto: qat - refactor AE startJack Xu1-9/+15
2020-11-13crypto: qat - change type for ctx_maskJack Xu1-8/+8
2020-11-13crypto: qat - introduce additional parenthesisJack Xu1-3/+3
2020-11-13crypto: qat - remove unnecessary parenthesisJack Xu1-3/+3
2020-11-13crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()Jack Xu1-1/+1
2020-10-30crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu1-12/+15
2020-09-18crypto: qat - replace device ids definesGiovanni Cabiddu1-3/+4
2020-06-18crypto: qat - replace user types with kernel u typesWojciech Ziemba1-20/+20
2020-06-18crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu1-46/+2
2017-12-22crypto: qat - reduce stack size with KASANArnd Bergmann1-66/+67
2017-02-02crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu1-2/+2
2016-01-18crypto: qat - update init_esram for C3xxx dev typeTadeusz Struk1-0/+3
2016-01-18crypto: qat - fix timeout issuesPingchao Yang1-5/+6
2016-01-18crypto: qat - remove to call get_sram_bar_id for qat_c3xxxPingchao Yang1-3/+6
2015-12-22crypto: qat - fix some timeout testsPingchao Yang1-1/+1
2015-12-22crypto: qat - fix CTX_ENABLES bits shift direction issuePingchao Yang1-1/+1
2015-12-09crypto: qat - add support for new devices to FW loaderPingchao Yang1-42/+80
2015-10-01crypto: qat - remove unneeded variableTadeusz Struk1-3/+2
2015-07-28crypto: qat - remove unused defineBruce Allan1-1/+0
2015-07-17crypto: qat - add support for MMP FWPingchao Yang1-5/+8
2015-04-01crypto: qat - fix checkpatch BIT_MACRO issuesAllan, Bruce W1-2/+2
2015-03-23crypto: qat - make error and info log messages more descriptiveAllan, Bruce W1-1/+1
2014-11-06crypto: qat - Move BAR definitions to device specific moduleTadeusz Struk1-1/+2
2014-08-01crypto: qat - Use hweight for bit countingTadeusz Struk1-13/+2
2014-08-01crypto: qat - Updated print outputsTadeusz Struk1-2/+1
2014-08-01crypto: qat - change ae_num to ae_idTadeusz Struk1-13/+13
2014-07-10crypto: qat - remove an unneeded castDan Carpenter1-1/+1
2014-06-26crypto: qat - Fixed new checkpatch warningsTadeusz Struk1-2/+5