From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 40CA4C77B7E for ; Mon, 29 May 2023 14:52:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229819AbjE2Owi (ORCPT ); Mon, 29 May 2023 10:52:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229552AbjE2Owi (ORCPT ); Mon, 29 May 2023 10:52:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A39FB7; Mon, 29 May 2023 07:52:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E536C625ED; Mon, 29 May 2023 14:52:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D85F0C433EF; Mon, 29 May 2023 14:52:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685371956; bh=ruooO/hib2eTqtlqdlGt216wI4HkJrfG1ILQsX52itE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nJebyKeflDMM5C6oB2CfMassfdovNwMUV+z1ZshUEw77BFvbe9bZvCSW7Xn9Dy8y+ aHzdo6eK+u4d1Y3xC0idUGt5RHO192gedw0PG09MTuNPIxJVnCR6so+WtCWJyPL1tN WgelPvDMo/qoPKhhnRCwd7xVd7nVnopNNv6kcKpM= Date: Mon, 29 May 2023 15:52:34 +0100 From: Greg Kroah-Hartman To: Minda Chen Cc: Emil Renner Berthing , Conor Dooley , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Pawel Laszczak , Peter Chen , Roger Quadros , Philipp Zabel , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-usb@vger.kernel.org, linux-riscv@lists.infradead.org, Paul Walmsley , Palmer Dabbelt , Albert Ou , Mason Huo Subject: Re: [PATCH v6 6/7] usb: cdns3: Add StarFive JH7110 USB driver Message-ID: <2023052926-shiny-unelected-5d5f@gregkh> References: <20230518112750.57924-1-minda.chen@starfivetech.com> <20230518112750.57924-7-minda.chen@starfivetech.com> <2023052951-humbly-dentist-cb9c@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2023052951-humbly-dentist-cb9c@gregkh> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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 > > Acked-by: Peter Chen > > Reviewed-by: Roger Quadros > > --- > > 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 > > +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.