From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 12 Nov 2015 09:41:46 -0700 Subject: [U-Boot] [PATCH v2 8/8] dm: tegra: pci: Convert tegra boards to driver model for PCI In-Reply-To: <46ae44b217a444338eaaa4c79efa5f56@HQMAIL103.nvidia.com> References: <1447344446-17277-1-git-send-email-sjg@chromium.org> <1447344446-17277-9-git-send-email-sjg@chromium.org> <46ae44b217a444338eaaa4c79efa5f56@HQMAIL103.nvidia.com> Message-ID: <5644C14A.2000006@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/12/2015 09:16 AM, Tom Warren wrote: > Simon, > >> -----Original Message----- >> From: Simon Glass [mailto:sjg at google.com] On Behalf Of Simon Glass >> Sent: Thursday, November 12, 2015 9:07 AM >> To: U-Boot Mailing List >> Cc: Tom Warren ; Stephen Warren >> ; Stephen Warren ; Simon >> Glass ; Marek Vasut ; Pavel >> Herrmann >> Subject: [PATCH v2 8/8] dm: tegra: pci: Convert tegra boards to driver model >> for PCI >> >> Adjust the Tegra PCI driver to support driver model and move all boards over at >> the same time. This can make use of some generic driver model code, such as >> the range-decoding logic. >> >> Signed-off-by: Simon Glass >> --- > This one doesn't apply to current u-boot-tegra/master (with Stephen's recent PCI patches). IIRC, I was going to take Stephen's PCI patches in to Tegra and you'd adjust yours to work with that. > PTAL as I'm getting ready to send a PR to TomR today for u-boot-tegra/master. I think you can go ahead with the PR and apply this series later and send another PR right?