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 088BBC07545 for ; Mon, 23 Oct 2023 01:05:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232951AbjJWBFJ (ORCPT ); Sun, 22 Oct 2023 21:05:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229574AbjJWBFI (ORCPT ); Sun, 22 Oct 2023 21:05:08 -0400 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A3CE6E9; Sun, 22 Oct 2023 18:05:04 -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 A192924E167; Mon, 23 Oct 2023 09:04:51 +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; Mon, 23 Oct 2023 09:04:51 +0800 Received: from [192.168.125.85] (183.27.99.123) by EXMBX171.cuchost.com (172.16.6.91) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Mon, 23 Oct 2023 09:04:50 +0800 Message-ID: Date: Mon, 23 Oct 2023 09:04:49 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v9 01/20] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties Content-Language: en-US To: Krzysztof Kozlowski , Conor Dooley , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= , "Rob Herring" , Bjorn Helgaas , "Lorenzo Pieralisi" , Daire McNamara , Emil Renner Berthing , Krzysztof Kozlowski CC: , , , , Paul Walmsley , Palmer Dabbelt , Albert Ou , Philipp Zabel , Mason Huo , Leyfoon Tan , Kevin Xie References: <20231020104341.63157-1-minda.chen@starfivetech.com> <20231020104341.63157-2-minda.chen@starfivetech.com> <8ced1915-7b94-4abc-bd8b-cb4bf027fa01@linaro.org> From: Minda Chen In-Reply-To: <8ced1915-7b94-4abc-bd8b-cb4bf027fa01@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [183.27.99.123] 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/10/20 19:04, Krzysztof Kozlowski wrote: > On 20/10/2023 12:43, Minda Chen wrote: >> Add PLDA XpressRICH PCIe host common properties dt-binding doc. >> Microchip PolarFire PCIe host using PLDA IP. >> Move common properties from Microchip PolarFire PCIe host >> to PLDA files. >> >> Signed-off-by: Minda Chen >> Reviewed-by: Hal Feng >> Reviewed-by: Conor Dooley >> Reviewed-by: Rob Herring >> --- >> .../bindings/pci/microchip,pcie-host.yaml | 55 +------------- >> .../pci/plda,xpressrich3-axi-common.yaml | 75 +++++++++++++++++++ > > Where was this patch reviewed? > > Best regards, > Krzysztof > This Conor's review tag. v2 : https://patchwork.kernel.org/project/linux-pci/patch/20230727103949.26149-2-minda.chen@starfivetech.com/ This is Rob's review tag v3: https://patchwork.kernel.org/project/linux-pci/patch/20230814082016.104181-2-minda.chen@starfivetech.com/