mbox series

[net-next,0/2] MDIO mux cleanup

Message ID 20231213152712.320842-1-vladimir.oltean@nxp.com (mailing list archive)
Headers show
Series MDIO mux cleanup | expand

Message

Vladimir Oltean Dec. 13, 2023, 3:27 p.m. UTC
This small patch set resolves some technical debt in the MDIO mux driver
which was discovered during the investigation for commit 1f9f2143f24e
("net: mdio-mux: fix C45 access returning -EIO after API change").

The patches have been sitting for 2 months in the NXP SDK kernel and
haven't caused issues.

Vladimir Oltean (2):
  net: mdio-mux: show errors on probe failure
  net: mdio-mux: be compatible with parent buses which only support C45

 drivers/net/mdio/mdio-mux.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 15, 2023, 3 a.m. UTC | #1
Hello:

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

On Wed, 13 Dec 2023 17:27:10 +0200 you wrote:
> This small patch set resolves some technical debt in the MDIO mux driver
> which was discovered during the investigation for commit 1f9f2143f24e
> ("net: mdio-mux: fix C45 access returning -EIO after API change").
> 
> The patches have been sitting for 2 months in the NXP SDK kernel and
> haven't caused issues.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: mdio-mux: show errors on probe failure
    https://git.kernel.org/netdev/net-next/c/d215ab4d6ae8
  - [net-next,2/2] net: mdio-mux: be compatible with parent buses which only support C45
    https://git.kernel.org/netdev/net-next/c/10ad63da5c03

You are awesome, thank you!