mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] Add thermal sensor driver for Surface Aggregator
@ 2024-03-30 11:23 Maximilian Luz
  2024-03-30 11:24 ` [PATCH 1/3] hwmon: Add thermal sensor driver for Surface Aggregator Module Maximilian Luz
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Maximilian Luz @ 2024-03-30 11:23 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Ilpo Järvinen, Hans de Goede
  Cc: Ivor Wanders, linux-kernel, platform-driver-x86, linux-hwmon,
	Maximilian Luz

This series adds support for reading thermal sensors connected via the
Surface Aggregatgor Module (the embedded controller found on all modern
Microsoft Surface devices).

The EC can have up to 16 thermal sensors connected via a single
sub-device, each providing temperature readings and a label string.

This has been developed together with Ivor Wanders. For more details,
see the following links:

- https://github.com/linux-surface/surface-aggregator-module/issues/59
- https://github.com/linux-surface/surface-aggregator-module/pull/68

Maximilian Luz (3):
  hwmon: Add thermal sensor driver for Surface Aggregator Module
  hwmon: surface_temp: Add support for sensor names
  platform/surface: aggregator_registry: Add support for thermal sensors
    on the Surface Pro 9

 MAINTAINERS                                   |   6 +
 drivers/hwmon/Kconfig                         |  10 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/surface_temp.c                  | 243 ++++++++++++++++++
 .../surface/surface_aggregator_registry.c     |   7 +
 5 files changed, 267 insertions(+)
 create mode 100644 drivers/hwmon/surface_temp.c

-- 
2.44.0


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

end of thread, other threads:[~2024-05-02 20:05 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-30 11:23 [PATCH 0/3] Add thermal sensor driver for Surface Aggregator Maximilian Luz
2024-03-30 11:24 ` [PATCH 1/3] hwmon: Add thermal sensor driver for Surface Aggregator Module Maximilian Luz
2024-03-30 11:58   ` Guenter Roeck
2024-03-30 12:58     ` Maximilian Luz
2024-04-08 13:32       ` Hans de Goede
2024-04-08 13:33   ` Hans de Goede
2024-04-16 13:15   ` Guenter Roeck
2024-04-16 13:27   ` Guenter Roeck
2024-04-16 18:12     ` Maximilian Luz
2024-03-30 11:24 ` [PATCH 2/3] hwmon: surface_temp: Add support for sensor names Maximilian Luz
2024-04-08 13:34   ` Hans de Goede
2024-04-16 13:30   ` Guenter Roeck
2024-04-16 19:00     ` Maximilian Luz
2024-04-16 21:08       ` Guenter Roeck
2024-05-02 20:05         ` Maximilian Luz
2024-04-16 21:34       ` Ivor Wanders
2024-05-02 20:04         ` Maximilian Luz
2024-03-30 11:24 ` [PATCH 3/3] platform/surface: aggregator_registry: Add support for thermal sensors on the Surface Pro 9 Maximilian Luz
2024-04-08 15:22   ` Hans de Goede

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

all inboxes | Powered by JetHome®