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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 00CF7C3DA5D for ; Thu, 25 Jul 2024 20:44:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=LATutKIqGoOD0yOealdxRgqF2zGMZQxotI2QGEG/2Ak=; b=4CP5VElZ5zNex8 UzBfOT4bGzRmH3UumO3e/Xrl5lb4eIw7CEpnMjsPIiVW/xe9KE7gJP/1+DHfdLPUYuzStsafDrvb1 yC0sa7nGUw/d/eDGj93Yz7o/wDaHQlo5+dd0haUbl8C1IrJGrFYxl+8AiE8AAN9EoL/YyM1asrHN+ cy9Ys81GUDoKHpk7EzwM9TVWa1/D6Q9/IjkIrPM2FKYVGwZgeeBsSyQirmj9lvVLpgev0usbrqu95 EbmGWv7wDLAxMAT9vl4mFA+K9twA+xDCrgkz78xVULw8kZQusr5zCcOjjZG66xRhRG1BwzCFmet/L CwdpYKrmbafeL4oPPKcg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sX5Jq-0000000257m-37Cb; Thu, 25 Jul 2024 20:44:10 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sX5JS-00000002517-28XG for linux-arm-kernel@lists.infradead.org; Thu, 25 Jul 2024 20:43:48 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 93887CE12AE; Thu, 25 Jul 2024 20:43:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2541FC116B1; Thu, 25 Jul 2024 20:43:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721940223; bh=PheuDERKJnugU8Ztha0lFkJDmsZb03WuJNNHt+R+zx8=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=C+S4neclishfSM5QkP5VqCuP7cyQBhqw4nUvoi+uOyDr3TmjIOl37LaR/w09cOnwh u3yG1GvVG+v86AdfpY+oS8Zzv2dYj6L8QibthYevJfjJhGwIl9EHFG5GuLCnxruHkQ 41t/PPUI60T3rTmDEjRKU08axt6hcjvtYRQNDXNBdENEvlmt64sz+g8r6+yeao58V8 c03BaSWrYyQYC63pxG2kJ/RlBflsu2hswYx7nnHHV2YPCeyrQSf0GCwIuZK+I5uB4v ZSQAV1IgC8IBVc/LY3dr+uN6CPIpqLnxGjb4wBabrp9JPypzuJZvy17BbCZz4PZ4LJ 99DsyYIBi5IkA== Date: Thu, 25 Jul 2024 15:43:41 -0500 From: Bjorn Helgaas To: Richard Zhu Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, shawnguo@kernel.org, l.stach@pengutronix.de, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, imx@lists.linux.dev Subject: Re: [PATCH v3 0/4] Add dbi2 and atu for i.MX8M PCIe EP Message-ID: <20240725204341.GA858380@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1721892916-5782-1-git-send-email-hongxing.zhu@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240725_134346_755413_DD36E20B X-CRM114-Status: GOOD ( 12.64 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jul 25, 2024 at 03:35:12PM +0800, Richard Zhu wrote: > v3 changes: > - Refine the commit descriptions. > > v2 changes: > Thanks for Conor's comments. > - Place the new added properties at the end. > > Ideally, dbi2 and atu base addresses should be fetched from DT. > Add dbi2 and atu base addresses for i.MX8M PCIe EP here. > > [PATCH v3 1/4] dt-bindings: imx6q-pcie: Add reg-name "dbi2" and "atu" > [PATCH v3 2/4] dts: arm64: imx8mq: Add dbi2 and atu reg for i.MX8MQ > [PATCH v3 3/4] dts: arm64: imx8mp: Add dbi2 and atu reg for i.MX8MP > [PATCH v3 4/4] dts: arm64: imx8mm: Add dbi2 and atu reg for i.MX8MM > > Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml | 13 +++++++++---- > arch/arm64/boot/dts/freescale/imx8mm.dtsi | 8 +++++--- > arch/arm64/boot/dts/freescale/imx8mp.dtsi | 7 +++++-- > arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 +++++--- > 4 files changed, 24 insertions(+), 12 deletions(-) For all the patches in this series, can you please: - Separate paragraphs with blank lines so we know where they end. - Wrap commit log to fill 75 columns.