[PATCH v5 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY
From: Kumar Gala <hidden>
Date: 2014-07-15 14:51:08
Also in:
linux-arm-msm, linux-devicetree, linux-ide, lkml
From: Kumar Gala <hidden>
Date: 2014-07-15 14:51:08
Also in:
linux-arm-msm, linux-devicetree, linux-ide, lkml
On Jun 17, 2014, at 1:33 PM, Kumar Gala [off-list ref] wrote:
Add a PHY driver for uses with AHCI based SATA controller driver on the IPQ806x family of SoCs. Signed-off-by: Kumar Gala <redacted> --- v5: * Fix copy/paste error when killing qcom_ipq806x_sata_delay_us v4: * removed qcom_ipq806x_sata_delay_us as it was only used one v3: * Added Kconfig HAS_IOMEM dep * re-ordered probe function so phy_provider_register is last v2: * dropped unused dev pointer in struct qcom_ipq806x_sata_phy * remove unnecessary reg initializaiton * Removed unneeded error message * Added remove function to disable the clock drivers/phy/Kconfig | 7 ++ drivers/phy/Makefile | 1 + drivers/phy/phy-qcom-ipq806x-sata.c | 206 ++++++++++++++++++++++++++++++++++++ 3 files changed, 214 insertions(+) create mode 100644 drivers/phy/phy-qcom-ipq806x-sata.c
any update? - k -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation