Re: [U-Boot] [PATCH v2 07/11] drivers: usb: musb: add ti musb peripheral driver with driver model support

2016-05-18 Thread Simon Glass
On 11 May 2016 at 23:49, Mugunthan V N wrote: > On Tuesday 10 May 2016 06:09 PM, Marek Vasut wrote: >> On 05/10/2016 01:48 PM, Mugunthan V N wrote: >>> Add a TI MUSB peripheral driver with driver model support and the >>> driver will be bound by the MUSB wrapper driver based on the >>> dr_mode dev

Re: [U-Boot] [PATCH v2 07/11] drivers: usb: musb: add ti musb peripheral driver with driver model support

2016-05-11 Thread Mugunthan V N
On Tuesday 10 May 2016 06:09 PM, Marek Vasut wrote: > On 05/10/2016 01:48 PM, Mugunthan V N wrote: >> Add a TI MUSB peripheral 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 >

Re: [U-Boot] [PATCH v2 07/11] drivers: usb: musb: add ti musb peripheral driver with driver model support

2016-05-10 Thread Marek Vasut
On 05/10/2016 01:48 PM, Mugunthan V N wrote: > Add a TI MUSB peripheral 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 > --- > drivers/usb/musb-new/musb_uboot.c | 2 + > drive

[U-Boot] [PATCH v2 07/11] drivers: usb: musb: add ti musb peripheral driver with driver model support

2016-05-10 Thread Mugunthan V N
Add a TI MUSB peripheral 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 --- drivers/usb/musb-new/musb_uboot.c | 2 + drivers/usb/musb-new/ti-musb.c| 113 ++