[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2023052926-shiny-unelected-5d5f@gregkh>
Date: Mon, 29 May 2023 15:52:34 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Minda Chen <minda.chen@...rfivetech.com>
Cc: Emil Renner Berthing <emil.renner.berthing@...onical.com>,
Conor Dooley <conor@...nel.org>, Vinod Koul <vkoul@...nel.org>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Pawel Laszczak <pawell@...ence.com>,
Peter Chen <peter.chen@...nel.org>,
Roger Quadros <rogerq@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-phy@...ts.infradead.org, linux-usb@...r.kernel.org,
linux-riscv@...ts.infradead.org,
Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
Mason Huo <mason.huo@...rfivetech.com>
Subject: Re: [PATCH v6 6/7] usb: cdns3: Add StarFive JH7110 USB driver
On Mon, May 29, 2023 at 03:50:04PM +0100, Greg Kroah-Hartman wrote:
> On Thu, May 18, 2023 at 07:27:49PM +0800, Minda Chen wrote:
> > Adds Specific Glue layer to support USB peripherals on
> > StarFive JH7110 SoC.
> > There is a Cadence USB3 core for JH7110 SoCs, the cdns
> > core is the child of this USB wrapper module device.
> >
> > Signed-off-by: Minda Chen <minda.chen@...rfivetech.com>
> > Acked-by: Peter Chen <peter.chen@...nel.org>
> > Reviewed-by: Roger Quadros <rogerq@...nel.org>
> > ---
> > MAINTAINERS | 6 +
> > drivers/usb/cdns3/Kconfig | 11 ++
> > drivers/usb/cdns3/Makefile | 1 +
> > drivers/usb/cdns3/cdns3-starfive.c | 246 +++++++++++++++++++++++++++++
> > 4 files changed, 264 insertions(+)
> > create mode 100644 drivers/usb/cdns3/cdns3-starfive.c
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 5519f81c8296..06c63f43bb17 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -20168,6 +20168,12 @@ F: Documentation/devicetree/bindings/phy/starfive,jh7110-usb-phy.yaml
> > F: drivers/phy/starfive/phy-jh7110-pcie.c
> > F: drivers/phy/starfive/phy-jh7110-usb.c
> >
> > +STARFIVE JH71X0 USB DRIVERS
> > +M: Minda Chen <minda.chen@...rfivetech.com>
> > +S: Maintained
> > +F: Documentation/devicetree/bindings/usb/starfive,jh7110-usb.yaml
> > +F: drivers/usb/cdns3/cdns3-starfive.c
>
> Does not apply anymore, please rebase and resend.
Nevermind, I fixed it up.
Powered by blists - more mailing lists