[v1,0/3] Add USB driver for HPE GXP Architecture

Message ID 20230706215910.78772-1-richard.yu@hpe.com
Headers
Series Add USB driver for HPE GXP Architecture |

Message

Yu, Richard July 6, 2023, 9:59 p.m. UTC
  From: Richard Yu <richard.yu@hpe.com>

The GXP vEHCI controller presents a four port EHCI compatible PCI function
to host software. Each EHCI port is logically connected to a
corresponding set of virtual device registers.

Richard Yu (3):
  dt-bindings: usb: Add HPE GXP UDCG Controller
  usb: gadget: udc: gxp-udc: add HPE GXP USB support
  MAINTAINERS: add USB support to GXP

 .../devicetree/bindings/usb/hpe,gxp-udcg.yaml |   70 +
 MAINTAINERS                                   |    2 +
 drivers/usb/gadget/udc/Kconfig                |    6 +
 drivers/usb/gadget/udc/Makefile               |    1 +
 drivers/usb/gadget/udc/gxp-udc.c              | 1401 +++++++++++++++++
 5 files changed, 1480 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/hpe,gxp-udcg.yaml
 create mode 100644 drivers/usb/gadget/udc/gxp-udc.c