[v4,0/2] usb: dwc3: core: defer probe on ulpi_read_id timeout

Message ID 20221120153704.9090-1-ftoth@exalondelft.nl
Headers
Series usb: dwc3: core: defer probe on ulpi_read_id timeout |

Message

Ferry Toth Nov. 20, 2022, 3:37 p.m. UTC
  v4:
- Sent in correct version (Andy, Thinh)
- Add details on reproducing on Intel Merrifield (Thinh)

v3:
- Correct commit message (Greg)
- Add Fixes: and Cc: stable (Greg)

v2:
- Split into separate commits (Thinh)
- Only defer probe on -ETIMEDOUT (Thinh)
- Loose curly brackets (Heikki)

Ferry Toth (2):
  usb: ulpi: defer ulpi_register on ulpi_read_id timeout
  usb: dwc3: core: defer probe on ulpi_read_id timeout

 drivers/usb/common/ulpi.c | 2 +-
 drivers/usb/dwc3/core.c   | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)