Re: [PATCH 0/5] usb: renesas_usbhs: use otg mode and add support for R-Car E3

2018-09-25 Thread Simon Horman
On Fri, Sep 21, 2018 at 09:26:27PM +0900, Yoshihiro Shimoda wrote: > This patch set is based on the latest Greg's usb.git / usb-testing branch > (the commit id is ae8a2ca8a2215c7e31e6d874f7303801bb15fbbc) > > The previous code set the mode as peripheral mode by the UGCTRL2 register > for R-Car D3.

[PATCH 0/5] usb: renesas_usbhs: use otg mode and add support for R-Car E3

2018-09-21 Thread Yoshihiro Shimoda
This patch set is based on the latest Greg's usb.git / usb-testing branch (the commit id is ae8a2ca8a2215c7e31e6d874f7303801bb15fbbc) The previous code set the mode as peripheral mode by the UGCTRL2 register for R-Car D3. But, this SoC can select OTG mode in fact. So, at first, I'd like to revert