2021-08-08 12:07:36

by Luo Jie

[permalink] [raw]
Subject: [Resend v1 0/2] net: mdio: Add IPQ MDIO reset related function

This patch series add the MDIO reset features, which includes
configuring MDIO clock source frequency and indicating CMN_PLL that
ethernet LDO has been ready, this ethernet LDO is dedicated in the
IPQ5018 platform.

Specify more chipset IPQ40xx, IPQ807x, IPQ60xx and IPQ50xx supported by
this MDIO driver.

The PHY reset with GPIO and PHY reset with reset controller are covered
by the phylib code, so remove the PHY reset related code from the
initial patch series.

Luo Jie (2):
net: mdio: Add the reset function for IPQ MDIO driver
MDIO: Kconfig: Specify more IPQ chipset supported

drivers/net/mdio/Kconfig | 3 ++-
drivers/net/mdio/mdio-ipq4019.c | 48 +++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 1 deletion(-)

--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


2021-08-08 16:05:01

by Andrew Lunn

[permalink] [raw]
Subject: Re: [Resend v1 0/2] net: mdio: Add IPQ MDIO reset related function

On Sun, Aug 08, 2021 at 08:00:16PM +0800, Luo Jie wrote:
> This patch series add the MDIO reset features, which includes
> configuring MDIO clock source frequency and indicating CMN_PLL that
> ethernet LDO has been ready, this ethernet LDO is dedicated in the
> IPQ5018 platform.
>
> Specify more chipset IPQ40xx, IPQ807x, IPQ60xx and IPQ50xx supported by
> this MDIO driver.
>
> The PHY reset with GPIO and PHY reset with reset controller are covered
> by the phylib code, so remove the PHY reset related code from the
> initial patch series.

Why did you resend?

To the patchbot: I replied with comments on the first send. Do not
merge.

Andrew

2021-08-09 14:14:52

by Luo Jie

[permalink] [raw]
Subject: Re: [Resend v1 0/2] net: mdio: Add IPQ MDIO reset related function


On 8/8/2021 11:39 PM, Andrew Lunn wrote:
> On Sun, Aug 08, 2021 at 08:00:16PM +0800, Luo Jie wrote:
>> This patch series add the MDIO reset features, which includes
>> configuring MDIO clock source frequency and indicating CMN_PLL that
>> ethernet LDO has been ready, this ethernet LDO is dedicated in the
>> IPQ5018 platform.
>>
>> Specify more chipset IPQ40xx, IPQ807x, IPQ60xx and IPQ50xx supported by
>> this MDIO driver.
>>
>> The PHY reset with GPIO and PHY reset with reset controller are covered
>> by the phylib code, so remove the PHY reset related code from the
>> initial patch series.
> Why did you resend?
>
> To the patchbot: I replied with comments on the first send. Do not
> merge.
>
> Andrew

Hi Andrew,

    i resent the patch series for fixing some format warning.