mbox series

[net,0/3] mv88e6xxx: fixes for reading serdes state

Message ID Yp82TyoLon9jz6k3@shell.armlinux.org.uk (mailing list archive)
Headers show
Series mv88e6xxx: fixes for reading serdes state | expand

Message

Russell King (Oracle) June 7, 2022, 11:28 a.m. UTC
Hi,

These are some low-priority fixes to the mv88e6xxx serdes code.
Patch 1 fixes the reporting of an_complete, which is used in the
emulation of a conventional C22 PHY. Patch from Marek.

Patch 2 makes one of the error messages in patch 2 to be consistent
with the other error messages in this function.

Patch 3 ensures that we do not miss a link-failure event.

 drivers/net/dsa/mv88e6xxx/serdes.c | 35 +++++++++++++++++++----------------
 1 file changed, 19 insertions(+), 16 deletions(-)

Comments

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

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 7 Jun 2022 12:28:15 +0100 you wrote:
> Hi,
> 
> These are some low-priority fixes to the mv88e6xxx serdes code.
> Patch 1 fixes the reporting of an_complete, which is used in the
> emulation of a conventional C22 PHY. Patch from Marek.
> 
> Patch 2 makes one of the error messages in patch 2 to be consistent
> with the other error messages in this function.
> 
> [...]

Here is the summary with links:
  - [net,1/3] net: dsa: mv88e6xxx: use BMSR_ANEGCOMPLETE bit for filling an_complete
    https://git.kernel.org/netdev/net/c/47e96930d6e6
  - [net,2/3] net: dsa: mv88e6xxx: fix BMSR error to be consistent with others
    https://git.kernel.org/netdev/net/c/2b4bb9cd9bcd
  - [net,3/3] net: dsa: mv88e6xxx: correctly report serdes link failure
    https://git.kernel.org/netdev/net/c/b4d78731b34b

You are awesome, thank you!