]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PHY: Exynos: Add Exynos5250 SATA PHY driver
authorYuvaraj Kumar C D <yuvaraj.cd@gmail.com>
Mon, 3 Mar 2014 05:22:39 +0000 (10:52 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 3 Mar 2014 13:20:09 +0000 (18:50 +0530)
commitbcff4cba41bcd7dfe535a2b7278b9fb8214a2a8f
tree879129d4ad195b2caa37d33b956248f5d8b10883
parenta50ce20ecabdb9310fde90af31a8adb79cf0805e
PHY: Exynos: Add Exynos5250 SATA PHY driver

This patch adds the SATA PHY driver for Exynos5250.This driver uses the
generic PHY framework to deal with SATA PHY.Exynos5250 SATA PHY comprises
of CMU and TRSV blocks which are of I2C register Map.So this driver
configures the CMU and TRSV block of exynos5250 SATA PHY using i2c.

Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
Signed-off-by: Girish K S <ks.giri@samsung.com>
Signed-off-by: Vasanth Ananthan <vasanth.a@samsung.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-exynos5250-sata.c [new file with mode: 0644]