mbox series

[0/5] Add some features and bugfix for kunpeng_hccs

Message ID 20240718071134.31155-1-lihuisong@huawei.com (mailing list archive)
Headers show
Series Add some features and bugfix for kunpeng_hccs | expand

Message

lihuisong (C) July 18, 2024, 7:11 a.m. UTC
This series are intended to support the low power feature for specified
HCCS and add used HCCS type sysfs. In addition, fix a PCC typo and add the
verification for die and port number.

Huisong Li (5):
  soc: hisilicon: kunpeng_hccs: fix a PCC typo
  soc: hisilicon: kunpeng_hccs: return failure on having not die or port
    information
  soc: hisilicon: kunpeng_hccs: add used HCCS type sysfs on platform
  soc: hisilicon: kunpeng_hccs: support low power feature for specified
    HCCS
  doc: soc: hisilicon: kunpeng_hccs: add low power interface description
    for HCCS

 .../sysfs-devices-platform-kunpeng_hccs       |  26 +
 drivers/soc/hisilicon/Kconfig                 |   7 +-
 drivers/soc/hisilicon/kunpeng_hccs.c          | 489 +++++++++++++++++-
 drivers/soc/hisilicon/kunpeng_hccs.h          |  29 ++
 4 files changed, 545 insertions(+), 6 deletions(-)