Re: [U-Boot] [PATCH v2 33/55] x86: ivybridge: Use driver model PCI API in sata.c

2016-01-21 Thread Bin Meng
On Thu, Jan 21, 2016 at 3:19 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: >> Adjust the functions in this file to use the driver model PCI API. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >>

Re: [U-Boot] [PATCH v2 33/55] x86: ivybridge: Use driver model PCI API in sata.c

2016-01-20 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > Adjust the functions in this file to use the driver model PCI API. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Drop unnecessary IRQ and command register init > >

[U-Boot] [PATCH v2 33/55] x86: ivybridge: Use driver model PCI API in sata.c

2016-01-17 Thread Simon Glass
Adjust the functions in this file to use the driver model PCI API. Signed-off-by: Simon Glass --- Changes in v2: - Drop unnecessary IRQ and command register init arch/x86/cpu/ivybridge/sata.c | 94 +-- 1 file changed, 45