phy: add a driver for the Rockchip SoC internal PCIe PHY
authorShawn Lin <shawn.lin@rock-chips.com>
Thu, 1 Sep 2016 07:44:54 +0000 (15:44 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Sat, 10 Sep 2016 11:18:33 +0000 (16:48 +0530)
commitfcffee3d54fcadcfa82b183c3fcdbd43e573339e
treeca8ca4c5a8b8f7fdf2de1b38b520a24b636cf63e
parentb11c821532b53976ff8af1b9c98d114facdfadcb
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.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-rockchip-pcie.c [new file with mode: 0644]