Re: [U-Boot] [PATCH v3 06/10] drivers: usb: musb: add ti musb host driver with driver model support

2016-12-03 Thread Simon Glass
On 17 November 2016 at 02:08, Mugunthan V N wrote: > Add a TI MUSB host driver with driver model support and the > driver will be bound by the MUSB wrapper driver based on the > dr_mode device tree entry. > > Signed-off-by: Mugunthan V N > Reviewed-by:

[U-Boot] [PATCH v3 06/10] drivers: usb: musb: add ti musb host driver with driver model support

2016-11-17 Thread Mugunthan V N
Add a TI MUSB host driver with driver model support and the driver will be bound by the MUSB wrapper driver based on the dr_mode device tree entry. Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini --- drivers/usb/musb-new/ti-musb.c | 191