usb: renesas_usbhs: add R-Car Gen. 2 init and power control

In preparation for DT conversion to reduce reliance on platform device
callbacks.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
Ulrich Hecht
2014-07-10 09:53:59 +02:00
committed by Felipe Balbi
parent f2267089ea
commit 8ecef00fe1
6 changed files with 151 additions and 6 deletions

View File

@@ -268,6 +268,8 @@ struct usbhs_priv {
* fifo control
*/
struct usbhs_fifo_info fifo_info;
struct usb_phy *phy;
};
/*