Message ID | 20240514122605.662767-1-alexander.sverdlin@siemens.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: dsa: lan9303: imply SMSC_PHY | expand |
On Tue, May 14, 2024 at 02:26:03PM +0200, A. Sverdlin wrote: > From: Alexander Sverdlin <alexander.sverdlin@siemens.com> > > Both LAN9303 and LAN9354 have internal PHYs on both external ports. > Therefore a configuration without SMSC PHY support is non-practical at > least and leads to: > > LAN9303_MDIO 8000f00.mdio:00: Found LAN9303 rev. 1 > mdio_bus 8000f00.mdio:00: deferred probe pending: (reason unknown) > > Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com> Hi Alexander, Thanks for your patch. As an enhancement - as opposed to a fix - this patch should be targeted at the net-next kernel. And it's best to explicitly note that in the subject. Subject: [PATCH net-next] ... As it happens, net-next is currently closed for the v6.10 merge window. Please consider reposting as a PATCH once net-next re-opens, after 27th May. In the meantime, feel free to post new versions as you get feedback, but please switch to posting as RFC during that time. Link: https://docs.kernel.org/process/maintainer-netdev.html
diff --git a/drivers/net/dsa/Kconfig b/drivers/net/dsa/Kconfig index 3092b391031a8..8508b5145bc14 100644 --- a/drivers/net/dsa/Kconfig +++ b/drivers/net/dsa/Kconfig @@ -102,6 +102,7 @@ config NET_DSA_SMSC_LAN9303 tristate select NET_DSA_TAG_LAN9303 select REGMAP + imply SMSC_PHY help This enables support for the Microchip LAN9303/LAN9354 3 port ethernet switch chips.