This patch series enable the SATA support on Exynos5250 based boards. It incorporates the generic phy framework to deal with sata phy. Yuvaraj Kumar C D (2): PHY: Exynos: Add Exynos5250 SATA PHY driver ARM: dts: Enable ahci sata and sata phy .../devicetree/bindings/ata/exynos-sata-phy.txt | 14 -- .../devicetree/bindings/ata/exynos-sata.txt | 25 +- .../devicetree/bindings/phy/samsung-phy.txt | 36 +++ arch/arm/boot/dts/exynos5250-arndale.dts | 21 ++ arch/arm/boot/dts/exynos5250-smdk5250.dts | 17 +- arch/arm/boot/dts/exynos5250.dtsi | 18 +- drivers/phy/Kconfig | 15 ++ drivers/phy/Makefile | 1 + drivers/phy/phy-exynos5250-sata.c | 251 ++++++++++++++++++++ 9 files changed, 365 insertions(+), 33 deletions(-) delete mode 100644 Documentation/devicetree/bindings/ata/exynos-sata-phy.txt create mode 100644 drivers/phy/phy-exynos5250-sata.c -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html