All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] phy: add support for Amlogic Meson AXG MIPI-DSI PHY function
@ 2020-12-29 13:58 ` Neil Armstrong
  0 siblings, 0 replies; 16+ messages in thread
From: Neil Armstrong @ 2020-12-29 13:58 UTC (permalink / raw)
  To: u-boot

The Amlogic AXg SoCs embeds a MIPI D-PHY to communicate with DSI
panels, this adds the bindings.

This D-PHY depends on a separate analog PHY.

The Amlogic AXG MIPI + PCIe Analog PHY provides function for both PCIe and
MIPI DSI at the same time.

In order to configure the DSI PHY timings, a new "configure" PHY op is added to
permit dynamic (re)configuration of the PHY function.

Finally, the Linux MIPI D-PHY configuration helpers are imported to provide a standard
set of default D-PHY timings, timings struct and correct calculations.

Neil Armstrong (4):
  phy: dphy: Add configuration helpers
  generic-phy: add configure op
  phy: Add Amlogic AXG MIPI D-PHY driver
  phy: Add Amlogic AXG MIPI PCIe Analog PHY driver

 drivers/phy/Kconfig                      |  23 ++
 drivers/phy/Makefile                     |   3 +
 drivers/phy/meson-axg-mipi-dphy.c        | 393 +++++++++++++++++++++++
 drivers/phy/meson-axg-mipi-pcie-analog.c | 233 ++++++++++++++
 drivers/phy/phy-core-mipi-dphy.c         | 161 ++++++++++
 drivers/phy/phy-uclass.c                 |  11 +
 include/generic-phy.h                    |  23 ++
 include/phy-mipi-dphy.h                  | 284 ++++++++++++++++
 8 files changed, 1131 insertions(+)
 create mode 100644 drivers/phy/meson-axg-mipi-dphy.c
 create mode 100644 drivers/phy/meson-axg-mipi-pcie-analog.c
 create mode 100644 drivers/phy/phy-core-mipi-dphy.c
 create mode 100644 include/phy-mipi-dphy.h

-- 
2.25.1

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

end of thread, other threads:[~2021-01-18 10:22 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 13:58 [PATCH 0/4] phy: add support for Amlogic Meson AXG MIPI-DSI PHY function Neil Armstrong
2020-12-29 13:58 ` Neil Armstrong
2020-12-29 13:58 ` [PATCH 1/4] phy: dphy: Add configuration helpers Neil Armstrong
2020-12-29 13:58   ` Neil Armstrong
2020-12-29 13:58 ` [PATCH 2/4] generic-phy: add configure op Neil Armstrong
2020-12-29 13:58   ` Neil Armstrong
2020-12-29 13:59 ` [PATCH 3/4] phy: Add Amlogic AXG MIPI D-PHY driver Neil Armstrong
2020-12-29 13:59   ` Neil Armstrong
2020-12-29 13:59 ` [PATCH 4/4] phy: Add Amlogic AXG MIPI PCIe Analog PHY driver Neil Armstrong
2020-12-29 13:59   ` Neil Armstrong
2021-01-11  8:47 ` [PATCH 0/4] phy: add support for Amlogic Meson AXG MIPI-DSI PHY function Neil Armstrong
2021-01-11  8:47   ` Neil Armstrong
2021-01-15 18:43   ` Tom Rini
2021-01-15 18:43     ` Tom Rini
2021-01-18 10:22 ` Neil Armstrong
2021-01-18 10:22   ` 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.