Re: [U-Boot] [PATCH v2 36/55] x86: ivybridge: Drop the special PCI driver

2016-01-21 Thread Bin Meng
On Thu, Jan 21, 2016 at 3:22 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: >> There is nothing special about the ivybridge pci driver now, so just use >> the generic one. >> >> Signed-off-by: Simon Glass >>

Re: [U-Boot] [PATCH v2 36/55] x86: ivybridge: Drop the special PCI driver

2016-01-20 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > There is nothing special about the ivybridge pci driver now, so just use > the generic one. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Drop the special compatible string in

[U-Boot] [PATCH v2 36/55] x86: ivybridge: Drop the special PCI driver

2016-01-17 Thread Simon Glass
There is nothing special about the ivybridge pci driver now, so just use the generic one. Signed-off-by: Simon Glass --- Changes in v2: - Drop the special compatible string in chromebook_link.dts arch/x86/cpu/ivybridge/Makefile | 1 - arch/x86/cpu/ivybridge/pci.c | 46