Re: [U-Boot] [PATCH v2 1/9] dm: pci: Provide friendly config access functions

2015-08-10 Thread Simon Glass
Hi Bin, On 10 August 2015 at 00:18, Bin Meng wrote: > Hi Simon, > > On Sat, Aug 8, 2015 at 10:26 PM, Simon Glass wrote: >> At present there are no PCI functions which allow access to PCI >> configuration using a struct udevice. This is a sad situation for driver >> model as it makes use of PCI h

Re: [U-Boot] [PATCH v2 1/9] dm: pci: Provide friendly config access functions

2015-08-09 Thread Bin Meng
Hi Simon, On Sat, Aug 8, 2015 at 10:26 PM, Simon Glass wrote: > At present there are no PCI functions which allow access to PCI > configuration using a struct udevice. This is a sad situation for driver > model as it makes use of PCI harder. Add these functions. > > Signed-off-by: Simon Glass >

[U-Boot] [PATCH v2 1/9] dm: pci: Provide friendly config access functions

2015-08-08 Thread Simon Glass
At present there are no PCI functions which allow access to PCI configuration using a struct udevice. This is a sad situation for driver model as it makes use of PCI harder. Add these functions. Signed-off-by: Simon Glass --- Changes in v2: - Correct 'Driver mode' typo - Add blank line after dm_