Re: [U-Boot] [PATCH 11/11] dm: x86: baytrail: Correct PCI region 3 when driver model is used

2015-06-23 Thread Simon Glass
Hi, On 8 June 2015 at 06:32, Andrew Bradford and...@bradfordembedded.com wrote: Hi Bin / Simon, On 06/08 10:57, Bin Meng wrote: Hi Simon, On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote: Commit afbbd413a fixed this for non-driver-model. Make sure that the driver

Re: [U-Boot] [PATCH 11/11] dm: x86: baytrail: Correct PCI region 3 when driver model is used

2015-06-23 Thread Bin Meng
Hi Simon, On Wed, Jun 24, 2015 at 11:23 AM, Simon Glass s...@chromium.org wrote: Hi, On 8 June 2015 at 06:32, Andrew Bradford and...@bradfordembedded.com wrote: Hi Bin / Simon, On 06/08 10:57, Bin Meng wrote: Hi Simon, On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote:

Re: [U-Boot] [PATCH 11/11] dm: x86: baytrail: Correct PCI region 3 when driver model is used

2015-06-08 Thread Andrew Bradford
Hi Bin / Simon, On 06/08 10:57, Bin Meng wrote: Hi Simon, On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote: Commit afbbd413a fixed this for non-driver-model. Make sure that the driver model code handles this also. Signed-off-by: Simon Glass s...@chromium.org ---

[U-Boot] [PATCH 11/11] dm: x86: baytrail: Correct PCI region 3 when driver model is used

2015-06-07 Thread Simon Glass
Commit afbbd413a fixed this for non-driver-model. Make sure that the driver model code handles this also. Signed-off-by: Simon Glass s...@chromium.org --- drivers/pci/pci-uclass.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pci-uclass.c

Re: [U-Boot] [PATCH 11/11] dm: x86: baytrail: Correct PCI region 3 when driver model is used

2015-06-07 Thread Bin Meng
Hi Simon, On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote: Commit afbbd413a fixed this for non-driver-model. Make sure that the driver model code handles this also. Signed-off-by: Simon Glass s...@chromium.org --- drivers/pci/pci-uclass.c | 3 ++- 1 file changed, 2