mbox series

[v2,0/5] Microsoft Surface Pro 9 5G support

Message ID 20240908223505.21011-1-jerome.debretagne@gmail.com (mailing list archive)
Headers show
Series Microsoft Surface Pro 9 5G support | expand

Message

Jérôme de Bretagne Sept. 8, 2024, 10:35 p.m. UTC
This series brings support for the SC8280XP-based Microsoft Surface
Pro 9 5G.

Signed-off-by: Jérôme de Bretagne <jerome.debretagne@gmail.com>
---
Changes in v2:
- Style fixes
- Rename the devicetree to sc8280xp-microsoft-arcata.dts
- Update the audio nodes to use codec@ instead of wcd9380-rx or -tx
- Document which node corresponds to which physical USB Type-C port
- Reordering to get property-0 followed by property-names consistently
- Add a dedicated Wi-Fi calibration variant
- Remove gpio-reserved-ranges in tlmm node as not needed to boot
- Add support for Surface Pro 9 5G in surface_aggregator_registry.c
- Switch to the upstream "microsoft,surface-sam" binding
- Fix uart18 clock from S1 to S2
- Include Acked-by: and Reviewed-by: tags
- Link to v1: https://lore.kernel.org/all/20240903224252.6207-1-jerome.debretagne@gmail.com/

---
Jérôme de Bretagne (5):
  dt-bindings: arm: qcom: Document Microsoft Surface Pro 9 5G
  firmware: qcom: scm: Allow QSEECOM on Microsoft Surface Pro 9 5G
  platform/surface: aggregator_registry: Add Surface Pro 9 5G
  arm64: dts: qcom: sc8280xp: Add uart18
  arm64: dts: qcom: sc8280xp: Add Microsoft Surface Pro 9 5G

 .../devicetree/bindings/arm/qcom.yaml         |    1 +
 arch/arm64/boot/dts/qcom/Makefile             |    1 +
 .../dts/qcom/sc8280xp-microsoft-arcata.dts    | 1032 +++++++++++++++++
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi        |   48 +
 drivers/firmware/qcom/qcom_scm.c              |    1 +
 .../surface/surface_aggregator_registry.c     |   17 +
 6 files changed, 1100 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sc8280xp-microsoft-arcata.dts

Comments

Bjorn Andersson Oct. 7, 2024, 2:25 p.m. UTC | #1
On Mon, 09 Sep 2024 00:35:00 +0200, Jérôme de Bretagne wrote:
> This series brings support for the SC8280XP-based Microsoft Surface
> Pro 9 5G.
> 
> 

Applied, thanks!

[1/5] dt-bindings: arm: qcom: Document Microsoft Surface Pro 9 5G
      commit: e221af165910b8967f7c2788c34826f332f2cc7e
[4/5] arm64: dts: qcom: sc8280xp: Add uart18
      commit: 1e70551123d014b3a1c4b85da54d247243750e7c
[5/5] arm64: dts: qcom: sc8280xp: Add Microsoft Surface Pro 9 5G
      commit: f6231a2eefd430b8b8798911f023891ea51d1d09

Best regards,
Jérôme de Bretagne Oct. 7, 2024, 2:42 p.m. UTC | #2
On Mon, 07 Oct 2024 16:26, Bjorn Andersson <andersson@kernel.org> wrote:
>
> On Mon, 09 Sep 2024 00:35:00 +0200, Jérôme de Bretagne wrote:
> > This series brings support for the SC8280XP-based Microsoft Surface
> > Pro 9 5G.
> >
>
> Applied, thanks!

Thanks, Bjorn!

> [1/5] dt-bindings: arm: qcom: Document Microsoft Surface Pro 9 5G
>       commit: e221af165910b8967f7c2788c34826f332f2cc7e
> [4/5] arm64: dts: qcom: sc8280xp: Add uart18
>       commit: 1e70551123d014b3a1c4b85da54d247243750e7c
> [5/5] arm64: dts: qcom: sc8280xp: Add Microsoft Surface Pro 9 5G
>       commit: f6231a2eefd430b8b8798911f023891ea51d1d09
>
> Best regards,
> --
> Bjorn Andersson <andersson@kernel.org>