Linux kernel -stable discussions
 help / color / mirror / Atom feed
* USB_NET_AX8817X dependency on AX88796B_PHY
@ 2023-10-15 21:55 Maciej Żenczykowski
  2023-10-15 22:13 ` Maciej Żenczykowski
  2023-10-16  5:14 ` Oleksij Rempel
  0 siblings, 2 replies; 8+ messages in thread
From: Maciej Żenczykowski @ 2023-10-15 21:55 UTC (permalink / raw)
  To: stable, Oleksij Rempel, Greg Kroah-Hartman, Andrew Lunn,
	Patrick Rohr

I've received reports that an ethernet usb dongle doesn't work (google
internal bug 304028301)...

Investigation shows that we have 5.10 (GKI) with USB_NET_AX8817X=y and
AX88796B_PHY not set.
I *think* this configuration combination makes no sense?
[note: I'm unsure how many different phy's this driver supports...]

Obviously, we could simply turn it on 'manually'... but:

commit dde25846925765a88df8964080098174495c1f10
Author: Oleksij Rempel <o.rempel@pengutronix.de>
Date:   Mon Jun 7 10:27:22 2021 +0200

    net: usb/phy: asix: add support for ax88772A/C PHYs

    Add support for build-in x88772A/C PHYs

    Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
    Reviewed-by: Andrew Lunn <andrew@lunn.ch>
    Signed-off-by: David S. Miller <davem@davemloft.net>

includes (as a side effect):

drivers/net/usb/Kconfig
@@ -164,6 +164,7 @@ config USB_NET_AX8817X
        depends on USB_USBNET
        select CRC32
        select PHYLIB
+       select AX88796B_PHY
        default y

which presumably makes this (particular problem) a non issue on 5.15+

I'm guessing the above fix (ie. commit dde25846925765a88df8964080098174495c1f10)
could (should?) simply be backported to older stable kernels?

I've verified it cherrypicks cleanly and builds (on x86_64 5.10 gki),
ie.
$ git checkout android/kernel/common/android13-5.10
$ git cherry-pick -x dde25846925765a88df8964080098174495c1f10
$ make ARCH=x86_64 gki_defconfig
$ egrep -i ax88796b < .config
CONFIG_AX88796B_PHY=y
$ make -j50
./drivers/net/phy/ax88796b.o gets built

I've sourced a copy of the problematic hardware, but I'm hitting
problems where on at least two (both my chromebook and 1 of the 2
usb-c ports on my lenovo laptop) totally different usb
controllers/ports it doesn't even usb enumerate (ie. nothing in dmesg,
no show on lsusb), which is making testing difficult (unsure if I just
got a bad sample)...

- Maciej

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-10-19 18:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-15 21:55 USB_NET_AX8817X dependency on AX88796B_PHY Maciej Żenczykowski
2023-10-15 22:13 ` Maciej Żenczykowski
2023-10-16  8:29   ` Oleksij Rempel
2023-10-16 18:27     ` Maciej Żenczykowski
2023-10-17  4:20       ` Oleksij Rempel
2023-10-17  5:58         ` Maciej Żenczykowski
2023-10-19 18:19           ` Maciej Żenczykowski
2023-10-16  5:14 ` Oleksij Rempel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox