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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B0928EEB596 for ; Wed, 13 Sep 2023 06:45:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=br7+7NWFHKwDbp1b1uKj7d2bDBNnNm70Mym42KFt1+c=; b=LpzNlIAy808qm6 4RnINr4OOAK/2+YFvphV5P81C4Dfrjta5q9BCMaprxfGgafw1j/Af5GNG6VkbAP1DkdfCa/Ugj99s u3atLU2BpNRKyzFGlEzdzdK5vbjicmvxLgz4/QUaxaDlqnPnQ6fEZxRc2AQlBLj6tyTijVp6CGtFt 9e0GoyajseOCKhdLZT00kzyWu6m2JrmBibRKdJKbdahokHwOFOJnNEos/9DCFgO7AXUYmLCtQ9YoR f0yNnqmOY7oj4fGRheglhIXBY7B3dDTWZyP4ZbZOGF4juP8oYyFGyBFqIOeDpTLYzLCprZm3PxF6g hbAaF6efDRk8Y5hIdYmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qgJdI-004qIT-0a; Wed, 13 Sep 2023 06:45:52 +0000 Received: from ex01.ufhost.com ([61.152.239.75]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qgJdC-004qGF-29 for linux-riscv@lists.infradead.org; Wed, 13 Sep 2023 06:45:51 +0000 Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 7EAB824E3D6; Wed, 13 Sep 2023 14:45:23 +0800 (CST) Received: from EXMBX172.cuchost.com (172.16.6.92) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 13 Sep 2023 14:45:21 +0800 Received: from [192.168.125.55] (113.72.145.181) by EXMBX172.cuchost.com (172.16.6.92) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 13 Sep 2023 14:45:20 +0800 Message-ID: Date: Wed, 13 Sep 2023 14:45:19 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [-next v2 1/2] riscv: dts: starfive: visionfive 2: Enable usb0 To: Conor Dooley CC: Conor Dooley , Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , Palmer Dabbelt , Paul Walmsley , Albert Ou , , , References: <20230829020511.26844-1-hal.feng@starfivetech.com> <20230913-mockup-liable-9dcf94ed4568@wendy> Content-Language: en-US From: Hal Feng In-Reply-To: <20230913-mockup-liable-9dcf94ed4568@wendy> X-Originating-IP: [113.72.145.181] X-ClientProxiedBy: EXCAS062.cuchost.com (172.16.6.22) To EXMBX172.cuchost.com (172.16.6.92) X-YovoleRuleAgent: yovoleflag X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230912_234547_022907_CB5CC6D0 X-CRM114-Status: GOOD ( 16.10 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Wed, 13 Sep 2023 07:20:54 +0100, Conor Dooley wrote: > On Wed, Sep 13, 2023 at 11:47:22AM +0800, Hal Feng wrote: >> On Tue, 29 Aug 2023 10:05:10 +0800, Hal Feng wrote: >> > usb0 was disabled by mistake when merging, so enable it. >> > >> > Fixes: e7c304c0346d ("riscv: dts: starfive: jh7110: add the node and pins configuration for tdm") >> > Signed-off-by: Hal Feng >> > --- >> > arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi | 1 + >> > 1 file changed, 1 insertion(+) >> > >> > diff --git a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi >> > index d79f94432b27..85f40df93f25 100644 >> > --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi >> > +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi >> > @@ -513,6 +513,7 @@ &uart0 { >> > >> > &usb0 { >> > dr_mode = "peripheral"; >> > + status = "okay"; >> > }; >> >> Hi, Conor, >> >> As v6.6-rc1 is already released, would you apply this series >> in rc2 or the later rc versions? > > Yes, I was planning on doing a sweep for potential fixes today. There's > 3 or 4 I think. I see. Thanks a lot. Best regards, Hal _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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 5F14FEEB59A for ; Wed, 13 Sep 2023 06:45:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231575AbjIMGpb (ORCPT ); Wed, 13 Sep 2023 02:45:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238468AbjIMGpa (ORCPT ); Wed, 13 Sep 2023 02:45:30 -0400 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2E8E81980; Tue, 12 Sep 2023 23:45:25 -0700 (PDT) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 7EAB824E3D6; Wed, 13 Sep 2023 14:45:23 +0800 (CST) Received: from EXMBX172.cuchost.com (172.16.6.92) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 13 Sep 2023 14:45:21 +0800 Received: from [192.168.125.55] (113.72.145.181) by EXMBX172.cuchost.com (172.16.6.92) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 13 Sep 2023 14:45:20 +0800 Message-ID: Date: Wed, 13 Sep 2023 14:45:19 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [-next v2 1/2] riscv: dts: starfive: visionfive 2: Enable usb0 To: Conor Dooley CC: Conor Dooley , Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , Palmer Dabbelt , Paul Walmsley , Albert Ou , , , References: <20230829020511.26844-1-hal.feng@starfivetech.com> <20230913-mockup-liable-9dcf94ed4568@wendy> Content-Language: en-US From: Hal Feng In-Reply-To: <20230913-mockup-liable-9dcf94ed4568@wendy> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [113.72.145.181] X-ClientProxiedBy: EXCAS062.cuchost.com (172.16.6.22) To EXMBX172.cuchost.com (172.16.6.92) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 13 Sep 2023 07:20:54 +0100, Conor Dooley wrote: > On Wed, Sep 13, 2023 at 11:47:22AM +0800, Hal Feng wrote: >> On Tue, 29 Aug 2023 10:05:10 +0800, Hal Feng wrote: >> > usb0 was disabled by mistake when merging, so enable it. >> > >> > Fixes: e7c304c0346d ("riscv: dts: starfive: jh7110: add the node and pins configuration for tdm") >> > Signed-off-by: Hal Feng >> > --- >> > arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi | 1 + >> > 1 file changed, 1 insertion(+) >> > >> > diff --git a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi >> > index d79f94432b27..85f40df93f25 100644 >> > --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi >> > +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi >> > @@ -513,6 +513,7 @@ &uart0 { >> > >> > &usb0 { >> > dr_mode = "peripheral"; >> > + status = "okay"; >> > }; >> >> Hi, Conor, >> >> As v6.6-rc1 is already released, would you apply this series >> in rc2 or the later rc versions? > > Yes, I was planning on doing a sweep for potential fixes today. There's > 3 or 4 I think. I see. Thanks a lot. Best regards, Hal