[Patch v2 00/14] Add power management support for MXS PHY
Peter Chen
peter.chen at freescale.com
Tue Oct 22 01:58:34 EDT 2013
Hi Felipe,
The serial adds power management support for MXS PHY, it includes:
- Add three common PHY API, .set_wakeup, .notify_suspend, notify_resume.
- Related above API implementation at mxs phy driver
- misc changes for mxs phy to support low power mode and wakeup.
Changes for v2:
- Add missing patches which introduce platform judgement code [1/14,2/14]
- re-order the patch sequence, like doc->dts->source file,
the reviewers can know the meaning of dt properties before review source
- Add description of two IC problems exsiting at mxs PHY; change
"high speed" to "HS" and "non-high speed" to "FS/LS" [5/14]
- Change the dt property disconnect-line-without-vbus
that the separator should be "-" not the "_", meanwhile, related source
code has changed.
- Using one local variable to get the function return val to avoid long
condition statement. [13/14]
Peter Chen (14):
usb: doc: phy-mxs: Add more compatible strings
usb: phy-mxs: Add platform judgement code
usb: phy-mxs: Add auto clock and power setting
usb: doc: phy-mxs: update binding for adding anatop phandle
ARM: dts: imx6: add anatop phandle for usbphy
usb: phy-mxs: Add anatop regmap
usb: phy: add notify suspend and resume callback
usb: phy-mxs: Add implementation of nofity_suspend and notify_resume
usb: phy-mxs: Enable IC fixes for mx6 SoC serial
usb: doc: phy-mxs: update binding for adding disconnect line property
ARM: dts: imx6: Add disconnect-line-without-vbus property for usbphy
usb: phy: Add set_wakeup API
usb: phy-mxs: Add implementation of set_wakeup
usb: phy-mxs: Add system suspend/resume API
Documentation/devicetree/bindings/usb/mxs-phy.txt | 12 +-
arch/arm/boot/dts/imx6qdl.dtsi | 3 +
drivers/usb/phy/phy-mxs-usb.c | 328 ++++++++++++++++++++-
include/linux/usb/phy.h | 39 +++
4 files changed, 367 insertions(+), 15 deletions(-)
More information about the linux-arm-kernel
mailing list