linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Add some features and bugfix for kunpeng_hccs
@ 2024-08-28 10:49 Huisong Li
  2024-08-28 10:49 ` [PATCH v3 1/6] soc: hisilicon: kunpeng_hccs: Fix a PCC typo Huisong Li
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Huisong Li @ 2024-08-28 10:49 UTC (permalink / raw)
  To: xuwei5
  Cc: linux-kernel, soc, linux-arm-kernel, krzk, Jonathan.Cameron,
	wanghuiqiang, liuyonglong, lihuisong

This series is aimed to support the low power feature and add used
HCCS types sysfs. And fix some bugfix to harden codes by the way.

---
 v3:
  - add Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>.
  - drop 'none' string print according to Jonathan's suggestion.
  - early return in hccs_wait_serdes_adapt_completed.
  - fix commit log in patch[2/6], patch[3/6] and patch[5/6]

 v2:
  - remove "this patch" words in commit log suggested by Krzyszto.
  - use for_each_set_bit to replace the cycle scanning all HCCS IP.
  - add a patch to rename the 'lane_mode' to 'max_lane_num' to make it
    easy to see.
  - add doc description into the code patch.
  - rename the name of the low power interface.
  - adjust the increasing and decreasing lane interface description.
  - do not create available_inc_dec_lane_types when no HCCS type support
    low power.
---

Huisong Li (6):
  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 the check for base address and size
    of shared memory
  soc: hisilicon: kunpeng_hccs: Fix the 'lane_mode' field name in port
    info structure to 'max_lane_num'
  soc: hisilicon: kunpeng_hccs: Add used HCCS types sysfs
  soc: hisilicon: kunpeng_hccs: Support low power feature for the
    specified HCCS type

 .../sysfs-devices-platform-kunpeng_hccs       |  45 ++
 drivers/soc/hisilicon/Kconfig                 |   7 +-
 drivers/soc/hisilicon/kunpeng_hccs.c          | 514 +++++++++++++++++-
 drivers/soc/hisilicon/kunpeng_hccs.h          |  33 +-
 4 files changed, 580 insertions(+), 19 deletions(-)

-- 
2.22.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-09-02  7:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28 10:49 [PATCH v3 0/6] Add some features and bugfix for kunpeng_hccs Huisong Li
2024-08-28 10:49 ` [PATCH v3 1/6] soc: hisilicon: kunpeng_hccs: Fix a PCC typo Huisong Li
2024-08-28 10:49 ` [PATCH v3 2/6] soc: hisilicon: kunpeng_hccs: Return failure on having not die or port information Huisong Li
2024-08-28 10:49 ` [PATCH v3 3/6] soc: hisilicon: kunpeng_hccs: Add the check for base address and size of shared memory Huisong Li
2024-08-28 10:49 ` [PATCH v3 4/6] soc: hisilicon: kunpeng_hccs: Fix the 'lane_mode' field name in port info structure to 'max_lane_num' Huisong Li
2024-08-28 10:49 ` [PATCH v3 5/6] soc: hisilicon: kunpeng_hccs: Add used HCCS types sysfs Huisong Li
2024-08-28 12:56   ` Jonathan Cameron
2024-08-28 10:49 ` [PATCH v3 6/6] soc: hisilicon: kunpeng_hccs: Support low power feature for the specified HCCS type Huisong Li
2024-09-02  7:51 ` [PATCH v3 0/6] Add some features and bugfix for kunpeng_hccs Wei Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).