mbox series

[v2,0/5] crypto: hisilicon - support runtime PM for accelerator devices

Message ID 1628848209-26398-1-git-send-email-qianweili@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon - support runtime PM for accelerator devices | expand

Message

Weili Qian Aug. 13, 2021, 9:50 a.m. UTC
Kunpeng930 accelerator devices support runtime power management, this
patchset enables runtime PM for accelerator devices.

---
v1->v2: fix warning
---

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(-)

Comments

Herbert Xu Aug. 21, 2021, 7:50 a.m. UTC | #1
On Fri, Aug 13, 2021 at 05:50:04PM +0800, Weili Qian wrote:
> Kunpeng930 accelerator devices support runtime power management, this
> patchset enables runtime PM for accelerator devices.
> 
> ---
> v1->v2: fix warning
> ---
> 
> 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(-)

All applied.  Thanks.