From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52342A4; Mon, 4 Dec 2023 17:21:56 -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 ex01.ufhost.com (Postfix) with ESMTP id 765B324E2AC; Tue, 5 Dec 2023 09:21:47 +0800 (CST) Received: from EXMBX171.cuchost.com (172.16.6.91) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 5 Dec 2023 09:21:47 +0800 Received: from [192.168.125.85] (183.27.97.199) by EXMBX171.cuchost.com (172.16.6.91) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 5 Dec 2023 09:21:46 +0800 Message-ID: Date: Tue, 5 Dec 2023 09:21:45 +0800 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v11 0/20] Refactoring Microchip PCIe driver and add StarFive PCIe Content-Language: en-US To: Bjorn Helgaas CC: Conor Dooley , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , Rob Herring , Bjorn Helgaas , Lorenzo Pieralisi , "Daire McNamara" , Emil Renner Berthing , Krzysztof Kozlowski , , , , , Paul Walmsley , "Palmer Dabbelt" , Albert Ou , "Philipp Zabel" , Mason Huo , Leyfoon Tan , Kevin Xie References: <20231204212807.GA629695@bhelgaas> From: Minda Chen In-Reply-To: <20231204212807.GA629695@bhelgaas> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: EXCAS061.cuchost.com (172.16.6.21) To EXMBX171.cuchost.com (172.16.6.91) X-YovoleRuleAgent: yovoleflag On 2023/12/5 5:28, Bjorn Helgaas wrote: > On Sat, Dec 02, 2023 at 09:17:24PM +0800, Minda Chen wrote: >> ... >> Please check this configuation. >> CONFIG_PHY_STARFIVE_JH7110_PCIE=y >> CONFIG_PINCTRL_STARFIVE_JH7110=y >> CONFIG_PINCTRL_STARFIVE_JH7110_SYS=y >> CONFIG_PINCTRL_STARFIVE_JH7110_AON=y >> >> BTW, Maybe you can reply e-mail to me only. > > There's usually no benefit to replying off-list. The list archives > are very valuable for future maintenance because they help us > understand the reason things were done a certain way. > > Bjorn I am sorry about this. I thought this have nothing to do with codes review and disturb the maintainer. Now Damian can work with PCIe in VisionFive v2 board.