Re: [U-Boot] [PATCH v2 1/9] dm: usb: Implement usb_detect_change() for driver model

2015-06-11 Thread Simon Glass
On 13 May 2015 at 07:02, Simon Glass wrote: > Support this function with driver model also (CONFIG_DM_USB). > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Fix use of 'hub' instead of 'dev' in usb_detect_change() > > drivers/usb/host/usb-uclass.c | 43 > +

[U-Boot] [PATCH v2 1/9] dm: usb: Implement usb_detect_change() for driver model

2015-05-13 Thread Simon Glass
Support this function with driver model also (CONFIG_DM_USB). Signed-off-by: Simon Glass --- Changes in v2: - Fix use of 'hub' instead of 'dev' in usb_detect_change() drivers/usb/host/usb-uclass.c | 43 +++ 1 file changed, 43 insertions(+) diff --git a/