All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add USB driver for HPE GXP Architecture
@ 2023-09-07 21:05 richard.yu
  2023-09-07 21:05 ` [PATCH v2 1/3] dt-bindings: usb: Add HPE GXP HUB Controller richard.yu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: richard.yu @ 2023-09-07 21:05 UTC (permalink / raw)
  To: verdun, nick.hawkins, gregkh, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, richard.yu, linux-usb, devicetree, linux-kernel

From: Richard Yu <richard.yu@hpe.com>

The GXP hub controller presents a four ports to host software.
Each port is logically connected to one control endpoint and
four generic endpoints.

---

Changes since v1:
 *Renamed binding.
 *Removed all unneeded include files.
 *Using generic node name, usb-hub.
 *Removed of_match_ptr().
 *Using helper for both get resource and IO remap.
 *Using dev_err_probe() return in probe routine.
 *Used sizeof(*...) in the code instead of sizeof(struct...).
 *Removed the term "virtual" as it is still a device.
 *Removed the downstream port number and generic endpoints
  number properties from device tree structure.

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

 .../devicetree/bindings/usb/hpe,gxp-hub.yaml  |   53 +
 MAINTAINERS                                   |    2 +
 drivers/usb/gadget/udc/Kconfig                |   10 +
 drivers/usb/gadget/udc/Makefile               |    1 +
 drivers/usb/gadget/udc/gxp-udc.c              | 1371 +++++++++++++++++
 5 files changed, 1437 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/hpe,gxp-hub.yaml
 create mode 100644 drivers/usb/gadget/udc/gxp-udc.c

-- 
2.17.1


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

end of thread, other threads:[~2023-10-25 22:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-07 21:05 [PATCH v2 0/3] Add USB driver for HPE GXP Architecture richard.yu
2023-09-07 21:05 ` [PATCH v2 1/3] dt-bindings: usb: Add HPE GXP HUB Controller richard.yu
2023-09-11 14:57   ` Rob Herring
2023-09-07 21:06 ` [PATCH v2 2/3] usb: gadget: udc: gxp-udc: add HPE GXP USB HUB support richard.yu
2023-10-02 12:21   ` Greg KH
2023-10-25 22:14     ` Yu, Richard
2023-09-07 21:06 ` [PATCH v2 3/3] MAINTAINERS: add USB HUB support for GXP richard.yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.