mbox series

[0/6] RZN1 USB Host support

Message ID 20220412094029.287562-1-herve.codina@bootlin.com (mailing list archive)
Headers show
Series RZN1 USB Host support | expand

Message

Herve Codina April 12, 2022, 9:40 a.m. UTC
Hi,

This series add support for the USB Host controllers available on
RZN1 (r9a06g032) SOC.

These USB Host controllers are PCI OHCI/EHCI controllers located
behind a bridge.

Regards,
Herve

Herve Codina (6):
  PCI: rcar-gen2: Add support for clocks
  dt-bindings: PCI: pci-rcar-gen2: Add device tree support for r9a06g032
  PCI: rcar-gen2: Add R9A06G032 support
  ARM: dts: r9a06g032: Add internal PCI bridge node
  ARM: dts: r9a06g032: Add USB PHY DT support
  ARM: dts: r9a06g032: Link the PCI USB devices to the USB PHY

 .../devicetree/bindings/pci/pci-rcar-gen2.txt |  4 +-
 arch/arm/boot/dts/r9a06g032.dtsi              | 46 +++++++++++++++++++
 drivers/pci/controller/pci-rcar-gen2.c        | 30 +++++++++++-
 3 files changed, 77 insertions(+), 3 deletions(-)