Re: [U-Boot] [PATCH v2 7/8] x86: Remove legacy pci codes

2015-11-10 Thread Bin Meng
On Sat, Nov 7, 2015 at 7:58 AM, Simon Glass wrote: > On 6 November 2015 at 02:04, Bin Meng wrote: >> Now that we have converted all x86 boards to use driver model pci, >> remove these legacy pci codes. >> >> Signed-off-by: Bin Meng >> --- >> >> Changes in v2: None >> >> arch/x86/cpu/pci.c

Re: [U-Boot] [PATCH v2 7/8] x86: Remove legacy pci codes

2015-11-06 Thread Simon Glass
On 6 November 2015 at 02:04, Bin Meng wrote: > Now that we have converted all x86 boards to use driver model pci, > remove these legacy pci codes. > > Signed-off-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/cpu/pci.c| 45 > --- > ar

[U-Boot] [PATCH v2 7/8] x86: Remove legacy pci codes

2015-11-06 Thread Bin Meng
Now that we have converted all x86 boards to use driver model pci, remove these legacy pci codes. Signed-off-by: Bin Meng --- Changes in v2: None arch/x86/cpu/pci.c| 45 --- arch/x86/include/asm/pci.h| 21 arch/x86/li