All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Rongpin RP-H6B support (and support for GL850G)
@ 2022-12-02  8:16 ` Icenowy Zheng
  0 siblings, 0 replies; 30+ messages in thread
From: Icenowy Zheng @ 2022-12-02  8:16 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Chen-Yu Tsai, Jernej Skrabec,
	Samuel Holland, Greg Kroah-Hartman, Matthias Kaehlcke,
	Andre Przywara
  Cc: devicetree, linux-arm-kernel, linux-sunxi, linux-kernel,
	linux-usb, Icenowy Zheng

This patchset adds support for Rongpin RP-H6B, and as a dependency,
power sequence support for its onboard USB hub, GL850G.

The first 3 patches are for GL850G, adding a binding for it and adding
its support to onboard_usb_hub driver.

The last 3 patches are for RP-H6B, also 2 for adding a binding and 1 for
the real DT.

Icenowy Zheng (6):
  dt-bindings: vendor-prefixes: add Genesys Logic
  dt-bindings: usb: Add binding for Genesys Logic GL850G hub controller
  usb: misc: onboard_usb_hub: add Genesys Logic GL850G hub support
  vendor-prefixes: Add Shenzhen Rongpin Electronics Co., Ltd
  dt-bindings: arm: sunxi: add Rongpin RP-H6B board
  arm64: dts: allwinner: h6: add Rongpin RP-H6C SoM and RP-H6B board

 .../devicetree/bindings/arm/sunxi.yaml        |   6 +
 .../bindings/usb/genesys,gl850g.yaml          |  47 ++++
 .../devicetree/bindings/vendor-prefixes.yaml  |   4 +
 arch/arm64/boot/dts/allwinner/Makefile        |   1 +
 .../boot/dts/allwinner/sun50i-h6-rp-h6b.dts   | 239 ++++++++++++++++++
 .../boot/dts/allwinner/sun50i-h6-rp-h6c.dtsi  | 180 +++++++++++++
 drivers/usb/misc/onboard_usb_hub.c            |   2 +
 drivers/usb/misc/onboard_usb_hub.h            |   5 +
 8 files changed, 484 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/genesys,gl850g.yaml
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-rp-h6b.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-rp-h6c.dtsi

-- 
2.38.1


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

end of thread, other threads:[~2022-12-03  5:17 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-02  8:16 [PATCH v2 0/6] Rongpin RP-H6B support (and support for GL850G) Icenowy Zheng
2022-12-02  8:16 ` Icenowy Zheng
2022-12-02  8:16 ` [PATCH v2 1/6] dt-bindings: vendor-prefixes: add Genesys Logic Icenowy Zheng
2022-12-02  8:16   ` Icenowy Zheng
2022-12-02  8:16 ` [PATCH v2 2/6] dt-bindings: usb: Add binding for Genesys Logic GL850G hub controller Icenowy Zheng
2022-12-02  8:16   ` Icenowy Zheng
2022-12-02  9:02   ` Krzysztof Kozlowski
2022-12-02  9:02     ` Krzysztof Kozlowski
2022-12-02 16:54     ` Icenowy Zheng
2022-12-02 16:54       ` Icenowy Zheng
2022-12-02 16:59       ` Krzysztof Kozlowski
2022-12-02 16:59         ` Krzysztof Kozlowski
2022-12-02 17:00         ` Icenowy Zheng
2022-12-02 17:00           ` Icenowy Zheng
2022-12-02  8:16 ` [PATCH v2 3/6] usb: misc: onboard_usb_hub: add Genesys Logic GL850G hub support Icenowy Zheng
2022-12-02  8:16   ` Icenowy Zheng
2022-12-02 16:52   ` Matthias Kaehlcke
2022-12-02 16:52     ` Matthias Kaehlcke
2022-12-02  8:16 ` [PATCH v2 4/6] vendor-prefixes: Add Shenzhen Rongpin Electronics Co., Ltd Icenowy Zheng
2022-12-02  8:16   ` Icenowy Zheng
2022-12-02  8:16 ` [PATCH v2 5/6] dt-bindings: arm: sunxi: add Rongpin RP-H6B board Icenowy Zheng
2022-12-02  8:16   ` Icenowy Zheng
2022-12-03  2:02   ` Samuel Holland
2022-12-03  2:02     ` Samuel Holland
2022-12-02  8:16 ` [PATCH v2 6/6] arm64: dts: allwinner: h6: add Rongpin RP-H6C SoM and " Icenowy Zheng
2022-12-02  8:16   ` Icenowy Zheng
2022-12-03  2:11   ` Samuel Holland
2022-12-03  2:11     ` Samuel Holland
2022-12-03  5:15     ` Icenowy Zheng
2022-12-03  5:15       ` Icenowy Zheng

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.