Hi Kishon, First patch in this series adds support to the APQ8064 SATA PHY. Second patch updates the existing Kumar gala's device tree PHY bindings with APQ8064 soc specific compatible. Eventhough there are two seperate drivers for both IPQ and APQ SOCs, the bindings are exactly same, so I did not create new bindings document. Could you please pick these patches for v3.17. Changes since v3: - Rebased to linux-phy next branch as requested by Kishon - Added dedicated apq8064 sata phy bindings as suggested by Kishon Changes since v2: - added usleep_range in poll timeout as discussed with Bartlomiej Zolnierkiewicz. - Added missing pdev_set_drvdata spotted by Bartlomiej Zolnierkiewicz Changes since v1: - included DT bindings in the series. Thanks, srini Srinivas Kandagatla (2): phy: qcom: Add driver for QCOM APQ8064 SATA PHY phy: qcom: Add APQ8064 SATA PHY device tree bindings .../bindings/phy/qcom-apq8064-sata-phy.txt | 24 ++ drivers/phy/Kconfig | 7 + drivers/phy/Makefile | 1 + drivers/phy/phy-qcom-apq8064-sata.c | 288 +++++++++++++++++++++ 4 files changed, 320 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/qcom-apq8064-sata-phy.txt create mode 100644 drivers/phy/phy-qcom-apq8064-sata.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html