From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 21 Oct 2015 14:31:43 -0600 Subject: [U-Boot] [PATCH 7/8] dm: pci: Add a function to find the regions for a PCI bus In-Reply-To: <1445104205-4079-8-git-send-email-sjg@chromium.org> References: <1445104205-4079-1-git-send-email-sjg@chromium.org> <1445104205-4079-8-git-send-email-sjg@chromium.org> Message-ID: <5627F62F.4040604@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 10/17/2015 11:50 AM, Simon Glass wrote: > This function looks up the controller and returns a pointer to each region > type. Patches 6, 7, Acked-by: Stephen Warren