phy: add driver for TI TUSB1210 ULPI PHY
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 13 May 2015 12:26:53 +0000 (15:26 +0300)
committerFelipe Balbi <balbi@ti.com>
Wed, 13 May 2015 17:07:01 +0000 (12:07 -0500)
commit1c14905ef951fb968c8da90e4e64be02c309a2ae
treeec8be9beec61982e2ed99422d88341ea7f225828
parent723487a6ff50bb88c628a859aeac3fe721f0d1fa
phy: add driver for TI TUSB1210 ULPI PHY

TUSB1210 ULPI PHY has vendor specific register for eye
diagram tuning. On some platforms the system firmware has
set optimized value to it. In order to not loose the
optimized value, the driver stores it during probe and
restores it every time the PHY is powered back on.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: David Cohen <david.a.cohen@linux.intel.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-tusb1210.c [new file with mode: 0644]