Re: [U-Boot] [PATCH v2 2/6] pci: Do not skip legacy IDE device configuration

2015-05-20 Thread Simon Glass
On 20 May 2015 at 08:26, Simon Glass wrote: > +Wolfgang > > On 18 May 2015 at 19:40, Bin Meng wrote: >> Hi Simon, >> >> Reply this thread to the v2 patch. >> >> On Tue, May 19, 2015 at 5:39 AM, Simon Glass wrote: >>> Hi Bin, >>> >> On Sat, May 16, 2015 at 9:33 AM, Bin Meng wrote: The legac

Re: [U-Boot] [PATCH v2 2/6] pci: Do not skip legacy IDE device configuration

2015-05-20 Thread Simon Glass
+Wolfgang On 18 May 2015 at 19:40, Bin Meng wrote: > Hi Simon, > > Reply this thread to the v2 patch. > > On Tue, May 19, 2015 at 5:39 AM, Simon Glass wrote: >> Hi Bin, >> > On Sat, May 16, 2015 at 9:33 AM, Bin Meng wrote: >>> The legacy IDE device has a BAR4 (Bus Master Interface BAR) which >>

Re: [U-Boot] [PATCH v2 2/6] pci: Do not skip legacy IDE device configuration

2015-05-18 Thread Bin Meng
Hi Simon, Reply this thread to the v2 patch. On Tue, May 19, 2015 at 5:39 AM, Simon Glass wrote: > Hi Bin, > On Sat, May 16, 2015 at 9:33 AM, Bin Meng wrote: >> The legacy IDE device has a BAR4 (Bus Master Interface BAR) which >> needs to be configured. >> >> Signed-off-by: Bin Meng >> >> ---

[U-Boot] [PATCH v2 2/6] pci: Do not skip legacy IDE device configuration

2015-05-15 Thread Bin Meng
The legacy IDE device has a BAR4 (Bus Master Interface BAR) which needs to be configured. Signed-off-by: Bin Meng --- Changes in v2: - Correct a typo in the commit message title drivers/pci/pci_auto.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/pci/pci_auto.c b/