Re: [U-Boot] [PATCH V2 2/3] usb: musb-new: Add support for da8xx-musb

2019-07-21 Thread Marek Vasut
On 7/17/19 5:25 PM, Adam Ford wrote: > On Fri, Jul 12, 2019 at 12:14 AM Marek Vasut wrote: >> >> On 7/10/19 8:59 PM, Adam Ford wrote: >>> With the recently added phy driver, this patch will enable the >>> musb driver on the da8xx to operate in host mode. >>> >>> Signed-off-by: Adam Ford >>> --- >

Re: [U-Boot] [PATCH V2 2/3] usb: musb-new: Add support for da8xx-musb

2019-07-17 Thread Adam Ford
On Fri, Jul 12, 2019 at 12:14 AM Marek Vasut wrote: > > On 7/10/19 8:59 PM, Adam Ford wrote: > > With the recently added phy driver, this patch will enable the > > musb driver on the da8xx to operate in host mode. > > > > Signed-off-by: Adam Ford > > --- > > drivers/usb/musb-new/Kconfig | 8 +

Re: [U-Boot] [PATCH V2 2/3] usb: musb-new: Add support for da8xx-musb

2019-07-11 Thread Marek Vasut
On 7/10/19 8:59 PM, Adam Ford wrote: > With the recently added phy driver, this patch will enable the > musb driver on the da8xx to operate in host mode. > > Signed-off-by: Adam Ford > --- > drivers/usb/musb-new/Kconfig | 8 + > drivers/usb/musb-new/Makefile | 1 + > drivers/usb/musb-new/da

[U-Boot] [PATCH V2 2/3] usb: musb-new: Add support for da8xx-musb

2019-07-10 Thread Adam Ford
With the recently added phy driver, this patch will enable the musb driver on the da8xx to operate in host mode. Signed-off-by: Adam Ford --- drivers/usb/musb-new/Kconfig | 8 + drivers/usb/musb-new/Makefile | 1 + drivers/usb/musb-new/da8xx.c | 350 ++ 3 fi