From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 3 Feb 2016 12:33:47 +0800 Subject: [U-Boot] [PATCH 15/23] x86: irq: Get irq_router's bdf via dm_pci_get_bdf() In-Reply-To: References: <1454319658-17431-1-git-send-email-bmeng.cn@gmail.com> <1454319658-17431-16-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Feb 2, 2016 at 12:20 AM, Simon Glass wrote: > On 1 February 2016 at 02:40, Bin Meng wrote: >> There is no need to parse PCH's property as we have already >> a DM PCI API dm_pci_get_bdf() that can handle this. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/cpu/irq.c | 9 +-------- >> 1 file changed, 1 insertion(+), 8 deletions(-) > > Reviewed-by: Simon Glass > Tested on Minnowmax: > Tested-by: Simon Glass applied to u-boot-x86/master, thanks!