[v4,0/2] fix at803x wol setting

Message ID 20230802191347.6886-1-leoyang.li@nxp.com
Headers
Series fix at803x wol setting |

Message

Li Yang Aug. 2, 2023, 7:13 p.m. UTC
  v3:
  Break long lines
  Add back error checking of phy_read

v4:
  Disable WoL in 1588 register for AR8031 in probe

Li Yang (2):
  net: phy: at803x: fix the wol setting functions
  net: phy: at803x: remove set/get wol callbacks for AR8032

 drivers/net/phy/at803x.c | 47 +++++++++++++++++++++-------------------
 1 file changed, 25 insertions(+), 22 deletions(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 4, 2023, 9:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed,  2 Aug 2023 14:13:45 -0500 you wrote:
> v3:
>   Break long lines
>   Add back error checking of phy_read
> 
> v4:
>   Disable WoL in 1588 register for AR8031 in probe
> 
> [...]

Here is the summary with links:
  - [v4,1/2] net: phy: at803x: fix the wol setting functions
    https://git.kernel.org/netdev/net/c/e58f30246c35
  - [v4,2/2] net: phy: at803x: remove set/get wol callbacks for AR8032
    https://git.kernel.org/netdev/net/c/d7791cec2304

You are awesome, thank you!