All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts
@ 2025-09-13 23:56 Paul Sajna
  2025-09-13 23:56 ` [PATCH 01/11] arm64: dts: qcom: sdm845-lg-common: Add uarts and Bluetooth Paul Sajna
                   ` (11 more replies)
  0 siblings, 12 replies; 29+ messages in thread
From: Paul Sajna @ 2025-09-13 23:56 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, David Heidelberg
  Cc: linux-arm-msm, devicetree, linux-kernel, Amir Dahan,
	Christopher Brown, Paul Sajna

Rollup of improved hardware support via devicetree for LG G7 ThinQ 
(judyln) from sdm845-mainline kernel fork

Notably, this patch-series enables full DRM acceleration and wifi,
among other small improvements in individual commits

after this patch-series the main things that remain to be worked
on include touchscreen, audio, and modem.

Depends upon panel driver patch-series https://lore.kernel.org/all/20250910-judyln-panel-v1-1-825c74403bbb@postmarketos.org/T/#r9a976ca01e309b6c03100e984a26a0ffc2fe2002

Co-authored-by: Amir Dahan <system64fumo@protonmail.com>
Co-authored-by: Christopher Brown <crispybrown@gmail.com>
Signed-off-by: Amir Dahan <system64fumo@protonmail.com>
Signed-off-by: Christopher Brown <crispybrown@gmail.com>
Signed-off-by: Paul Sajna <sajattack@postmarketos.org>
---
Paul Sajna (11):
      arm64: dts: qcom: sdm845-lg-common: Add uarts and Bluetooth
      arm64: dts: qcom sdm845-lg-judyln: Add battery and charger
      arm64: dts: qcom: sdm845-lg-common: Add leds
      arm64: dts: qcom: sdm845-lg-common: Add camera flash
      arm64: dts: qcom: sdm845-lg-judyln: Add display panel
      arm64: dts: qcom: sdm845-lg-common: Add wifi node
      arm64: dts: qcom: sdm845-lg-judyln: Add firmware nodes
      arm64: dts: qcom: sdm845-lg-common: Add qcom id
      arm64: dts: qcom: sdm845-lg-common: Add chassis-type
      arm64: dts: qcom: sdm845-lg-judyln: Sort and cleanup nodes
      arm64: dts: qcom: sdm845-lg-common: Sort and cleanup nodes

 arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi | 238 ++++++++++++++++++-------
 arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts  | 134 ++++++++++++++
 2 files changed, 310 insertions(+), 62 deletions(-)
---
base-commit: 590b221ed4256fd6c34d3dea77aa5bd6e741bbc1
change-id: 20250911-judyln-dts-17c41e59dc0f
prerequisite-message-id: <20250910-judyln-panel-v1-1-825c74403bbb@postmarketos.org>
prerequisite-patch-id: e51151ea7f8fdad6ad7d90713febc5c6b6fc4f9c
prerequisite-patch-id: b3dd44250da9cd12bc5b2d0d7e865dbe19ceed92
prerequisite-patch-id: fd6c8077806cb03fcf37d0e0d730314c2760e334

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


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

end of thread, other threads:[~2025-11-18 20:13 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-13 23:56 [PATCH 00/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts Paul Sajna
2025-09-13 23:56 ` [PATCH 01/11] arm64: dts: qcom: sdm845-lg-common: Add uarts and Bluetooth Paul Sajna
2025-09-15  0:19   ` Dmitry Baryshkov
2025-09-15  0:28     ` Paul Sajna
2025-09-15  7:20   ` Konrad Dybcio
2025-09-13 23:56 ` [PATCH 02/11] arm64: dts: qcom sdm845-lg-judyln: Add battery and charger Paul Sajna
2025-09-14 10:20   ` Krzysztof Kozlowski
2025-09-13 23:56 ` [PATCH 03/11] arm64: dts: qcom: sdm845-lg-common: Add leds Paul Sajna
2025-09-15  0:24   ` Dmitry Baryshkov
2025-09-13 23:56 ` [PATCH 04/11] arm64: dts: qcom: sdm845-lg-common: Add camera flash Paul Sajna
2025-09-15  0:25   ` Dmitry Baryshkov
2025-09-15  0:34     ` Dmitry Baryshkov
2025-09-13 23:56 ` [PATCH 05/11] arm64: dts: qcom: sdm845-lg-judyln: Add display panel Paul Sajna
2025-09-15  0:28   ` Dmitry Baryshkov
2025-09-13 23:56 ` [PATCH 06/11] arm64: dts: qcom: sdm845-lg-common: Add wifi node Paul Sajna
2025-09-15  0:32   ` Dmitry Baryshkov
2025-09-15  3:57     ` Paul Sajna
2025-09-15  7:18   ` Konrad Dybcio
2025-09-13 23:56 ` [PATCH 07/11] arm64: dts: qcom: sdm845-lg-judyln: Add firmware nodes Paul Sajna
2025-09-15  0:33   ` Dmitry Baryshkov
2025-09-13 23:56 ` [PATCH 08/11] arm64: dts: qcom: sdm845-lg-common: Add qcom id Paul Sajna
2025-09-14 10:22   ` Krzysztof Kozlowski
2025-09-13 23:56 ` [PATCH 09/11] arm64: dts: qcom: sdm845-lg-common: Add chassis-type Paul Sajna
2025-09-15  0:34   ` Dmitry Baryshkov
2025-09-13 23:56 ` [PATCH 10/11] arm64: dts: qcom: sdm845-lg-judyln: Sort and cleanup nodes Paul Sajna
2025-09-15  0:35   ` Dmitry Baryshkov
2025-09-13 23:56 ` [PATCH 11/11] arm64: dts: qcom: sdm845-lg-common: " Paul Sajna
2025-09-14 10:24   ` Krzysztof Kozlowski
2025-11-18 20:13 ` [PATCH 00/11] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts Pavel Machek

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.