[U-Boot] [PATCH v3 01/10] dm: pci: Provide friendly config access functions

Simon Glass sjg at chromium.org
Wed Aug 12 05:54:48 CEST 2015


On 10 August 2015 at 22:11, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Mon, Aug 10, 2015 at 9:05 PM, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
>> ---
>>
>> Changes in v3: None
>> Changes in v2:
>> - Correct 'Driver mode' typo
>> - Add blank line after dm_pci_read_config() declaration
>>
>>  drivers/pci/pci-uclass.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++
>>  include/pci.h            | 18 ++++++++++++
>>  2 files changed, 94 insertions(+)
>>

[snip]

> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

Applied to u-boot-x86


More information about the U-Boot mailing list