All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] phy: amlogic: Add support for the G12A Analog MIPI D-PHY
@ 2020-11-23 14:51 ` Neil Armstrong
  0 siblings, 0 replies; 24+ messages in thread
From: Neil Armstrong @ 2020-11-23 14:51 UTC (permalink / raw)
  To: vkoul, kishon
  Cc: linux-amlogic, linux-arm-kernel, devicetree, linux-kernel,
	Neil Armstrong

The Amlogic G12A SoCs embeds an Analog MIPI D-PHY to communicate with DSI
panels, this adds the bindings.
    
This Analog D-PHY works with a separate Digital MIPI D-PHY.

This serie adds the Bindings and the PHY driver.

Neil Armstrong (2):
  dt-bindings: phy: add Amlogic G12A Analog MIPI D-PHY bindings
  phy: amlogic: Add G12A Analog MIPI D-PHY driver

 .../phy/amlogic,g12a-mipi-dphy-analog.yaml    |  40 ++++
 drivers/phy/amlogic/Kconfig                   |  12 ++
 drivers/phy/amlogic/Makefile                  |   1 +
 .../amlogic/phy-meson-g12a-mipi-dphy-analog.c | 177 ++++++++++++++++++
 4 files changed, 230 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/amlogic,g12a-mipi-dphy-analog.yaml
 create mode 100644 drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2020-12-08  7:54 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23 14:51 [PATCH 0/2] phy: amlogic: Add support for the G12A Analog MIPI D-PHY Neil Armstrong
2020-11-23 14:51 ` Neil Armstrong
2020-11-23 14:51 ` Neil Armstrong
2020-11-23 14:51 ` [PATCH 1/2] dt-bindings: phy: add Amlogic G12A Analog MIPI D-PHY bindings Neil Armstrong
2020-11-23 14:51   ` Neil Armstrong
2020-11-23 14:51   ` Neil Armstrong
2020-12-05  8:04   ` Vinod Koul
2020-12-05  8:04     ` Vinod Koul
2020-12-05  8:04     ` Vinod Koul
2020-12-07  9:50     ` Neil Armstrong
2020-12-07  9:50       ` Neil Armstrong
2020-12-07  9:50       ` Neil Armstrong
2020-12-07 22:44   ` Rob Herring
2020-12-07 22:44     ` Rob Herring
2020-12-07 22:44     ` Rob Herring
2020-12-08  7:52     ` Neil Armstrong
2020-12-08  7:52       ` Neil Armstrong
2020-12-08  7:52       ` Neil Armstrong
2020-12-07 22:47   ` Rob Herring
2020-12-07 22:47     ` Rob Herring
2020-12-07 22:47     ` Rob Herring
2020-11-23 14:51 ` [PATCH 2/2] phy: amlogic: Add G12A Analog MIPI D-PHY driver Neil Armstrong
2020-11-23 14:51   ` Neil Armstrong
2020-11-23 14:51   ` Neil Armstrong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.