Message ID | 20220409080328.15783-1-yekai13@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | add regitser checking and last word dumping for ACC | expand |
On Sat, Apr 09, 2022 at 04:03:17PM +0800, Kai Ye wrote: > Add register detection function to accelerator. Add last word dumping > function during acc engines controller reset. It can help to improve > debugging capability. > > Kai Ye (11): > crypto: hisilicon/qm - add register checking for ACC > crypto: hisilicon/hpre - support register checking > crypto: hisilicon/sec - support register checking > crypto: hisilicon/zip - support register checking > Documentation: update debugfs doc for Hisilicon HPRE > Documentation: update debugfs doc for Hisilicon SEC > Documentation: update debugfs doc for Hisilicon ZIP > crypto: hisilicon/qm - add last word dumping for ACC > crypto: hisilicon/sec - support last word dumping > crypto: hisilicon/hpre - support last word dumping > crypto: hisilicon/zip - support last word dumping > > Documentation/ABI/testing/debugfs-hisi-hpre | 14 ++ > Documentation/ABI/testing/debugfs-hisi-sec | 14 ++ > Documentation/ABI/testing/debugfs-hisi-zip | 14 ++ > drivers/crypto/hisilicon/hpre/hpre_main.c | 222 ++++++++++++++---- > drivers/crypto/hisilicon/qm.c | 239 +++++++++++++++++++- > drivers/crypto/hisilicon/sec2/sec_main.c | 108 ++++++++- > drivers/crypto/hisilicon/zip/zip_main.c | 185 ++++++++++++++- > include/linux/hisi_acc_qm.h | 18 ++ > 8 files changed, 765 insertions(+), 49 deletions(-) > > -- > 2.33.0 All applied. Thanks.