[U-Boot] [PATCH 2/8] dm: pci: Allow skipping device configuration
Bin Meng
bmeng.cn at gmail.com
Mon Aug 31 16:24:42 CEST 2015
Hi Simon,
On Mon, Aug 31, 2015 at 9:21 PM, Simon Glass <sjg at chromium.org> wrote:
> Hi Bin,
>
> On 31 August 2015 at 03:52, Bin Meng <bmeng.cn at gmail.com> wrote:
>> The non-dm pci driver can skip specified device configuration. With
>> dm conversion, this capability is lost. Add this back for dm pci.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>> drivers/pci/pci-uclass.c | 3 +++
>> 1 file changed, 3 insertions(+)
>
> I really am not keen on these callback functions and would like to
> avoid them for driver model. Can we check a device tree property
> instead?
>
Yes, I think so. Will try in v2.
Regards,
Bin
More information about the U-Boot
mailing list