Message ID | 1590356277-19993-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | R8A7742 add support for HSUSB and USB2.0/3.0 | expand |
On Sun, May 24, 2020 at 10:37:49PM +0100, Lad Prabhakar wrote: > Hi All, > > This patch series adds support for HSUSB, USB2.0 and USB3.0 to > R8A7742 SoC DT. > > This patch series applies on-top of [1]. > > [1] https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=288491 I think Geert will pull this series, so I'd drop it from the PCI patchwork unless there is a reason I should not, please let me know. Thanks, Lorenzo > Cheers, > Prabhakar > > Lad Prabhakar (8): > dt-bindings: phy: rcar-gen2: Add r8a7742 support > dt-bindings: PCI: pci-rcar-gen2: Add device tree support for r8a7742 > dt-bindings: usb: renesas,usbhs: Add support for r8a7742 > dt-bindings: dmaengine: renesas,usb-dmac: Add binding for r8a7742 > dt-bindings: usb: usb-xhci: Document r8a7742 support > ARM: dts: r8a7742: Add USB 2.0 host support > ARM: dts: r8a7742: Add USB-DMAC and HSUSB device nodes > ARM: dts: r8a7742: Add xhci support > > .../devicetree/bindings/dma/renesas,usb-dmac.yaml | 1 + > .../devicetree/bindings/pci/pci-rcar-gen2.txt | 3 +- > .../devicetree/bindings/phy/rcar-gen2-phy.txt | 3 +- > .../devicetree/bindings/usb/renesas,usbhs.yaml | 1 + > Documentation/devicetree/bindings/usb/usb-xhci.txt | 1 + > arch/arm/boot/dts/r8a7742.dtsi | 173 +++++++++++++++++++++ > 6 files changed, 180 insertions(+), 2 deletions(-) > > -- > 2.7.4 >
Hi Lorenzo, On Thu, May 28, 2020 at 4:21 PM Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> wrote: > On Sun, May 24, 2020 at 10:37:49PM +0100, Lad Prabhakar wrote: > > This patch series adds support for HSUSB, USB2.0 and USB3.0 to > > R8A7742 SoC DT. > > > > This patch series applies on-top of [1]. > > > > [1] https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=288491 > > I think Geert will pull this series, so I'd drop it from the PCI > patchwork unless there is a reason I should not, please let me know. I'll take the DTS patches only. You may want to take 2/8, or leave it to Rob. > > Lad Prabhakar (8): > > dt-bindings: phy: rcar-gen2: Add r8a7742 support > > dt-bindings: PCI: pci-rcar-gen2: Add device tree support for r8a7742 > > dt-bindings: usb: renesas,usbhs: Add support for r8a7742 > > dt-bindings: dmaengine: renesas,usb-dmac: Add binding for r8a7742 > > dt-bindings: usb: usb-xhci: Document r8a7742 support > > ARM: dts: r8a7742: Add USB 2.0 host support > > ARM: dts: r8a7742: Add USB-DMAC and HSUSB device nodes > > ARM: dts: r8a7742: Add xhci support > > > > .../devicetree/bindings/dma/renesas,usb-dmac.yaml | 1 + > > .../devicetree/bindings/pci/pci-rcar-gen2.txt | 3 +- > > .../devicetree/bindings/phy/rcar-gen2-phy.txt | 3 +- > > .../devicetree/bindings/usb/renesas,usbhs.yaml | 1 + > > Documentation/devicetree/bindings/usb/usb-xhci.txt | 1 + > > arch/arm/boot/dts/r8a7742.dtsi | 173 +++++++++++++++++++++ > > 6 files changed, 180 insertions(+), 2 deletions(-) Gr{oetje,eeting}s, Geert