In order to quickly locate bugs of the accelerator driver, this series add some DebugFS files. Add counters for accelerator's IO operation path, count all normal IO operations and error IO operations. Add dump information of QM state and SQC/CQC/EQC/AEQC/SQE/CQE/EQE/AEQE. Hui Tang (1): crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE Kai Ye (1): crypto: hisilicon/sec2 - add debugfs for Hisilicon SEC Longfang Liu (3): crypto: hisilicon/qm - add debugfs for QM crypto: hisilicon/qm - add debugfs to the QM state machine crypto: hisilicon/zip - add debugfs for Hisilicon ZIP Shukun Tan (2): crypto: hisilicon/qm - add DebugFS for xQC and xQE dump crypto: hisilicon/qm - change debugfs file name from qm_regs to regs Documentation/ABI/testing/debugfs-hisi-hpre | 89 ++++- Documentation/ABI/testing/debugfs-hisi-sec | 94 ++++- Documentation/ABI/testing/debugfs-hisi-zip | 70 +++- drivers/crypto/hisilicon/hpre/hpre.h | 17 + drivers/crypto/hisilicon/hpre/hpre_crypto.c | 99 ++++- drivers/crypto/hisilicon/hpre/hpre_main.c | 60 +++ drivers/crypto/hisilicon/qm.c | 598 ++++++++++++++++++++++++++-- drivers/crypto/hisilicon/qm.h | 11 + drivers/crypto/hisilicon/sec2/sec.h | 4 + drivers/crypto/hisilicon/sec2/sec_crypto.c | 15 +- drivers/crypto/hisilicon/sec2/sec_main.c | 49 ++- drivers/crypto/hisilicon/zip/zip.h | 8 + drivers/crypto/hisilicon/zip/zip_crypto.c | 9 +- drivers/crypto/hisilicon/zip/zip_main.c | 58 +++ 14 files changed, 1097 insertions(+), 84 deletions(-) -- 2.7.4