[U-Boot] [PATCH 2/8] dm: pci: Allow skipping device configuration

Simon Glass sjg at chromium.org
Mon Aug 31 15:21:51 CEST 2015


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?

Regards,
Simon


More information about the U-Boot mailing list