diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-10-23 22:57:10 -0400 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2011-12-12 04:44:58 -0500 |
| commit | f1ee56a0004c4a5974e7a69665330b6ff818bf92 (patch) | |
| tree | 9f03d98c0aeb599258bfc963240984ada727a5bb /include/linux/usb | |
| parent | a49a88f108516fd5ae24e26df5a63beb847807df (diff) | |
usb: gadget: renesas_usbhs: add platform power control function
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/renesas_usbhs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h index c9fceb9f7690..0d3f98879256 100644 --- a/include/linux/usb/renesas_usbhs.h +++ b/include/linux/usb/renesas_usbhs.h | |||
| @@ -67,6 +67,14 @@ struct renesas_usbhs_platform_callback { | |||
| 67 | /* | 67 | /* |
| 68 | * option: | 68 | * option: |
| 69 | * | 69 | * |
| 70 | * for board specific clock control | ||
| 71 | */ | ||
| 72 | void (*power_ctrl)(struct platform_device *pdev, | ||
| 73 | void __iomem *base, int enable); | ||
| 74 | |||
| 75 | /* | ||
| 76 | * option: | ||
| 77 | * | ||
| 70 | * Phy reset for platform | 78 | * Phy reset for platform |
| 71 | */ | 79 | */ |
| 72 | void (*phy_reset)(struct platform_device *pdev); | 80 | void (*phy_reset)(struct platform_device *pdev); |
