commit | afbbc7913a288c29616bd31ae612548f6475151a | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Wed Apr 26 20:50:10 2017 +0900 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri Jun 02 12:45:02 2017 +0300 |
tree | 9ac90f90ff826bfa1a231f26492956f196a55ea3 | |
parent | 940f538a100c84c6e72813e4ac88bd1753a86945 [diff] |
usb: gadget: udc: renesas_usb3: Fix PN_INT_ENA disabling timing The PN_INT_ENA register should be used after usb3_pn_change() is called. So, this patch moves the access from renesas_usb3_stop_controller() to usb3_disable_pipe_n(). Fixes: 746bfe63bba3 ("usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controller") Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>