RE: [PATCH v2 3/3] usb: renesas_usbhs: Add multiple clocks management

2018-09-05 Thread Yoshihiro Shimoda
Hi Geert-san, > From: Geert Uytterhoeven, Sent: Wednesday, September 5, 2018 11:00 PM > > Hi Shimoda-san, > > On Fri, Aug 31, 2018 at 12:36 PM Yoshihiro Shimoda > wrote: > > R-Car Gen3 needs to enable clocks of both host and peripheral. > > Since [eo]hci-platform disables the reset(s) when the

Re: [PATCH v2 3/3] usb: renesas_usbhs: Add multiple clocks management

2018-09-05 Thread Geert Uytterhoeven
Hi Shimoda-san, On Fri, Aug 31, 2018 at 12:36 PM Yoshihiro Shimoda wrote: > R-Car Gen3 needs to enable clocks of both host and peripheral. > Since [eo]hci-platform disables the reset(s) when the drivers are > removed, renesas_usbhs driver doesn't work correctly. To fix this > issue, this patch ad

[PATCH v2 3/3] usb: renesas_usbhs: Add multiple clocks management

2018-08-31 Thread Yoshihiro Shimoda
R-Car Gen3 needs to enable clocks of both host and peripheral. Since [eo]hci-platform disables the reset(s) when the drivers are removed, renesas_usbhs driver doesn't work correctly. To fix this issue, this patch adds multiple clocks management on this renesas_usbhs driver. Signed-off-by: Yoshihir