devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND v1 0/8] Introduce STM32 LVDS driver
@ 2023-12-21 12:43 Raphael Gallais-Pou
  2023-12-21 12:43 ` [PATCH RESEND v1 1/8] dt-bindings: panel: lvds: Append edt,etml0700z9ndha in panel-lvds Raphael Gallais-Pou
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Raphael Gallais-Pou @ 2023-12-21 12:43 UTC (permalink / raw)
  To: Laurent Pinchart, Neil Armstrong, Jessica Zhang, Sam Ravnborg,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Daniel Vetter, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Maxime Coquelin, Alexandre Torgue, Yannick Fertre,
	Raphael Gallais-Pou, Philippe Cornu, Philipp Zabel, Lad Prabhakar,
	Thierry Reding
  Cc: dri-devel, devicetree, linux-kernel, linux-stm32,
	linux-arm-kernel

This serie introduces a new DRM bridge driver for STM32MP257 platforms
based on Arm Cortex-35. It also adds an instance in the device-tree and
handle the inclusion of the driver within the DRM framework. First patch
adds a new panel compatible in the panel-lvds driver, which is used by
default on the STM32MP257.

Raphael Gallais-Pou (7):
  dt-bindings: panel: lvds: Append edt,etml0700z9ndha in panel-lvds
  dt-bindings: display: add dt-bindings for STM32 LVDS device
  drm/stm: lvds: add new STM32 LVDS Display Interface Transmitter driver
  drm/stm: ltdc: add lvds pixel clock
  arm64: dts: st: add ltdc support on stm32mp251
  arm64: dts: st: add lvds support on stm32mp253
  arm64: dts: st: add display support on stm32mp257f-ev

Yannick Fertre (1):
  drm/stm: ltdc: implement bus clock

 .../bindings/display/panel/panel-lvds.yaml    |    2 +
 .../bindings/display/st,stm32-lvds.yaml       |  114 ++
 arch/arm64/boot/dts/st/stm32mp251.dtsi        |   12 +
 arch/arm64/boot/dts/st/stm32mp253.dtsi        |   17 +
 arch/arm64/boot/dts/st/stm32mp257f-ev1.dts    |   79 ++
 drivers/gpu/drm/stm/Kconfig                   |   11 +
 drivers/gpu/drm/stm/Makefile                  |    2 +
 drivers/gpu/drm/stm/ltdc.c                    |   26 +
 drivers/gpu/drm/stm/ltdc.h                    |    2 +
 drivers/gpu/drm/stm/lvds.c                    | 1226 +++++++++++++++++
 10 files changed, 1491 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/st,stm32-lvds.yaml
 create mode 100644 drivers/gpu/drm/stm/lvds.c

-- 
2.25.1


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

end of thread, other threads:[~2024-01-10 16:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 12:43 [PATCH RESEND v1 0/8] Introduce STM32 LVDS driver Raphael Gallais-Pou
2023-12-21 12:43 ` [PATCH RESEND v1 1/8] dt-bindings: panel: lvds: Append edt,etml0700z9ndha in panel-lvds Raphael Gallais-Pou
2023-12-21 21:09   ` Rob Herring
2023-12-21 12:43 ` [PATCH RESEND v1 2/8] dt-bindings: display: add dt-bindings for STM32 LVDS device Raphael Gallais-Pou
2023-12-21 14:45   ` Rob Herring
2023-12-22  8:45     ` Raphael Gallais-Pou
2023-12-21 20:36   ` Krzysztof Kozlowski
2023-12-22  8:55     ` Raphael Gallais-Pou
2023-12-21 12:43 ` [PATCH RESEND v1 3/8] drm/stm: lvds: add new STM32 LVDS Display Interface Transmitter driver Raphael Gallais-Pou
2023-12-21 12:43 ` [PATCH RESEND v1 4/8] drm/stm: ltdc: implement bus clock Raphael Gallais-Pou
2023-12-21 13:17   ` Dmitry Baryshkov
2024-01-10 16:21     ` Raphael Gallais-Pou
2023-12-21 12:43 ` [PATCH RESEND v1 5/8] drm/stm: ltdc: add lvds pixel clock Raphael Gallais-Pou
2023-12-21 12:43 ` [PATCH RESEND v1 6/8] arm64: dts: st: add ltdc support on stm32mp251 Raphael Gallais-Pou
2023-12-21 12:43 ` [PATCH RESEND v1 7/8] arm64: dts: st: add lvds support on stm32mp253 Raphael Gallais-Pou
2023-12-21 12:43 ` [PATCH RESEND v1 8/8] arm64: dts: st: add display support on stm32mp257f-ev Raphael Gallais-Pou
2023-12-22  8:10 ` (subset) [PATCH RESEND v1 0/8] Introduce STM32 LVDS driver Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).