UPSTREAM: phy: add a driver for the Rockchip SoC internal eMMC PHY
authorShawn Lin <shawn.lin@rock-chips.com>
Wed, 3 Feb 2016 07:22:22 +0000 (15:22 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 29 Feb 2016 03:55:59 +0000 (11:55 +0800)
commit86616613bdde233a63865906352a561b6bf18abd
treea663cfeac73f16a170074918e0e11b47d30d9be1
parente7e7401ac59e984e6390600fac6a84c4ac68b704
UPSTREAM: phy: add a driver for the Rockchip SoC internal eMMC PHY

This patch to add a generic PHY driver for ROCKCHIP eMMC PHY.
Access the PHY via registers provided by GRF (general register
files) module.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
(cherry picked from git.kernel.org kishon/linux-phy next
 commit 9743f1c935995a55ddd926943ee7b3cfb4718208)

Change-Id: Ia24ccd041392e64efd28868ffccc8da4419bd29f
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-rockchip-emmc.c [new file with mode: 0644]