Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v5 00/12] This is continued work on Samsung S9(SM-9600) starqltechn
@ 2024-09-26 14:22 Dzmitry Sankouski
  2024-09-26 14:22 ` [PATCH v5 01/12] arm64: dts: qcom: sdm845: enable gmu Dzmitry Sankouski
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Dzmitry Sankouski @ 2024-09-26 14:22 UTC (permalink / raw)
  To: cros-qcom-dts-watchers, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Dzmitry Sankouski,
	Konrad Dybcio

Contains starqltechn device tree changes.
Add support for new features:
- sound (headphones and mics only)
- gpu
- panel
- buttons
- MAX77705 MFD:
  - charger
  - fuelgauge
  - haptic
  - led

Binding Dependencies:
- s2dos05: https://lore.kernel.org/r/20240617-starqltechn_integration_upstream-v5-0-ea1109029ba5@gmail.com
- max77705: https://lore.kernel.org/r/20240617-starqltechn_integration_upstream-v5-0-e0033f141d17@gmail.com
- s6e3ha8 panel: https://lore.kernel.org/r/20240926-starqltechn_integration_upstream-v5-0-1cb0e43e623f@gmail.com

Runtime Dependencies:
- gcc845 gp clock: https://lore.kernel.org/r/20240617-starqltechn_integration_upstream-v5-0-761795ea5084@gmail.com

Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
---
Changes in v5:
- Split patchset per subsystem
- Add links to subsystem patchsets in description
- Link to v4: https://lore.kernel.org/r/20240913-starqltechn_integration_upstream-v4-0-2d2efd5c5877@gmail.com

Changes in v4:
- Rewrite max77705, max77705_charger, max77705_fuel_gauge from scratch
- Reorder patches:
  - squash max77705 subdevice bindings in core file because
    no resources there
  - split device tree changes
- Use _ as space for filenames in power/supply like the majority
- Replace gcc-845 freq_tbl frequencies patch with new approach,
  based on automatic m/n/pre_div value generation
- Link to v3: https://lore.kernel.org/r/20240618-starqltechn_integration_upstream-v3-0-e3f6662017ac@gmail.com

Changes in version 3:
- disable crypto patch removed(disabled on distro level)
- dts framebuffer node along with related patches removed,
because panel driver added
- fix 'make O=.output_arm64 CHECK_DTBS=y qcom/sdm845-samsung-starqltechn.dtb'
errors, but it still complains on 'monitored-battery' and
'power-supplies' though I have 'power-supply.yaml' link in charger
and fuel gauge bindings.

---
Dzmitry Sankouski (12):
      arm64: dts: qcom: sdm845: enable gmu
      arm64: dts: qcom: starqltechn: remove wifi
      arm64: dts: qcom: starqltechn: fix usb regulator mistake
      arm64: dts: qcom: starqltechn: refactor node order
      arm64: dts: qcom: starqltechn: remove excess reserved gpios
      arm64: dts: qcom: starqltechn: add gpio keys
      arm64: dts: qcom: starqltechn: add max77705 PMIC
      arm64: dts: qcom: starqltechn: add display PMIC
      arm64: dts: qcom: starqltechn: add touchscreen support
      arm64: dts: qcom: starqltechn: add initial sound support
      arm64: dts: qcom: starqltechn: add graphics support
      arm64: dts: qcom: starqltechn: add modem support

 arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi                   |   4 -
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts                   |   4 -
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts                      |   4 -
 arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi          |   4 -
 arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts      | 573 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts            |   4 -
 arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi        |   4 -
 arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium-common.dtsi |   4 -
 arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts           |   4 -
 arch/arm64/boot/dts/qcom/sdm845.dtsi                         |   2 -
 arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts         |   4 -
 11 files changed, 564 insertions(+), 47 deletions(-)
---
base-commit: 92fc9636d1471b7f68bfee70c776f7f77e747b97
change-id: 20240617-starqltechn_integration_upstream-bc86850b2fe3

Best regards,
-- 
Dzmitry Sankouski <dsankouski@gmail.com>


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

end of thread, other threads:[~2024-09-30  3:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-26 14:22 [PATCH v5 00/12] This is continued work on Samsung S9(SM-9600) starqltechn Dzmitry Sankouski
2024-09-26 14:22 ` [PATCH v5 01/12] arm64: dts: qcom: sdm845: enable gmu Dzmitry Sankouski
2024-09-26 14:22 ` [PATCH v5 02/12] arm64: dts: qcom: starqltechn: remove wifi Dzmitry Sankouski
2024-09-26 14:41   ` Dmitry Baryshkov
2024-09-26 14:22 ` [PATCH v5 03/12] arm64: dts: qcom: starqltechn: fix usb regulator mistake Dzmitry Sankouski
2024-09-26 14:22 ` [PATCH v5 04/12] arm64: dts: qcom: starqltechn: refactor node order Dzmitry Sankouski
2024-09-26 14:22 ` [PATCH v5 05/12] arm64: dts: qcom: starqltechn: remove excess reserved gpios Dzmitry Sankouski
2024-09-26 14:22 ` [PATCH v5 06/12] arm64: dts: qcom: starqltechn: add gpio keys Dzmitry Sankouski
2024-09-26 14:22 ` [PATCH v5 07/12] arm64: dts: qcom: starqltechn: add max77705 PMIC Dzmitry Sankouski
2024-09-26 14:22 ` [PATCH v5 08/12] arm64: dts: qcom: starqltechn: add display PMIC Dzmitry Sankouski
2024-09-26 14:22 ` [PATCH v5 09/12] arm64: dts: qcom: starqltechn: add touchscreen support Dzmitry Sankouski
2024-09-26 14:22 ` [PATCH v5 10/12] arm64: dts: qcom: starqltechn: add initial sound support Dzmitry Sankouski
2024-09-26 14:22 ` [PATCH v5 11/12] arm64: dts: qcom: starqltechn: add graphics support Dzmitry Sankouski
2024-09-30  3:55   ` Bjorn Andersson
2024-09-26 14:22 ` [PATCH v5 12/12] arm64: dts: qcom: starqltechn: add modem support Dzmitry Sankouski

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