public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] hwmon: (cros_ec) Fan target and temperature thresholds
@ 2026-01-18  9:45 Thomas Weißschuh
  2026-01-18  9:45 ` [PATCH v2 1/4] hwmon: (cros_ec) Split up supported features in the documentation Thomas Weißschuh
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Thomas Weißschuh @ 2026-01-18  9:45 UTC (permalink / raw)
  To: Benson Leung, Tzung-Bi Shih, Guenter Roeck, Thomas Weißschuh,
	Jean Delvare, Guenter Roeck, Jonathan Corbet
  Cc: Dustin Howett, Mario Limonciello, Stephen Horvath,
	chrome-platform, linux-kernel, linux-hwmon, Sung-Chi Li,
	linux-doc, Thomas Weißschuh

Add read-only support to cros_ec_hwmon for
* fan target speed for fan 1
* fan temperature thresholds  for all temp sensors

This series is meant to be merged through the hwmon tree.

Tested on a Framework 13 AMD.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Changes in v2:
- Rebase onto hwmon-next
- Drop already applied cros_ec_cmd_versions().
- Drop PWM control patch as it is already implemented.
- Drop write-access to temperature thresholds.
- Link to v1: https://lore.kernel.org/r/20240608-cros_ec-hwmon-pwm-v1-0-d29dfc26fbc3@weissschuh.net

---
Thomas Weißschuh (4):
      hwmon: (cros_ec) Split up supported features in the documentation
      hwmon: (cros_ec) Add support for fan target speed
      hwmon: (cros_ec) Move temperature channel params to a macro
      hwmon: (cros_ec) Add support for temperature thresholds

 Documentation/hwmon/cros_ec_hwmon.rst |  29 ++++++--
 drivers/hwmon/cros_ec_hwmon.c         | 133 +++++++++++++++++++++++++++-------
 2 files changed, 129 insertions(+), 33 deletions(-)
---
base-commit: cd9625d235b6e42b0430f828f1d2a0b688923872
change-id: 20240529-cros_ec-hwmon-pwm-0dcc610ba0dc

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>


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

end of thread, other threads:[~2026-01-27  0:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-18  9:45 [PATCH v2 0/4] hwmon: (cros_ec) Fan target and temperature thresholds Thomas Weißschuh
2026-01-18  9:45 ` [PATCH v2 1/4] hwmon: (cros_ec) Split up supported features in the documentation Thomas Weißschuh
2026-01-21  9:07   ` Tzung-Bi Shih
2026-01-27  0:23   ` Guenter Roeck
2026-01-18  9:45 ` [PATCH v2 2/4] hwmon: (cros_ec) Add support for fan target speed Thomas Weißschuh
2026-01-21  9:08   ` Tzung-Bi Shih
2026-01-21 20:55     ` Thomas Weißschuh
2026-01-22  3:24       ` Tzung-Bi Shih
2026-01-27  0:24   ` Guenter Roeck
2026-01-18  9:45 ` [PATCH v2 3/4] hwmon: (cros_ec) Move temperature channel params to a macro Thomas Weißschuh
2026-01-21  9:08   ` Tzung-Bi Shih
2026-01-27  0:24   ` Guenter Roeck
2026-01-18  9:45 ` [PATCH v2 4/4] hwmon: (cros_ec) Add support for temperature thresholds Thomas Weißschuh
2026-01-21  9:09   ` Tzung-Bi Shih
2026-01-27  0:26   ` Guenter Roeck
2026-01-21 21:00 ` [PATCH v2 0/4] hwmon: (cros_ec) Fan target and " Dustin Howett

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