Re: [U-Boot] [PATCH] splash: Accommodate DM_USB in splash_init_usb()

2016-07-25 Thread Anatolij Gustschin
Hi Alexey, On Fri, 1 Jul 2016 22:47:36 +0300 Alexey Brodkin alexey.brod...@synopsys.com wrote: > Current implementation of splash_init_usb() requires usb_stor_scan() > which doesn't exist in case of DM_USB simply because real probing > happens right in usb_init(). > > So disable usage of usb_st

Re: [U-Boot] [PATCH] splash: Accommodate DM_USB in splash_init_usb()

2016-07-03 Thread Simon Glass
On 1 July 2016 at 12:47, Alexey Brodkin wrote: > Current implementation of splash_init_usb() requires usb_stor_scan() > which doesn't exist in case of DM_USB simply because real probing > happens right in usb_init(). > > So disable usage of usb_stor_scan() in case of DM_USB. > > Signed-off-by: Ale

[U-Boot] [PATCH] splash: Accommodate DM_USB in splash_init_usb()

2016-07-01 Thread Alexey Brodkin
Current implementation of splash_init_usb() requires usb_stor_scan() which doesn't exist in case of DM_USB simply because real probing happens right in usb_init(). So disable usage of usb_stor_scan() in case of DM_USB. Signed-off-by: Alexey Brodkin Cc: Nikita Kiryanov Cc: Simon Glass Cc: Jeroe