Hi all,

Because every year or so we go through some brokeness
related to resume signalling, let's make sure everybody
uses a single resume signalling timeout value which is
rather large (40ms as of now).

The reasons for doing this are explained in patch 1 of
the series.

Series has been tested with MUSB and DWC3 on at least
4 different boards. More testers are very welcome.

Felipe Balbi (13):
  usb: define a generic USB_RESUME_TIMEOUT macro
  usb: host: xhci: use new USB_RESUME_TIMEOUT
  usb: host: ehci: use new USB_RESUME_TIMEOUT
  usb: host: uhci: use new USB_RESUME_TIMEOUT
  usb: musb: use new USB_RESUME_TIMEOUT
  usb: host: isp116x: use new USB_RESUME_TIMEOUT
  usb: host: fotg210: use new USB_RESUME_TIMEOUT
  usb: host: fusbh200: use new USB_RESUME_TIMEOUT
  usb: host: oxu210hp: use new USB_RESUME_TIMEOUT
  usb: host: r8a66597: use new USB_RESUME_TIMEOUT
  usb: host: sl811: use new USB_RESUME_TIMEOUT
  usb: dwc2: hcd: use new USB_RESUME_TIMEOUT
  usb: isp1760: hcd: use new USB_RESUME_TIMEOUT

 drivers/usb/dwc2/hcd.c            | 2 +-
 drivers/usb/host/ehci-hub.c       | 2 +-
 drivers/usb/host/fotg210-hcd.c    | 2 +-
 drivers/usb/host/fusbh200-hcd.c   | 3 +--
 drivers/usb/host/isp116x-hcd.c    | 2 +-
 drivers/usb/host/oxu210hp-hcd.c   | 7 ++++---
 drivers/usb/host/r8a66597-hcd.c   | 2 +-
 drivers/usb/host/sl811-hcd.c      | 2 +-
 drivers/usb/host/uhci-hub.c       | 2 +-
 drivers/usb/host/xhci-ring.c      | 2 +-
 drivers/usb/isp1760/isp1760-hcd.c | 2 +-
 drivers/usb/musb/musb_core.c      | 5 +++--
 drivers/usb/musb/musb_virthub.c   | 2 +-
 include/linux/usb.h               | 3 +++
 14 files changed, 21 insertions(+), 17 deletions(-)

-- 
2.3.0

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to