Re: [U-Boot] [PATCH 07/11] x86: pci: Tidy up the generic x86 PCI driver

2015-06-25 Thread Simon Glass
Hi Bin, On 24 June 2015 at 09:15, Simon Glass s...@chromium.org wrote: Hi Bin, On 23 June 2015 at 21:59, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Jun 24, 2015 at 11:54 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 23 June 2015 at 21:46, Bin Meng bmeng...@gmail.com

Re: [U-Boot] [PATCH 07/11] x86: pci: Tidy up the generic x86 PCI driver

2015-06-24 Thread Simon Glass
Hi Bin, On 23 June 2015 at 21:59, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Jun 24, 2015 at 11:54 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 23 June 2015 at 21:46, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Jun 24, 2015 at 11:18 AM, Simon Glass

Re: [U-Boot] [PATCH 07/11] x86: pci: Tidy up the generic x86 PCI driver

2015-06-23 Thread Simon Glass
Hi Bin, On 7 June 2015 at 20:15, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote: This driver should use the x86 PCI configuration functions. Also adjust its compatible string to something generic (i.e. without a vendor name).

Re: [U-Boot] [PATCH 07/11] x86: pci: Tidy up the generic x86 PCI driver

2015-06-23 Thread Bin Meng
Hi Simon, On Wed, Jun 24, 2015 at 11:18 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 7 June 2015 at 20:15, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote: This driver should use the x86 PCI configuration functions.

Re: [U-Boot] [PATCH 07/11] x86: pci: Tidy up the generic x86 PCI driver

2015-06-23 Thread Simon Glass
Hi Bin, On 23 June 2015 at 21:46, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Jun 24, 2015 at 11:18 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 7 June 2015 at 20:15, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass

Re: [U-Boot] [PATCH 07/11] x86: pci: Tidy up the generic x86 PCI driver

2015-06-23 Thread Bin Meng
Hi Simon, On Wed, Jun 24, 2015 at 11:54 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 23 June 2015 at 21:46, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Jun 24, 2015 at 11:18 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 7 June 2015 at 20:15, Bin Meng

[U-Boot] [PATCH 07/11] x86: pci: Tidy up the generic x86 PCI driver

2015-06-07 Thread Simon Glass
This driver should use the x86 PCI configuration functions. Also adjust its compatible string to something generic (i.e. without a vendor name). Signed-off-by: Simon Glass s...@chromium.org --- drivers/pci/pci_x86.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH 07/11] x86: pci: Tidy up the generic x86 PCI driver

2015-06-07 Thread Bin Meng
Hi Simon, On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote: This driver should use the x86 PCI configuration functions. Also adjust its compatible string to something generic (i.e. without a vendor name). Signed-off-by: Simon Glass s...@chromium.org ---