dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Add USB2/USB3/INTC-EX support to RZ/G2N
@ 2019-10-08 10:38 Fabrizio Castro
  2019-10-08 10:38 ` [PATCH 01/10] dt-bindings: rcar-gen3-phy-usb2: Add r8a774b1 support Fabrizio Castro
                   ` (9 more replies)
  0 siblings, 10 replies; 28+ messages in thread
From: Fabrizio Castro @ 2019-10-08 10:38 UTC (permalink / raw)
  To: Geert Uytterhoeven, Simon Horman, Vinod Koul, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Kishon Vijay Abraham I, Greg Kroah-Hartman,
	Magnus Damm, dmaengine, devicetree, linux-kernel, linux-usb,
	linux-renesas-soc, Chris Paterson, Biju Das, Laurent Pinchart,
	Kieran Bingham, Jacopo Mondi

Dear All,

this series adds USB 2.0, USB 3.0, and INTC-EX support to the RZ/G2N
SoC specfic dtsi.

This series depends on the following patches:
* https://patchwork.kernel.org/cover/11166155/
* https://patchwork.kernel.org/cover/11157129/
* https://patchwork.kernel.org/cover/11158259/
* https://patchwork.kernel.org/cover/11171325/
* https://patchwork.kernel.org/cover/11173787/
* https://patchwork.kernel.org/patch/11174777/

Thanks,
Fab

Fabrizio Castro (10):
  dt-bindings: rcar-gen3-phy-usb2: Add r8a774b1 support
  dt-bindings: dmaengine: usb-dmac: Add binding for r8a774b1
  dt-bindings: usb: renesas_usbhs: Add r8a774b1 support
  dt-bindings: rcar-gen3-phy-usb3: Add r8a774b1 support
  dt-bindings: usb-xhci: Add r8a774b1 support
  dt-bindings: usb: renesas_usb3: Document r8a774b1 support
  arm64: dts: renesas: r8a774b1: Add USB2.0 phy and host (EHCI/OHCI)
    device nodes
  arm64: dts: renesas: r8a774b1: Add USB-DMAC and HSUSB device nodes
  arm64: dts: renesas: r8a774b1: Add USB3.0 device nodes
  arm64: dts: renesas: r8a774b1: Add INTC-EX device node

 .../devicetree/bindings/dma/renesas,usb-dmac.txt   |   1 +
 .../devicetree/bindings/phy/rcar-gen3-phy-usb2.txt |   2 +
 .../devicetree/bindings/phy/rcar-gen3-phy-usb3.txt |   2 +
 .../devicetree/bindings/usb/renesas,usb3-peri.txt  |   1 +
 .../devicetree/bindings/usb/renesas,usbhs.txt      |   1 +
 Documentation/devicetree/bindings/usb/usb-xhci.txt |   1 +
 arch/arm64/boot/dts/renesas/r8a774b1.dtsi          | 138 +++++++++++++++++++--
 7 files changed, 136 insertions(+), 10 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-10-15 10:19 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 10:38 [PATCH 00/10] Add USB2/USB3/INTC-EX support to RZ/G2N Fabrizio Castro
2019-10-08 10:38 ` [PATCH 01/10] dt-bindings: rcar-gen3-phy-usb2: Add r8a774b1 support Fabrizio Castro
2019-10-08 11:31   ` Geert Uytterhoeven
2019-10-09  4:09   ` Yoshihiro Shimoda
2019-10-08 10:38 ` [PATCH 02/10] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774b1 Fabrizio Castro
2019-10-08 11:32   ` Geert Uytterhoeven
2019-10-09  4:09   ` Yoshihiro Shimoda
2019-10-15 10:19   ` Vinod Koul
2019-10-08 10:38 ` [PATCH 03/10] dt-bindings: usb: renesas_usbhs: Add r8a774b1 support Fabrizio Castro
2019-10-08 11:34   ` Geert Uytterhoeven
2019-10-09  4:09   ` Yoshihiro Shimoda
2019-10-08 10:38 ` [PATCH 04/10] dt-bindings: rcar-gen3-phy-usb3: " Fabrizio Castro
2019-10-08 11:36   ` Geert Uytterhoeven
2019-10-09  4:09   ` Yoshihiro Shimoda
2019-10-08 10:38 ` [PATCH 05/10] dt-bindings: usb-xhci: " Fabrizio Castro
2019-10-08 11:37   ` Geert Uytterhoeven
2019-10-09  4:09   ` Yoshihiro Shimoda
2019-10-08 10:38 ` [PATCH 06/10] dt-bindings: usb: renesas_usb3: Document " Fabrizio Castro
2019-10-08 11:42   ` Geert Uytterhoeven
2019-10-09  4:09   ` Yoshihiro Shimoda
2019-10-08 10:38 ` [PATCH 07/10] arm64: dts: renesas: r8a774b1: Add USB2.0 phy and host (EHCI/OHCI) device nodes Fabrizio Castro
2019-10-09 14:07   ` Geert Uytterhoeven
2019-10-08 10:38 ` [PATCH 08/10] arm64: dts: renesas: r8a774b1: Add USB-DMAC and HSUSB " Fabrizio Castro
2019-10-09 14:38   ` Geert Uytterhoeven
2019-10-08 10:38 ` [PATCH 09/10] arm64: dts: renesas: r8a774b1: Add USB3.0 " Fabrizio Castro
2019-10-09 14:41   ` Geert Uytterhoeven
2019-10-08 10:38 ` [PATCH 10/10] arm64: dts: renesas: r8a774b1: Add INTC-EX device node Fabrizio Castro
2019-10-09 14:42   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).