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 D64F5C3065C for ; Thu, 17 Aug 2023 15:41:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244299AbjHQPlC (ORCPT ); Thu, 17 Aug 2023 11:41:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353255AbjHQPks (ORCPT ); Thu, 17 Aug 2023 11:40:48 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 914FC2D6D; Thu, 17 Aug 2023 08:40:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2CFE0638D5; Thu, 17 Aug 2023 15:40:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7971DC433C7; Thu, 17 Aug 2023 15:40:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692286846; bh=pRxsif8JlKAfLdB+T3fZbbIPVAzSOFHuTHn7rX4RoCU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l2U5bSFfaCme7/htqAE8HVLKhvoYU3uG8Ad18CUyTuFe2UB+1oS4/cxLXDXhT5/r1 VIQGH0tiY59nii3muBz8mp4fwX07Gkmp/7LYZcA378c2/I3s8zDtzmpbh0dfjmF4TF /RPNHHmE1aorPjscN47GlNUm+h97rE5aNO4grTyed5a3eatGRo4JnRCNumivOnvR8V GDoXofYoqDUyh4sc6A6tRxXUAn2ChJjFTiIoThukqm6W7hUB39yr1oLXpQZdAn1vkh hJ1Moww2mLezp7Teu0pPdoXFf/CsXtuRrK963zZMpO3+JQgwS9o6pAlb6xSzpuz+Gk sOvu3T7arDXBg== Received: (nullmailer pid 1138046 invoked by uid 1000); Thu, 17 Aug 2023 15:40:43 -0000 Date: Thu, 17 Aug 2023 10:40:43 -0500 From: Rob Herring To: Minda Chen Cc: Palmer Dabbelt , Krzysztof Kozlowski , Philipp Zabel , Mason Huo , Lorenzo Pieralisi , Conor Dooley , Albert Ou , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, Pali =?iso-8859-1?Q?Roh=E1r?= , linux-riscv@lists.infradead.org, Emil Renner Berthing , Rob Herring , Paul Walmsley , Leyfoon Tan , Kevin Xie , Daire McNamara , Bjorn Helgaas Subject: Re: [PATCH v3 01/11] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties Message-ID: <169228684231.1137777.15649817865540406129.robh@kernel.org> References: <20230814082016.104181-1-minda.chen@starfivetech.com> <20230814082016.104181-2-minda.chen@starfivetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230814082016.104181-2-minda.chen@starfivetech.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 14 Aug 2023 16:20:06 +0800, 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 > --- > .../bindings/pci/microchip,pcie-host.yaml | 55 +------------- > .../pci/plda,xpressrich3-axi-common.yaml | 75 +++++++++++++++++++ > 2 files changed, 76 insertions(+), 54 deletions(-) > create mode 100644 Documentation/devicetree/bindings/pci/plda,xpressrich3-axi-common.yaml > Reviewed-by: Rob Herring