mbox series

[0/4] usb: host: xhci-{plat,rcar}: clean up and add a workaround

Message ID 1566900127-11148-1-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series usb: host: xhci-{plat,rcar}: clean up and add a workaround | expand

Message

Yoshihiro Shimoda Aug. 27, 2019, 10:02 a.m. UTC
This patch series is based on the latest Greg's linux-usb.git /
usb-next branch.

From patch 1 to 3 are clean-up patches and patch 4 is adding
a workaround code for a specific condition. So, I don't think
the patch 4 is not a fixed patch.

Yoshihiro Shimoda (4):
  usb: host: xhci-plat: add quirks member into struct xhci_plat_priv
  usb: host: xhci-rcar: Add a helper macro to set xhci_plat_priv
  usb: host: xhci-rcar: Use xhci_plat_priv.quirks instead of code
    settings
  usb: host: xhci-rcar: avoid 60s wait by request_firmware() in system
    booting

 drivers/usb/host/xhci-plat.c | 14 +++++---------
 drivers/usb/host/xhci-plat.h |  2 ++
 drivers/usb/host/xhci-rcar.c | 34 +++++-----------------------------
 drivers/usb/host/xhci-rcar.h | 21 +++++++++++++++++++++
 4 files changed, 33 insertions(+), 38 deletions(-)