]> asedeno.scripts.mit.edu Git - linux.git/commit
phy: Add Cadence D-PHY support
authorMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 21 Jan 2019 15:45:53 +0000 (16:45 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Thu, 7 Feb 2019 05:41:06 +0000 (11:11 +0530)
commit7a343c8bf4b5969dafc0261bd94c8375f0717e8c
tree9e2f49ceb9a51353579be4522f52ff118c9643a3
parentdf68734101e9ebad7a48e982cbea1775c170c2a3
phy: Add Cadence D-PHY support

Cadence has designed a D-PHY that can be used by the, currently in tree,
DSI bridge (DRM), CSI Transceiver and CSI Receiver (v4l2) drivers.

Only the DSI driver has an ad-hoc driver for that phy at the moment, while
the v4l2 drivers are completely missing any phy support. In order to make
that phy support available to all these drivers, without having to
duplicate that code three times, let's create a generic phy framework
driver.

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/cadence/Kconfig
drivers/phy/cadence/Makefile
drivers/phy/cadence/cdns-dphy.c [new file with mode: 0644]