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 F15A6C4167B for ; Tue, 5 Dec 2023 01:22:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343824AbjLEBV4 (ORCPT ); Mon, 4 Dec 2023 20:21:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbjLEBVy (ORCPT ); Mon, 4 Dec 2023 20:21:54 -0500 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 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-Originating-IP: [183.27.97.199] X-ClientProxiedBy: EXCAS061.cuchost.com (172.16.6.21) To EXMBX171.cuchost.com (172.16.6.91) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.