commit | 864cf949981754c53de0a2efdc6c542c51d61328 | [log] [tgz] |
---|---|---|
author | Peter Chen <peter.chen@freescale.com> | Tue Sep 24 12:47:55 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 30 18:54:07 2013 -0700 |
tree | 2324e9276920606a4676c97ed0cf8da60ff8f747 | |
parent | af59a8b120d18949f4f9166ccbe17348e3c9cd96 [diff] |
usb: chipidea: add ci_hdrc_enter_lpm API This API is used to let the PHY enter/leave low power mode. Before the controller going to work(at probe/resume), it needs to let the PHY leave low power mode. After the controller stopping working(at remove/suspend), it needs to let the PHY enter low power mode to save power consumption. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>