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 0CEC7C25B46 for ; Mon, 23 Oct 2023 17:27:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=OD4oebcsAIaQeNsZTglHyGbOdbgnro3ZLNcavLC+Dp0=; b=2j6dL8kg3ANGvL g08H+g8KYh+86s9rOJ1+3DcB5qGpm/FAlWtySMFrO45cFVyScYfS8wlpzBtbE6mOvOCyNwsnc+gEL 6m9yvI9U2E9Z943g6Dlqtd3IDoEum8ZQ7MckFj6Q6mDrIuZypNTIjmxzsYfgZ+c7x7vdr/9acGOaa 6lRdYXvq0cahgM9OS+tnybjtP2Jc7Hg1Z4Ab6/LljzHDRlhCHe1gjHLb+Ql4gnYMtGcucpXFT8Pf+ G+w6gxXtSbkk5e0ehc0C+hW3WLoBpAT2NEI8VBUBDbCSzrzGvOEr2lILSxAkSvrHGI2APfz7eDg20 STWSk4bSUR+NchFP2JGg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1quyhV-007vok-0s; Mon, 23 Oct 2023 17:26:49 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1quyhS-007vnS-03 for linux-arm-kernel@lists.infradead.org; Mon, 23 Oct 2023 17:26:47 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 87ACBCE26F4; Mon, 23 Oct 2023 17:26:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8FCECC433C8; Mon, 23 Oct 2023 17:26:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698082002; bh=UXLXOgLp4A7hZSNzIK7YG2ywhifFJfdLP5yoj/6tdrs=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=MVhuiS5S5OGjc7iMqaJUucGRWk4Q85x8n/ufPVBEs+RF0WIWIjoLpdt1T2APwV01q VCo2J/NdLK99dyyEX4dTHL7OIZb9LSuUAmDCs0SWnyIS3IfDcYH4f2UiEJ9/BUUadX KCy74KHesFjb9mv6wcLt/npGb9xJ68yNCd9U74LGzuLPoFwxrcLTj8ErLjOyoHmrVq psk59i8ZuWtk6t95JrxLulyX+vwnNna+FBrmnk1iD1TQWBSJDzILtxhj/t5WH36vG6 sdoZJ8CKa9C8EuHp9kovonQCBq2KbtKeLbtJ7n08/oUMLfKsmAXad1BI6+5dNyv9ov JwMtMnYDI2fNQ== Date: Mon, 23 Oct 2023 12:26:40 -0500 From: Bjorn Helgaas To: "Havalige, Thippeswamy" Cc: "linux-pci@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "bhelgaas@google.com" , "lpieralisi@kernel.org" , "kw@linux.com" , "robh@kernel.org" , "krzysztof.kozlowski+dt@linaro.org" , "Simek, Michal" , "Gogada, Bharat Kumar" Subject: Re: [PATCH v5 RESEND 0/4] increase ecam size value to discover 256 buses during Message-ID: <20231023172530.GA1602129@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231023_102646_417155_647928C0 X-CRM114-Status: GOOD ( 20.46 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Oct 20, 2023 at 10:35:46AM +0000, Havalige, Thippeswamy wrote: > Hi Bjorn, > > Can you please provide an update on this patch series. As with your Xilinx XDMA Soft IP series, I hope to get this merged for v6.7. Would you take a quick look at patchwork here: https://patchwork.kernel.org/project/linux-pci/list/?submitter=207519 to make sure that everything you're waiting on is listed there? I cleaned out things that appeared to be older versions of the "Increase ECAM size" and the "Add support for Xilinx XDMA Soft IP" series, but the subject lines didn't always match exactly, so it's possible I incorrectly marked something as "superseded". Bjorn > > -----Original Message----- > > From: Thippeswamy Havalige > > Sent: Monday, October 16, 2023 10:41 AM > > To: linux-pci@vger.kernel.org; devicetree@vger.kernel.org; linux- > > kernel@vger.kernel.org; linux-arm-kernel@lists.infradead.org > > Cc: bhelgaas@google.com; lpieralisi@kernel.org; kw@linux.com; > > robh@kernel.org; krzysztof.kozlowski+dt@linaro.org; colnor+dt@kernel.org; > > Havalige, Thippeswamy ; Simek, Michal > > ; Gogada, Bharat Kumar > > > > Subject: [PATCH v5 RESEND 0/4] increase ecam size value to discover 256 > > buses during > > > > Current driver is supports up to 16 buses. The following code fixes to support > > up to 256 buses. > > > > update "NWL_ECAM_VALUE_DEFAULT " to 16 can access up to 256MB ECAM > > region to detect 256 buses. > > > > Update ecam size to 256MB in device tree binding example. > > > > Remove unwanted code. > > > > Thippeswamy Havalige (4): > > PCI: xilinx-nwl: Remove unnecessary code which updates primary, > > secondary and sub-ordinate bus numbers > > dt-bindings: PCI: xilinx-nwl: Modify ECAM size in example > > PCI: xilinx-nwl: Rename ECAM size default macro > > PCI: xilinx-nwl: Increase ECAM size to accommodate 256 buses > > > > .../devicetree/bindings/pci/xlnx,nwl-pcie.yaml | 2 +- > > drivers/pci/controller/pcie-xilinx-nwl.c | 18 +++--------------- > > 2 files changed, 4 insertions(+), 16 deletions(-) > > > > -- > > 2.25.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel