]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5c4dcc0ec678159300b6970a8e837797db20714e
treeca8ca4c5a8b8f7fdf2de1b38b520a24b636cf63e
parent95c863a322e518051ef6e344d10a270dc3015f8a
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]