All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Bjorn Helgaas <bhelgaas@google.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	dmaengine <dmaengine@vger.kernel.org>,
	linux-pci <linux-pci@vger.kernel.org>,
	USB list <linux-usb@vger.kernel.org>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" 
	<devicetree@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Prabhakar <prabhakar.csengg@gmail.com>
Subject: Re: [PATCH 0/8] R8A7742 add support for HSUSB and USB2.0/3.0
Date: Thu, 28 May 2020 17:33:06 +0200	[thread overview]
Message-ID: <CAMuHMdVNi2dwrbsX9Zbxo3GGaGZ6EwtsVhFFORNTYkcGfynkQQ@mail.gmail.com> (raw)
In-Reply-To: <20200528142139.GA28290@e121166-lin.cambridge.arm.com>

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

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

      reply	other threads:[~2020-05-28 15:33 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-24 21:37 [PATCH 0/8] R8A7742 add support for HSUSB and USB2.0/3.0 Lad Prabhakar
2020-05-24 21:37 ` [PATCH 1/8] dt-bindings: phy: rcar-gen2: Add r8a7742 support Lad Prabhakar
2020-05-25 10:01   ` Geert Uytterhoeven
2020-05-28 23:43   ` Rob Herring
2020-05-24 21:37 ` [PATCH 2/8] dt-bindings: PCI: pci-rcar-gen2: Add device tree support for r8a7742 Lad Prabhakar
2020-05-25 10:03   ` Geert Uytterhoeven
2020-05-28 23:43   ` Rob Herring
2020-05-24 21:37 ` [PATCH 3/8] dt-bindings: usb: renesas,usbhs: Add " Lad Prabhakar
2020-05-25 10:04   ` Geert Uytterhoeven
2020-05-28 23:44   ` Rob Herring
2020-05-24 21:37 ` [PATCH 4/8] dt-bindings: dmaengine: renesas,usb-dmac: Add binding " Lad Prabhakar
2020-05-25 10:05   ` Geert Uytterhoeven
2020-05-28 23:45   ` Rob Herring
2020-06-16 15:50   ` Vinod Koul
2020-05-24 21:37 ` [PATCH 5/8] dt-bindings: usb: usb-xhci: Document r8a7742 support Lad Prabhakar
2020-05-25 10:18   ` Geert Uytterhoeven
2020-05-28 23:46   ` Rob Herring
2020-05-24 21:37 ` [PATCH 6/8] ARM: dts: r8a7742: Add USB 2.0 host support Lad Prabhakar
2020-05-25 10:20   ` Geert Uytterhoeven
2020-05-24 21:37 ` [PATCH 7/8] ARM: dts: r8a7742: Add USB-DMAC and HSUSB device nodes Lad Prabhakar
2020-05-25 10:20   ` Geert Uytterhoeven
2020-05-24 21:37 ` [PATCH 8/8] ARM: dts: r8a7742: Add xhci support Lad Prabhakar
2020-05-25 10:21   ` Geert Uytterhoeven
2020-05-28 14:21 ` [PATCH 0/8] R8A7742 add support for HSUSB and USB2.0/3.0 Lorenzo Pieralisi
2020-05-28 15:33   ` Geert Uytterhoeven [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMuHMdVNi2dwrbsX9Zbxo3GGaGZ6EwtsVhFFORNTYkcGfynkQQ@mail.gmail.com \
    --to=geert@linux-m68k.org \
    --cc=bhelgaas@google.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=gregkh@linuxfoundation.org \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=magnus.damm@gmail.com \
    --cc=prabhakar.csengg@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh+dt@kernel.org \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.