commit | f181dbb4824130e84f46e5be5b49cf6456f96683 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Tue Sep 11 17:47:03 2018 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 20 13:16:14 2018 +0200 |
tree | 00912a71a164ce221512eb94afb4fe78fc5abd9a | |
parent | c29e240484ea17c756455149348e59523f462993 [diff] |
usb: renesas_usbhs: Add reset_control R-Car Gen3 needs to deassert resets of both host and peripheral. Since [eo]hci-platform is possible to assert the reset(s) when the probing failed, renesas_usbhs driver doesn't work correctly regardless of finished probing. To fix this issue, this patch adds reset_control on this renesas_usbhs driver. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>