Kunpeng930 accelerator devices support runtime power management, this patchset enables runtime PM for accelerator devices. Weili Qian (5): crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_regset32' crypto: hisilicon - add runtime PM ops crypto: hisilicon - support runtime PM for accelerator device crypto: hisilicon - change parameter passing of debugfs function crypto: hisilicon - check _PS0 and _PR0 method drivers/crypto/hisilicon/hpre/hpre_main.c | 60 ++++- drivers/crypto/hisilicon/qm.c | 430 +++++++++++++++++++++++++----- drivers/crypto/hisilicon/qm.h | 8 + drivers/crypto/hisilicon/sec2/sec_main.c | 58 +++- drivers/crypto/hisilicon/zip/zip_main.c | 57 +++- 5 files changed, 521 insertions(+), 92 deletions(-) -- 2.8.1