Re: [U-Boot] [PATCH 19/23] x86: tnc: Use DM PCI API in disable_igd()

2016-02-02 Thread Bin Meng
On Tue, Feb 2, 2016 at 12:20 AM, Simon Glass wrote: > On 1 February 2016 at 02:40, Bin Meng wrote: >> Once we get udevice of IGD and SDVO, we can use its udevice to >> access PCI configuration space with dm_pci_write_config32(). >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/cpu/queensbay/

Re: [U-Boot] [PATCH 19/23] x86: tnc: Use DM PCI API in disable_igd()

2016-02-01 Thread Simon Glass
On 1 February 2016 at 02:40, Bin Meng wrote: > Once we get udevice of IGD and SDVO, we can use its udevice to > access PCI configuration space with dm_pci_write_config32(). > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/queensbay/tnc.c | 22 +++--- > 1 file changed, 19 insert

[U-Boot] [PATCH 19/23] x86: tnc: Use DM PCI API in disable_igd()

2016-02-01 Thread Bin Meng
Once we get udevice of IGD and SDVO, we can use its udevice to access PCI configuration space with dm_pci_write_config32(). Signed-off-by: Bin Meng --- arch/x86/cpu/queensbay/tnc.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/arch/x86/cpu/queensbay