Re: [U-Boot] [PATCH 11/13] usb: remove UniPhier EHCI driver

2016-02-02 Thread Marek Vasut
On Tuesday, February 02, 2016 at 01:11:38 PM, Masahiro Yamada wrote: > Currently, what this driver does is just to set the base address and > reset/clock handling. The latter is cared by the clock driver now. > There is nothing special for this EHCI controller. > > I want to use the generic-ehci

[U-Boot] [PATCH 11/13] usb: remove UniPhier EHCI driver

2016-02-02 Thread Masahiro Yamada
Currently, what this driver does is just to set the base address and reset/clock handling. The latter is cared by the clock driver now. There is nothing special for this EHCI controller. I want to use the generic-ehci driver rather than bothering to convert this driver to Driver Model. Signed-of