mbox series

[v2,0/3] usb: host: xhci-{plat,rcar}: clean up the drivers

Message ID 1567425698-27560-1-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series usb: host: xhci-{plat,rcar}: clean up the drivers | expand

Message

Yoshihiro Shimoda Sept. 2, 2019, 12:01 p.m. UTC
This patch series is based on the latest Greg's linux-usb.git /
usb-next branch.

Changes from v1:
 - Rebase today's usb-next branch.
 - Remove 4/4 patch (because I need more time to investigate how to fix it).
 - Add Geert-san's Reviewed-by from patch 1/3 to 3/3.
https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=165847


Yoshihiro Shimoda (3):
  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

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