mbox series

[v4,0/6] support oneplus-lemonade(p) devices

Message ID 20231111-nia-sm8350-for-upstream-v4-0-3a638b02eea5@igalia.com (mailing list archive)
Headers show
Series support oneplus-lemonade(p) devices | expand

Message

Nia Espera Nov. 11, 2023, 10:07 p.m. UTC
Patch series adding support for oneplus-lemonade and oneplus-lemonadep
devices (OnePlus 9 & 9 Pro), along with a few needed fixups. Currently
working as of this series:

- USB OTG
- UFS
- Framebuffer display
- Touchscreen (for lemonade)
- Power & volume down keys
- Battery reading
- Modem, IPA, and remoteproc bringup

Signed-off-by: Nia Espera <nespera@igalia.com>
---
Changes in v4:
- Fixed up some small naming-related nits.
- Link to v3: https://lore.kernel.org/r/20231108-nia-sm8350-for-upstream-v3-0-18a024b5c74c@igalia.com

Changes in v3:
- Fixed up more incorrect devicetree properties.
- Properly enabled the fsa type-C mux.
- Added node for sm8350 PMIC glink.
- Patch name fixes.
- Link to v2: https://lore.kernel.org/r/20231018-nia-sm8350-for-upstream-v2-0-7b243126cb77@igalia.com

Changes in v2:
- Fixed up formatting/style.
- Removed unused pinctrl nodes.
- Removed unused properties.
- Moved ADC7 defines to vadc header.
- Edited copyright on lemonade dts and license on spmi header.
- Fixed up therm channels.
- Removed unnecessary hack w.r.t. timer node.
- Link to v1: https://lore.kernel.org/r/20231016-nia-sm8350-for-upstream-v1-0-bb557a0af2e9@igalia.com

---
Nia Espera (6):
      dt-bindings: iio: adc: qcom: Add Qualcomm smb139x
      arm64: dts: qcom: sm8350: Fix DMA0 address
      arm64: dts: qcom: pm8350k: Remove hanging whitespace
      arm64: dts: qcom: sm8350: Fix remoteproc interrupt type
      dt-bindings: arm: qcom: Add oneplus-lemonade(p)
      arm64: dts: qcom: sm8350-lemonade(p): New devices

 Documentation/devicetree/bindings/arm/qcom.yaml    |    2 +
 arch/arm64/boot/dts/qcom/Makefile                  |    2 +
 arch/arm64/boot/dts/qcom/pmk8350.dtsi              |    2 +-
 .../arm64/boot/dts/qcom/sm8350-oneplus-common.dtsi | 1086 ++++++++++++++++++++
 .../boot/dts/qcom/sm8350-oneplus-lemonade.dts      |   85 ++
 .../boot/dts/qcom/sm8350-oneplus-lemonadep.dts     |   20 +
 arch/arm64/boot/dts/qcom/sm8350.dtsi               |   12 +-
 include/dt-bindings/iio/qcom,spmi-adc7-smb139x.h   |   19 +
 include/dt-bindings/iio/qcom,spmi-vadc.h           |    3 +
 9 files changed, 1224 insertions(+), 7 deletions(-)
---
base-commit: ffc253263a1375a65fa6c9f62a893e9767fbebfa
change-id: 20231016-nia-sm8350-for-upstream-2f452366e421

Best regards,

Comments

Bjorn Andersson Dec. 8, 2023, 2:57 a.m. UTC | #1
On Sat, 11 Nov 2023 23:07:38 +0100, Nia Espera wrote:
> Patch series adding support for oneplus-lemonade and oneplus-lemonadep
> devices (OnePlus 9 & 9 Pro), along with a few needed fixups. Currently
> working as of this series:
> 
> - USB OTG
> - UFS
> - Framebuffer display
> - Touchscreen (for lemonade)
> - Power & volume down keys
> - Battery reading
> - Modem, IPA, and remoteproc bringup
> 
> [...]

Applied, thanks!

[1/6] dt-bindings: iio: adc: qcom: Add Qualcomm smb139x
      commit: 7bf421f44549cd0bca32bd0b4cf6e4cfe5b4f865
[2/6] arm64: dts: qcom: sm8350: Fix DMA0 address
      commit: 01a9e9eb6cdbce175ddea3cbe1163daed6d54344
[3/6] arm64: dts: qcom: pm8350k: Remove hanging whitespace
      commit: e70537717146b380e18f0c92669d968af4acb8a7
[4/6] arm64: dts: qcom: sm8350: Fix remoteproc interrupt type
      commit: 54ee322f845c7f25fbf6e43e11147b6cae8eff56

Best regards,