From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: "Jérôme de Bretagne" <jerome.debretagne@gmail.com>
Cc: 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>,
Johannes Berg <johannes@sipsolutions.net>,
Lorenzo Bianconi <lorenzo@kernel.org>,
Maximilian Luz <luzmaximilian@gmail.com>,
Hans de Goede <hansg@kernel.org>,
Jeff Johnson <jjohnson@kernel.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
LKML <linux-kernel@vger.kernel.org>,
linux-wireless@vger.kernel.org,
platform-driver-x86@vger.kernel.org, ath12k@lists.infradead.org,
Jeff Johnson <jeff.johnson@oss.qualcomm.com>,
Dale Whinham <daleyo@gmail.com>,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Subject: Re: [PATCH v6 3/4] platform/surface: aggregator_registry: Add Surface Pro 11 (QCOM)
Date: Sat, 10 Jan 2026 13:19:31 +0200 (EET) [thread overview]
Message-ID: <17f18028-730f-9e9f-7df5-8b792fe6c9c5@linux.intel.com> (raw)
In-Reply-To: <20251220-surface-sp11-for-next-v6-3-81f7451edb77@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2279 bytes --]
On Sat, 20 Dec 2025, Jérôme de Bretagne via B4 Relay wrote:
> From: Dale Whinham <daleyo@gmail.com>
>
> This enables support for the Qualcomm-based Surface Pro 11.
>
> Signed-off-by: Dale Whinham <daleyo@gmail.com>
> Signed-off-by: Jérôme de Bretagne <jerome.debretagne@gmail.com>
> Reviewed-by: Maximilian Luz <luzmaximilian@gmail.com>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
> drivers/platform/surface/surface_aggregator_registry.c | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/drivers/platform/surface/surface_aggregator_registry.c b/drivers/platform/surface/surface_aggregator_registry.c
> index 78ac3a8fbb736384f7e50f1888a71297a892a7c3..0599d5adf02e61583cf3e1fc11000070f51f7be3 100644
> --- a/drivers/platform/surface/surface_aggregator_registry.c
> +++ b/drivers/platform/surface/surface_aggregator_registry.c
> @@ -406,6 +406,22 @@ static const struct software_node *ssam_node_group_sp9_5g[] = {
> NULL,
> };
>
> +/* Devices for Surface Pro 11 (ARM/QCOM) */
> +static const struct software_node *ssam_node_group_sp11[] = {
> + &ssam_node_root,
> + &ssam_node_hub_kip,
> + &ssam_node_bat_ac,
> + &ssam_node_bat_main,
> + &ssam_node_tmp_sensors,
> + &ssam_node_hid_kip_keyboard,
> + &ssam_node_hid_kip_penstash,
> + &ssam_node_hid_kip_touchpad,
> + &ssam_node_hid_kip_fwupd,
> + &ssam_node_hid_sam_sensors,
> + &ssam_node_kip_tablet_switch,
> + NULL,
> +};
> +
> /* -- SSAM platform/meta-hub driver. ---------------------------------------- */
>
> static const struct acpi_device_id ssam_platform_hub_acpi_match[] = {
> @@ -482,6 +498,8 @@ MODULE_DEVICE_TABLE(acpi, ssam_platform_hub_acpi_match);
> static const struct of_device_id ssam_platform_hub_of_match[] __maybe_unused = {
> /* Surface Pro 9 5G (ARM/QCOM) */
> { .compatible = "microsoft,arcata", (void *)ssam_node_group_sp9_5g },
> + /* Surface Pro 11 (ARM/QCOM) */
> + { .compatible = "microsoft,denali", (void *)ssam_node_group_sp11 },
> /* Surface Laptop 7 */
> { .compatible = "microsoft,romulus13", (void *)ssam_node_group_sl7 },
> { .compatible = "microsoft,romulus15", (void *)ssam_node_group_sl7 },
Applied PATCH 3/4 to the review-ilpo-next branch.
--
i.
next prev parent reply other threads:[~2026-01-10 11:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-20 15:26 [PATCH v6 0/4] Microsoft Surface Pro 11 support Jérôme de Bretagne via B4 Relay
2025-12-20 15:26 ` [PATCH v6 1/4] dt-bindings: arm: qcom: Document Microsoft Surface Pro 11 Jérôme de Bretagne via B4 Relay
2025-12-20 15:26 ` [PATCH v6 2/4] firmware: qcom: scm: allow QSEECOM on " Jérôme de Bretagne via B4 Relay
2025-12-20 15:26 ` [PATCH v6 3/4] platform/surface: aggregator_registry: Add Surface Pro 11 (QCOM) Jérôme de Bretagne via B4 Relay
2026-01-10 11:19 ` Ilpo Järvinen [this message]
2025-12-20 15:26 ` [PATCH v6 4/4] arm64: dts: qcom: Add support for X1-based Surface Pro 11 Jérôme de Bretagne via B4 Relay
2025-12-24 9:44 ` Abel Vesa
2026-01-03 17:51 ` (subset) [PATCH v6 0/4] Microsoft Surface Pro 11 support 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=17f18028-730f-9e9f-7df5-8b792fe6c9c5@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=andersson@kernel.org \
--cc=ath12k@lists.infradead.org \
--cc=conor+dt@kernel.org \
--cc=daleyo@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=hansg@kernel.org \
--cc=jeff.johnson@oss.qualcomm.com \
--cc=jerome.debretagne@gmail.com \
--cc=jjohnson@kernel.org \
--cc=johannes@sipsolutions.net \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo@kernel.org \
--cc=luzmaximilian@gmail.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=robh@kernel.org \
/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