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 <system64f...@protonmail.com> Signed-off-by: Amir Dahan <system64f...@protonmail.com> Signed-off-by: Paul Sajna <sajatt...@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 <sajatt...@postmarketos.org>