summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-08-13 15:18:01 +0800
committerPeter Chen <peter.chen@freescale.com>2013-09-05 12:41:29 +0800
commitf413968495f1776ac7ac4d66ff13425b006c32f8 (patch)
treef4356792505161dd32a0b7b5dea4acb27474b823 /include
parent89c3fa3ecc9058071907e16d0d3cd33d046af429 (diff)
ENGR00277805-6 usb: chipidea: add ci_hdrc_enter_lpm API
It is used to let the PHY enters low power mode at controller suspend routine. Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/chipidea.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h
index 7d399671a566..02637306a959 100644
--- a/include/linux/usb/chipidea.h
+++ b/include/linux/usb/chipidea.h
@@ -41,4 +41,5 @@ struct platform_device *ci_hdrc_add_device(struct device *dev,
/* Remove ci hdrc device */
void ci_hdrc_remove_device(struct platform_device *pdev);
+void ci_hdrc_enter_lpm(struct platform_device *pdev, bool enable);
#endif