From: Vasanth Ananthan <vasanthananthan@xxxxxxxxx> The following set of patches provides drivers for SATA and SATA PHY controller and also an interface for the two entity to interact. Vasanth Ananthan (6): ARM: EXYNOS5: Clock settings for SATA and SATA PHY ARM: EXYNOS5: DT Support for SATA and SATA PHY DRIVERS: ATA: SATA PHY utility framework ARM: S3C2410: I2C driver polling mode support ARM: EYNOS5: SATA controller driver ARM: EXYNOS5: SATA PHY controller driver arch/arm/boot/dts/exynos5250-smdk5250.dts | 11 + arch/arm/boot/dts/exynos5250.dtsi | 20 ++ arch/arm/mach-exynos/clock-exynos5.c | 19 ++- arch/arm/mach-exynos/include/mach/map.h | 7 + arch/arm/mach-exynos/include/mach/regs-pmu.h | 3 + arch/arm/mach-exynos/mach-exynos5-dt.c | 6 + drivers/ata/Kconfig | 9 + drivers/ata/Makefile | 1 + drivers/ata/sata_exynos.c | 274 +++++++++++++++++++++++ drivers/ata/sata_exynos_phy.c | 303 ++++++++++++++++++++++++++ drivers/ata/sata_phy.c | 99 +++++++++ drivers/ata/sata_phy.h | 44 ++++ drivers/i2c/busses/i2c-s3c2410.c | 84 ++++++-- 13 files changed, 859 insertions(+), 21 deletions(-) create mode 100644 drivers/ata/sata_exynos.c create mode 100644 drivers/ata/sata_exynos_phy.c create mode 100644 drivers/ata/sata_phy.c create mode 100644 drivers/ata/sata_phy.h -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html