commit | 94adcdce0d340e06eb9187cad70555d2e8a201f3 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Wed May 28 20:22:58 2014 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 28 13:26:43 2014 -0700 |
tree | 77266dd3c75812f731c91811e512e51ec0d559bc | |
parent | f9da25c798ae7d89a25918cc897c17abb1490e13 [diff] |
usb: host: xhci-plat: add xhci_plat_start() Some platforms (such as the Renesas R-Car) need to initialize some specific registers after xhci driver calls usb_add_hcd() and before the driver calls xhci_run(). So, this patch adds the xhci_plat_start() function. Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>