lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240330112409.3402943-1-luzmaximilian@gmail.com>
Date: Sat, 30 Mar 2024 12:23:59 +0100
From: Maximilian Luz <luzmaximilian@...il.com>
To: Jean Delvare <jdelvare@...e.com>,
	Guenter Roeck <linux@...ck-us.net>,
	Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
	Hans de Goede <hdegoede@...hat.com>
Cc: Ivor Wanders <ivor@...nders.net>,
	linux-kernel@...r.kernel.org,
	platform-driver-x86@...r.kernel.org,
	linux-hwmon@...r.kernel.org,
	Maximilian Luz <luzmaximilian@...il.com>
Subject: [PATCH 0/3] Add thermal sensor driver for Surface Aggregator

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ