From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [RFC] Architecture independent pcibios? Date: Wed, 09 Oct 2013 07:32:55 +1100 Message-ID: <1381264375.645.234.camel@pasglop> References: <20131008144211.GA25231@e102652-lin.cambridge.arm.com> <525438F6.3090600@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-pci-owner@vger.kernel.org To: Andrew Murray Cc: Rob Herring , Bjorn Helgaas , Liviu Dudau , "linux-pci@vger.kernel.org" , Catalin Marinas , Olof Johansson , Arnd Bergmann , Michal Simek , Grant Likely , devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Tue, 2013-10-08 at 18:20 +0100, Andrew Murray wrote: > I then refactored some of the pci_process_bridge_OF_ranges functions > to use this parser, this was accepted by Microblaze [2] and has been > recently acked by Ralf for MIPS but not made it upstream yet [3]. I > think I submitted a patch for PowerPC at one point, but not sure what > happened to that. Probably slipped through as I was doing some other changes in that area on powerpc and things conflicted. I can have a look at introducing the use of your helpers again whenever I manage to get my head out of meetings and patch monkeying for more than 5mn... Cheers, Ben. > [1] > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=29b635c00f3ebcdaf7a52c4948f6d948ad3757d3 > [2] > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4f7b6de437544cd1e2e210919cb58cbe5cc3c393 > [3] > http://www.linux-mips.org/archives/linux-mips/2013-09/msg00125.html > > I'd like to get involved, but don't have any time at the moment.