public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] usb: xhci: Add support for Google XHCI controller
@ 2024-02-19  6:10 Puma Hsu
  2024-02-19  6:10 ` [PATCH 1/3] dt-bindings: usb: Add xhci glue driver support Puma Hsu
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Puma Hsu @ 2024-02-19  6:10 UTC (permalink / raw)
  To: mathias.nyman, gregkh, Thinh.Nguyen
  Cc: badhri, royluo, howardyen, albertccwang, raychi, linux-kernel,
	linux-usb, Puma Hsu

In our SoC platform, we support allocating dedicated memory spaces
other than system memory for XHCI, which also requires IOMMU mapping.
The rest of driver probing and executing will use the generic
xhci-plat driver, so we introduce a Google XHCI glue driver.

Besides, we support USB dual roles and switch roles by generic dwc3
driver, but the dwc3 driver always probes xhci-plat driver by hardcode.
We introduce an alternative for probing a XHCI glue driver.

Puma Hsu (3):
  dt-bindings: usb: Add xhci glue driver support
  usb: xhci: Add support for Google XHCI controller
  MAINTAINERS: Add maintainer for Google USB XHCI driver

 .../devicetree/bindings/usb/usb-drd.yaml      |   7 +
 MAINTAINERS                                   |   6 +
 drivers/usb/dwc3/host.c                       |   8 +-
 drivers/usb/host/Kconfig                      |   6 +
 drivers/usb/host/Makefile                     |   1 +
 drivers/usb/host/xhci-goog.c                  | 154 ++++++++++++++++++
 6 files changed, 181 insertions(+), 1 deletion(-)
 create mode 100644 drivers/usb/host/xhci-goog.c

-- 
2.44.0.rc0.258.g7320e95886-goog

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-02-22  9:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-19  6:10 [PATCH 0/3] usb: xhci: Add support for Google XHCI controller Puma Hsu
2024-02-19  6:10 ` [PATCH 1/3] dt-bindings: usb: Add xhci glue driver support Puma Hsu
2024-02-19 12:18   ` Krzysztof Kozlowski
2024-02-19  6:10 ` [PATCH 2/3] usb: xhci: Add support for Google XHCI controller Puma Hsu
2024-02-19  6:30   ` Greg KH
2024-02-21  9:22     ` Puma Hsu
2024-02-19 12:21   ` Krzysztof Kozlowski
2024-02-21  9:31     ` Puma Hsu
2024-02-21  9:52       ` Krzysztof Kozlowski
2024-02-22  9:45         ` Puma Hsu
2024-02-19  6:10 ` [PATCH 3/3] MAINTAINERS: Add maintainer for Google USB XHCI driver Puma Hsu
2024-02-19  6:31   ` Greg KH
2024-02-19  8:35     ` Puma Hsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox