2022-12-21 08:15:07

by Clark Wang

[permalink] [raw]
Subject: [PATCH V2 0/2] fix mac not working after system resumed with WoL enabled

Hi,
The issue description is in the commit message.

This patchset is the second version following discussions with Russell.
But the name of each patch has changed, so V2 is not marked in each patch.

Thanks.

Clark Wang (2):
net: phylink: add a function to resume phy alone to fix resume issue
with WoL enabled
net: stmmac: resume phy separately before calling stmmac_hw_setup()

.../net/ethernet/stmicro/stmmac/stmmac_main.c | 16 +++++++-------
drivers/net/phy/phylink.c | 21 ++++++++++++++++++-
include/linux/phylink.h | 1 +
3 files changed, 28 insertions(+), 10 deletions(-)

--
2.34.1


2022-12-22 20:17:22

by Piotr Raczynski

[permalink] [raw]
Subject: Re: [PATCH V2 0/2] fix mac not working after system resumed with WoL enabled

On Wed, Dec 21, 2022 at 04:01:42PM +0800, Clark Wang wrote:
> Hi,
> The issue description is in the commit message.
>
> This patchset is the second version following discussions with Russell.
> But the name of each patch has changed, so V2 is not marked in each patch.
>
> Thanks.
>

Please include target tree name in the subject eg. [net 1/2]

> Clark Wang (2):
> net: phylink: add a function to resume phy alone to fix resume issue
> with WoL enabled
> net: stmmac: resume phy separately before calling stmmac_hw_setup()
>
> .../net/ethernet/stmicro/stmmac/stmmac_main.c | 16 +++++++-------
> drivers/net/phy/phylink.c | 21 ++++++++++++++++++-
> include/linux/phylink.h | 1 +
> 3 files changed, 28 insertions(+), 10 deletions(-)
>
> --
> 2.34.1
>