phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY
authorScott Telford <stelford@cadence.com>
Thu, 9 Aug 2018 10:30:30 +0000 (11:30 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 10 Sep 2018 08:55:44 +0000 (14:25 +0530)
commitc8b427edc7378fa540a03d44ed61eb49cb7f64bc
treec4f4c44da1c201dcbb01efcb0fb76184a991fcf3
parent7effc8ba3e831b740b792093be8765290e49c0c8
phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY

Add driver for the Cadence SD0801 "Torrent" PHY used with the Cadence MHDP
DisplayPort Tx controller.

Integration with the MHDP driver will be the subject of another commit.

Signed-off-by: Scott Telford <stelford@cadence.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/cadence/Kconfig [new file with mode: 0644]
drivers/phy/cadence/Makefile [new file with mode: 0644]
drivers/phy/cadence/phy-cadence-dp.c [new file with mode: 0644]