public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] OF support for Surface System Aggregator Module
@ 2024-08-09  1:48 Konrad Dybcio
  2024-08-09  1:48 ` [PATCH 1/3] dt-bindings: serial: Allow embedded-controller as child node Konrad Dybcio
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Konrad Dybcio @ 2024-08-09  1:48 UTC (permalink / raw)
  To: Rob Herring, Greg Kroah-Hartman, Jiri Slaby, Krzysztof Kozlowski,
	Conor Dooley, Konrad Dybcio, Rafael J. Wysocki, Len Brown,
	Maximilian Luz, Hans de Goede, Ilpo Järvinen
  Cc: Marijn Suijten, linux-serial, linux-kernel, devicetree,
	linux-acpi, platform-driver-x86, Bjorn Andersson, Konrad Dybcio

Wire up OF support for SSAM drivers, to use with Surface Laptop 7 and
other Qualcomm-based devices.

Patch 3 references compatible strings introduced in [1]

[1] https://lore.kernel.org/linux-arm-msm/20240809-topic-sl7-v1-1-2090433d8dfc@quicinc.com/T/#u

Signed-off-by: Konrad Dybcio <quic_kdybcio@quicinc.com>
---
Konrad Dybcio (3):
      dt-bindings: serial: Allow embedded-controller as child node
      dt-bindings: platform: Add Surface System Aggregator Module
      platform/surface: Add OF support

 .../bindings/platform/microsoft,surface-sam.yaml   | 50 ++++++++++++++
 .../devicetree/bindings/serial/serial.yaml         |  2 +-
 drivers/acpi/scan.c                                |  3 +-
 drivers/platform/surface/aggregator/bus.c          |  2 +
 drivers/platform/surface/aggregator/controller.c   | 72 +++++++++++++++----
 drivers/platform/surface/aggregator/core.c         | 80 ++++++++++++++++++----
 .../platform/surface/surface_aggregator_registry.c | 44 ++++++++++--
 7 files changed, 218 insertions(+), 35 deletions(-)
---
base-commit: 1e391b34f6aa043c7afa40a2103163a0ef06d179
change-id: 20240809-topic-sam-5de2f0ec9370

Best regards,
-- 
Konrad Dybcio <quic_kdybcio@quicinc.com>


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

end of thread, other threads:[~2024-08-10  1:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09  1:48 [PATCH 0/3] OF support for Surface System Aggregator Module Konrad Dybcio
2024-08-09  1:48 ` [PATCH 1/3] dt-bindings: serial: Allow embedded-controller as child node Konrad Dybcio
2024-08-09  1:48 ` [PATCH 2/3] dt-bindings: platform: Add Surface System Aggregator Module Konrad Dybcio
2024-08-09  1:48 ` [PATCH 3/3] platform/surface: Add OF support Konrad Dybcio
2024-08-09 18:09   ` Maximilian Luz
2024-08-09 22:44     ` Konrad Dybcio
2024-08-10  1:15       ` Maximilian Luz
2024-08-10  1:17         ` Konrad Dybcio
2024-08-09 23:09   ` Konrad Dybcio

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