Devicetree
 help / color / mirror / Atom feed
From: Georg Gottleuber <ggo@tuxedocomputers.com>
To: Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Ettore Chimenti <ettore.chimenti@linaro.org>,
	Srinivas Kandagatla <srini@kernel.org>,
	stefan.schmidt@linaro.org, stephan.gerhold@linaro.org,
	wse@tuxedocomputers.com, cs@tuxedo.de,
	Georg Gottleuber <ggo@tuxedocomputers.com>
Subject: [PATCH v2 0/6] Add Medion SPRCHRGD 14 S1 (X1E78100)
Date: Thu,  4 Dec 2025 16:52:02 +0100	[thread overview]
Message-ID: <20251204155212.230058-1-ggo@tuxedocomputers.com> (raw)

Initial support for Medion SPRCHRGD 14 S1 notebook, which is based on
Qualcomm Snapdragon X Elite SoC (X1E78100).

Changes in v2:
- Add patch for tuxedo vendor prefix
- Add patch for tuxedo,elite14gen1 dt binding
- Minor changes to GPIO attributes in dts

These patches are based on the patches for the TUXEDO Elite 14 Gen1
notebook and have almost the same code [1]. I only did a rebase on
linux-next/master and replaced all vendor strings.

The patches for asl-tek vendor prefix have already been accepted [2].
ALSA UCM and Audioreach topology patches are available at [3] and [4].
The fingerprint reader requires USB IDs to be patched into libfprint.
WiFi requires a firmware patch [5].

[1]: https://lore.kernel.org/lkml/20251121142623.251118-1-ggo@tuxedocomputers.com/
[2]: https://lore.kernel.org/lkml/176400350522.514667.5379863973279531790.b4-ty@linaro.org/
[3]: https://github.com/tuxedo-ggo/alsa-ucm-conf/tree/medion-sprchrgd-dp
[4]: https://github.com/tuxedo-ggo/audioreach-topology/tree/medion-display-port
[5]: https://lore.kernel.org/linux-wireless/59ed6306-28f8-478e-90fe-4a1b73ae3051@tuxedocomputers.com/

Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com>

Georg Gottleuber (6):
  dt-bindings: vendor-prefixes: Add prefix for TUXEDO Computers GmbH
  dt-bindings: arm: qcom: Add TUXEDO Computers device
  dt-bindings: vendor-prefixes: Add Medion AG
  dt-bindings: arm: qcom: Add Medion SPRCHRGD device
  arm64: dts: qcom: Add dts for Medion SPRCHRGD 14 S1
  firmware: qcom: scm: QSEECOM on Medion SPRCHRGD 14 S1

 .../devicetree/bindings/arm/qcom.yaml         |    7 +
 .../devicetree/bindings/vendor-prefixes.yaml  |    4 +
 arch/arm64/boot/dts/qcom/Makefile             |    2 +
 .../qcom/x1e80100-medion-sprchrgd-14-s1.dts   | 1515 +++++++++++++++++
 drivers/firmware/qcom/qcom_scm.c              |    1 +
 5 files changed, 1529 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/x1e80100-medion-sprchrgd-14-s1.dts

-- 
2.43.0


             reply	other threads:[~2025-12-04 15:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-04 15:52 Georg Gottleuber [this message]
2025-12-04 15:52 ` [PATCH v2 1/6] dt-bindings: vendor-prefixes: Add prefix for TUXEDO Computers GmbH Georg Gottleuber
2025-12-04 15:52 ` [PATCH v2 2/6] dt-bindings: arm: qcom: Add TUXEDO Computers device Georg Gottleuber
2025-12-04 15:52 ` [PATCH v2 3/6] dt-bindings: vendor-prefixes: Add Medion AG Georg Gottleuber
2025-12-04 15:52 ` [PATCH v2 4/6] dt-bindings: arm: qcom: Add Medion SPRCHRGD device Georg Gottleuber
2025-12-08  6:24   ` Krzysztof Kozlowski
2025-12-04 15:52 ` [PATCH v2 5/6] arm64: dts: qcom: Add dts for Medion SPRCHRGD 14 S1 Georg Gottleuber
2025-12-05 11:02   ` Konrad Dybcio
2025-12-22  0:32   ` Dmitry Baryshkov
2025-12-22 11:29     ` Georg Gottleuber
2025-12-22 11:30       ` Dmitry Baryshkov
2025-12-04 15:52 ` [PATCH v2 6/6] firmware: qcom: scm: QSEECOM on " Georg Gottleuber
2025-12-05 22:46   ` Dmitry Baryshkov
2025-12-17 23:07 ` [PATCH v2 0/6] Add Medion SPRCHRGD 14 S1 (X1E78100) Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251204155212.230058-1-ggo@tuxedocomputers.com \
    --to=ggo@tuxedocomputers.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=cs@tuxedo.de \
    --cc=devicetree@vger.kernel.org \
    --cc=ettore.chimenti@linaro.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=srini@kernel.org \
    --cc=stefan.schmidt@linaro.org \
    --cc=stephan.gerhold@linaro.org \
    --cc=wse@tuxedocomputers.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox