phy: add a driver for the Rockchip SoC internal PCIe PHY
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 23 Aug 2016 07:31:35 +0000 (15:31 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 24 Aug 2016 10:23:48 +0000 (18:23 +0800)
commitd1328c43c5ec11fdb0184085b140b56a695a7055
treec34a6d1f1f01dca1f2afb0be843c79fdfa1fc365
parent7bc7cbf91c5c7b22949712b6d56fcd219fd6c080
phy: add a driver for the Rockchip SoC internal PCIe PHY

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

Change-Id: Ieba96d9cdf0d96302f38d29789615e2ec93f3440
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-rockchip-pcie.c [new file with mode: 0644]