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 089FBC678D4 for ; Mon, 6 Mar 2023 10:36:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231292AbjCFKgD (ORCPT ); Mon, 6 Mar 2023 05:36:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231133AbjCFKfu (ORCPT ); Mon, 6 Mar 2023 05:35:50 -0500 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 846CB59E6; Mon, 6 Mar 2023 02:35:46 -0800 (PST) Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by fd01.gateway.ufhost.com (Postfix) with ESMTP id 449AB24E2E3; Mon, 6 Mar 2023 18:35:45 +0800 (CST) Received: from EXMBX071.cuchost.com (172.16.6.81) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Mon, 6 Mar 2023 18:35:45 +0800 Received: from [192.168.125.108] (183.27.97.46) by EXMBX071.cuchost.com (172.16.6.81) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Mon, 6 Mar 2023 18:35:44 +0800 Message-ID: <7c314cc7-0377-ac42-8925-79abc9dcb86f@starfivetech.com> Date: Mon, 6 Mar 2023 18:35:43 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH 0/3] Add JH7110 USB driver support Content-Language: en-US To: Conor Dooley CC: Emil Renner Berthing , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Pawel Laszczak , Greg Kroah-Hartman , "Peter Chen" , Roger Quadros , "Aswath Govindraju" , Philipp Zabel , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , , , , , References: <20230306095212.25840-1-minda.chen@starfivetech.com> From: Minda Chen In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [183.27.97.46] X-ClientProxiedBy: EXCAS065.cuchost.com (172.16.6.25) To EXMBX071.cuchost.com (172.16.6.81) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/3/6 18:23, Conor Dooley wrote: > Hey Minda! > > On Mon, Mar 06, 2023 at 05:52:12PM +0800, Minda Chen wrote: >> This patchset adds USB driver for the StarFive JH7110 SoC. >> USB work mode is peripheral and using USB 2.0 PHY in VisionFive 2 board. >> The patch has been tested on the VisionFive 2 board. >> >> This patchset should be applied after the patchset [1] and patch [2]: >> [1] https://lore.kernel.org/all/20230221083323.302471-1-xingyu.wu@starfivetech.com/ >> [2] https://lore.kernel.org/all/20230215113249.47727-4-william.qiu@starfivetech.com/ >> >> patch 1 is usb phy dt-binding document. >> patch 2 is the glue layer of Cadence USB3 and USB phy >> setting. USB controller IP is Cadence USB3. >> patch 3 is USB device tree configuration. >> >> Minda Chen (3): >> dt-bindings: phy: Add StarFive JH7110 USB dt-binding >> usb: cdns3: add StarFive JH7110 USB glue layer >> dts: usb: add StarFive JH7110 USB dts configuration. > > Unfortunately, this patchset hasn't really landed correctly. > Usually, in a series, patches are sent as replies to the cover letter. > Git's send-email will do this for you if you pass it multiple patches > and a cover letter (I do it by passing a directory, eg patches/foo/v1) > > It appears that you have sent each patch separately, and to different > recipients, which makes this harder to review. > Please re-submit this with proper threading (and as v2 ideally, so that > Greg's bot doesn't complain). > > Thanks, > Conor. I am sorry about this. I will re-summit this patchset as v2 patch.