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

2018-08-31 Thread Yoshihiro Shimoda
Hi Geert-san, > From: Geert Uytterhoeven, Sent: Friday, August 31, 2018 4:22 PM > > Hi Shimoda-san, > > On Fri, Aug 31, 2018 at 8:50 AM 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

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

2018-08-31 Thread Geert Uytterhoeven
Hi Shimoda-san, On Fri, Aug 31, 2018 at 8:50 AM 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 add

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

2018-08-30 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