From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4807411720 for ; Mon, 23 Oct 2023 17:26:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MVhuiS5S" 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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