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 659BDEB64DD for ; Fri, 21 Jul 2023 01:12:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229896AbjGUBMj (ORCPT ); Thu, 20 Jul 2023 21:12:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbjGUBMi (ORCPT ); Thu, 20 Jul 2023 21:12:38 -0400 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21B03271C; Thu, 20 Jul 2023 18:12:37 -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 fd01.gateway.ufhost.com (Postfix) with ESMTP id BD5868178; Fri, 21 Jul 2023 09:12:35 +0800 (CST) Received: from EXMBX171.cuchost.com (172.16.6.91) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 21 Jul 2023 09:12:35 +0800 Received: from [192.168.125.127] (113.72.147.86) by EXMBX171.cuchost.com (172.16.6.91) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 21 Jul 2023 09:12:34 +0800 Message-ID: Date: Fri, 21 Jul 2023 09:12:33 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH v1 4/9] PCI: microchip: Move PCIe driver to PLDA directory Content-Language: en-US To: Conor Dooley CC: Daire McNamara , Conor Dooley , Rob Herring , Krzysztof Kozlowski , Bjorn Helgaas , Lorenzo Pieralisi , =?UTF-8?Q?Krzysztof_Wilczy=c5=84ski?= , Emil Renner Berthing , , , , , Paul Walmsley , "Palmer Dabbelt" , Albert Ou , "Philipp Zabel" , Mason Huo , Leyfoon Tan , Kevin Xie References: <20230719102057.22329-1-minda.chen@starfivetech.com> <20230719102057.22329-5-minda.chen@starfivetech.com> <20230720-exception-spectator-b48ecb9d4c39@wendy> From: Minda Chen In-Reply-To: <20230720-exception-spectator-b48ecb9d4c39@wendy> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [113.72.147.86] X-ClientProxiedBy: EXCAS065.cuchost.com (172.16.6.25) To EXMBX171.cuchost.com (172.16.6.91) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2023/7/20 20:26, Conor Dooley wrote: > Hey Minda, > > On Wed, Jul 19, 2023 at 06:20:52PM +0800, Minda Chen wrote: >> Move Microchip specific platform codes to PLDA directory. >> Including clock init, interrupt event handle and platform >> init codes. >> >> Signed-off-by: Minda Chen > > Something else that I noticed, looking at what is not in the diff here, > but is everything under the "/* PCIe Controller Phy Regs */" comment > that remains in the microchip driver not also common to the plda IP? > > Thanks, > Conor. I changed it to "PCIe Controller Reg" in patch8 ... It looks not the Phy register.. Maybe I don't change it. And I will squash this patch with patch3.