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 EF7E4EB64DC for ; Thu, 20 Jul 2023 12:27:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230386AbjGTM1o (ORCPT ); Thu, 20 Jul 2023 08:27:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231171AbjGTM1m (ORCPT ); Thu, 20 Jul 2023 08:27:42 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60F202681; Thu, 20 Jul 2023 05:27:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1689856056; x=1721392056; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=2ZGiXBA7knMeVbYBzBnYdJHrkPeF9rSCMSWxNZrS0q0=; b=RuuxtmR7clv93YDpjqpFEQW0pvzrkQUQpIMq5LgpIEdiKI1jXH1HiRCi cSRjBdtGl2k3aO2nRo4sRz32RkU1LtaieQDa2RRW4UY3HVOa3fCX6z1h0 XtIKKiaGLsmEWw4K5N9GHWmK1INqq0CMVIGoUSdMtD8CRisoZfDWYeyxh pBIrhfRaUTemhaaWqZYWS+AEpwmXD1D1eU4mh5nZ5NWK/YpF4Wlrrj1Jk tPRJBmHuBQ1bMGN2ux4NOENjFVM5hm329VblTPMquq0+iivzlIYuitOmJ F754/PHqcrAXEzJ+nK81AkSVtSytg70/xRcdIrDxcLlMAWFuF0Z7mwE9r g==; X-IronPort-AV: E=Sophos;i="6.01,218,1684825200"; d="asc'?scan'208";a="224927705" X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 20 Jul 2023 05:27:33 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Thu, 20 Jul 2023 05:27:31 -0700 Received: from wendy (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21 via Frontend Transport; Thu, 20 Jul 2023 05:27:27 -0700 Date: Thu, 20 Jul 2023 13:26:54 +0100 From: Conor Dooley To: Minda Chen CC: Daire McNamara , Conor Dooley , Rob Herring , Krzysztof Kozlowski , Bjorn Helgaas , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Emil Renner Berthing , , , , , Paul Walmsley , "Palmer Dabbelt" , Albert Ou , "Philipp Zabel" , Mason Huo , Leyfoon Tan , Kevin Xie Subject: Re: [PATCH v1 4/9] PCI: microchip: Move PCIe driver to PLDA directory Message-ID: <20230720-exception-spectator-b48ecb9d4c39@wendy> References: <20230719102057.22329-1-minda.chen@starfivetech.com> <20230719102057.22329-5-minda.chen@starfivetech.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Lilo/J5IxQgX/2YQ" Content-Disposition: inline In-Reply-To: <20230719102057.22329-5-minda.chen@starfivetech.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --Lilo/J5IxQgX/2YQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. >=20 > 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. --Lilo/J5IxQgX/2YQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZLkoDgAKCRB4tDGHoIJi 0vX+AQCNRNQvcPAT0vcVJXASNscuAioQvT52F/KhEUDLy/SoSAEA6U+2742WoaFO H9PBHMPTzScdWPvpyEsWaGVXPs7Z+gc= =rUDs -----END PGP SIGNATURE----- --Lilo/J5IxQgX/2YQ--