From: Wei Xu <xuwei5@hisilicon.com>
To: Huisong Li <lihuisong@huawei.com>
Cc: <linux-kernel@vger.kernel.org>, <soc@kernel.org>,
<linux-arm-kernel@lists.infradead.org>, <krzk@kernel.org>,
<Jonathan.Cameron@Huawei.com>, <wanghuiqiang@huawei.com>,
<liuyonglong@huawei.com>, <xuwei5@hisilicon.com>
Subject: Re: [PATCH v3 0/6] Add some features and bugfix for kunpeng_hccs
Date: Mon, 2 Sep 2024 15:51:23 +0800 [thread overview]
Message-ID: <66D56E7B.9040502@hisilicon.com> (raw)
In-Reply-To: <20240828104956.20214-1-lihuisong@huawei.com>
Hi Huisong,
On 2024/8/28 18:49, Huisong Li wrote:
> 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(-)
>
Thanks!
Series applied to the Hisilicon driver tree.
But it is already rc6, maybe I will send the PR in the next cycle if no conflict.
Best Regards,
Wei
prev parent reply other threads:[~2024-09-02 7:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Wei Xu [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=66D56E7B.9040502@hisilicon.com \
--to=xuwei5@hisilicon.com \
--cc=Jonathan.Cameron@Huawei.com \
--cc=krzk@kernel.org \
--cc=lihuisong@huawei.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=liuyonglong@huawei.com \
--cc=soc@kernel.org \
--cc=wanghuiqiang@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.