[PATCH v2 0/2] soc: hisilicon: kunpeng_hccs: add dependency and enhance verification

Huisong Li posted 2 patches 2 weeks ago
drivers/soc/hisilicon/Kconfig        | 2 +-
drivers/soc/hisilicon/kunpeng_hccs.c | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
[PATCH v2 0/2] soc: hisilicon: kunpeng_hccs: add dependency and enhance verification
Posted by Huisong Li 2 weeks ago
Add PCC dependency and enhance verification during the probe phase.

---
 v2: fix the log on failure.

Huisong Li (2):
  soc: hisilicon: kunpeng_hccs: Add the check for obtaining complete
    port attribute
  soc: hisilicon: kunpeng_hccs: replace MAILBOX dependency with PCC

 drivers/soc/hisilicon/Kconfig        | 2 +-
 drivers/soc/hisilicon/kunpeng_hccs.c | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

-- 
2.22.0
Re: [PATCH v2 0/2] soc: hisilicon: kunpeng_hccs: add dependency and enhance verification
Posted by Wei Xu 6 days, 22 hours ago
Hi Huisong,

On 2024/4/17 17:47, Huisong Li wrote:
> Add PCC dependency and enhance verification during the probe phase.
> 
> ---
>  v2: fix the log on failure.
> 
> Huisong Li (2):
>   soc: hisilicon: kunpeng_hccs: Add the check for obtaining complete
>     port attribute
>   soc: hisilicon: kunpeng_hccs: replace MAILBOX dependency with PCC
> 
>  drivers/soc/hisilicon/Kconfig        | 2 +-
>  drivers/soc/hisilicon/kunpeng_hccs.c | 6 ++++++
>  2 files changed, 7 insertions(+), 1 deletion(-)
> 

Thanks!
Series applied to the HiSilicon driver tree with minor changes in the commit msg:
https://github.com/hisilicon/linux-hisi/tree/next/drivers

Best Regards,
Wei