[RFC PATCH v1 0/2] add xhci-exynos to support Samsung Exynos SOCs

From: Daehwan Jung
Date: Wed Nov 30 2022 - 21:20:13 EST


This patchset is to support xHCI Controller on Samsung Exynos SOCs.

Daehwan Jung (2):
dt-bindings: usb: samsung,exynos-xhci: support Samsung Exynos xHCI
Controller
usb: host: add xhci-exynos to support Exynos SOCs

.../bindings/usb/samsung,exynos-xhci.yaml | 25 +++
drivers/usb/host/Kconfig | 8 +
drivers/usb/host/Makefile | 1 +
drivers/usb/host/xhci-exynos.c | 154 ++++++++++++++++++
drivers/usb/host/xhci-hub.c | 2 +
drivers/usb/host/xhci-plat.c | 6 +
drivers/usb/host/xhci-plat.h | 2 +
drivers/usb/host/xhci.c | 4 +
drivers/usb/host/xhci.h | 2 +
9 files changed, 204 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/samsung,exynos-xhci.yaml
create mode 100644 drivers/usb/host/xhci-exynos.c

--
2.31.1