mbox series

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

Message ID 20221110211132.297512-1-ftoth@exalondelft.nl (mailing list archive)
Headers show
Series usb: dwc3: core: defer probe on ulpi_read_id timeout | expand

Message

Ferry Toth Nov. 10, 2022, 9:11 p.m. UTC
v2:
- Split into separate commits (Thinh)
- One 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(-)