mbox series

[0/1] usb: dwc2: fix hot plugging on Amlogic devices

Message ID 20181209190129.11870-1-martin.blumenstingl@googlemail.com (mailing list archive)
Headers show
Series usb: dwc2: fix hot plugging on Amlogic devices | expand

Message

Martin Blumenstingl Dec. 9, 2018, 7:01 p.m. UTC
This is a follow-up to an issue I had a while ago but never had the
time to debug it: [0]
Short summary:
- on Meson8b USB devices are only detected if they are plugged in
  before booting Linux
- if they are plugged in after booting Linux they are not detected
  (except when running "lsusb -v" as a workaround)

Christian Hewitt made me aware of a similar issue that was fixed for
Rockchip devices. This single patch applies the same fix to the
Amlogic devices as well.


[0] http://lists.infradead.org/pipermail/linux-amlogic/2018-May/007310.html


Martin Blumenstingl (1):
  usb: dwc2: disable power_down on Amlogic devices

 drivers/usb/dwc2/params.c | 1 +
 1 file changed, 1 insertion(+)