]> git.baikalelectronics.ru Git - kernel.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)
commit82499533c0f719991e245604b3c564e36354c7bb
tree879129d4ad195b2caa37d33b956248f5d8b10883
parentda23510eea9383bf76e276c9244f98e378e4ee1d
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]