mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
bc3e452580
The ChromeOS Embedded Controller exposes fan speed and temperature readings. Expose this data through the hwmon subsystem. The driver is designed to be probed via the cros_ec mfd device. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Acked-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20240529-cros_ec-hwmon-v4-2-5cdf0c5db50a@weissschuh.net [tzungbi: Fixed typo in MAINTAINERS: "chros_ec_hwmon" -> "cros_ec_hwmon"] Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
26 lines
550 B
ReStructuredText
26 lines
550 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
Kernel driver cros_ec_hwmon
|
|
===========================
|
|
|
|
Supported chips:
|
|
|
|
* ChromeOS embedded controllers.
|
|
|
|
Prefix: 'cros_ec'
|
|
|
|
Addresses scanned: -
|
|
|
|
Author:
|
|
|
|
- Thomas Weißschuh <linux@weissschuh.net>
|
|
|
|
Description
|
|
-----------
|
|
|
|
This driver implements support for hardware monitoring commands exposed by the
|
|
ChromeOS embedded controller used in Chromebooks and other devices.
|
|
|
|
The channel labels exposed via hwmon are retrieved from the EC itself.
|
|
|
|
Fan and temperature readings are supported.
|