[U-Boot] [PATCH v2 49/55] x86: ivybridge: Sort out the calls to bridge_silicon_revision()

2016-01-17 Thread Simon Glass
This function is called all over the place. Convert it use the driver model PCI API, and rationalise the calls. Signed-off-by: Simon Glass --- Changes in v2: - Fix incorrect bits in bridge_silicon_revision() comment arch/x86/cpu/ivybridge/gma.c | 33 arch/

Re: [U-Boot] [PATCH v2 49/55] x86: ivybridge: Sort out the calls to bridge_silicon_revision()

2016-01-20 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > This function is called all over the place. Convert it use the driver model > PCI API, and rationalise the calls. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Fix incorrect bits in bridge_silicon_revision() comment > > arch/x86

Re: [U-Boot] [PATCH v2 49/55] x86: ivybridge: Sort out the calls to bridge_silicon_revision()

2016-01-21 Thread Bin Meng
On Thu, Jan 21, 2016 at 3:35 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: >> This function is called all over the place. Convert it use the driver model >> PCI API, and rationalise the calls. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Fix incor