public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add LG SW49410 Panel Driver
@ 2025-09-11  3:08 Paul Sajna
  2025-09-11  3:08 ` [PATCH 1/3] drm/panel: Add LG SW49410 Panel Paul Sajna
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Paul Sajna @ 2025-09-11  3:08 UTC (permalink / raw)
  To: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-kernel, dri-devel, devicetree, David Heidelberg, Amir Dahan,
	Paul Sajna

This patch series adds a drm panel driver for the LG SW49410 panel found
in the LG G7 ThinQ (codename judyln).

The basic driver skeleton was generated by https://github.com/msm8916-mainline/linux-mdss-dsi-panel-driver-generator
from the vendor device-tree.

Comments were added explaining magic numbers, and devicetree
documentation was also added

Once this patch has been accepted, I'll follow up with
a devicetree update for sdm845-lg-judyln
that includes this driver, along with several other improvements

Co-authored-by: Amir Dahan <system64fumo@protonmail.com>
Signed-off-by: Amir Dahan <system64fumo@protonmail.com>
Signed-off-by: Paul Sajna <sajattack@postmarketos.org>
---
Amir Dahan (1):
      drm/panel: Add LG SW49410 Panel

Paul Sajna (2):
      dt-bindings: display: panel: Add devicetree documentation for lg,sw49410
      Update MAINTAINERS for lg,sw49410

 .../bindings/display/panel/lg,sw49410.yaml         |  66 +++
 MAINTAINERS                                        |   6 +
 drivers/gpu/drm/panel/Kconfig                      |  14 +
 drivers/gpu/drm/panel/Makefile                     |   1 +
 drivers/gpu/drm/panel/panel-lg-sw49410.c           | 513 +++++++++++++++++++++
 5 files changed, 600 insertions(+)
---
base-commit: e04c78d86a9699d136910cfc0bdcf01087e3267e
change-id: 20250910-judyln-panel-948f177c5c5c

Best regards,
-- 
Paul Sajna <sajattack@postmarketos.org>


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

end of thread, other threads:[~2025-09-15  0:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-11  3:08 [PATCH 0/3] Add LG SW49410 Panel Driver Paul Sajna
2025-09-11  3:08 ` [PATCH 1/3] drm/panel: Add LG SW49410 Panel Paul Sajna
2025-09-15  0:52   ` Dmitry Baryshkov
2025-09-11  3:08 ` [PATCH 2/3] dt-bindings: display: panel: Add devicetree documentation for lg,sw49410 Paul Sajna
2025-09-15  0:39   ` Rob Herring
2025-09-11  3:08 ` [PATCH 3/3] Update MAINTAINERS " Paul Sajna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox