
31 Aug
2015
31 Aug
'15
4:24 p.m.
Hi Simon,
On Mon, Aug 31, 2015 at 9:21 PM, Simon Glass sjg@chromium.org wrote:
Hi Bin,
On 31 August 2015 at 03:52, Bin Meng bmeng.cn@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@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