]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon: add ChromeOS EC driver
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 29 May 2024 06:27:12 +0000 (08:27 +0200)
committerTzung-Bi Shih <tzungbi@kernel.org>
Mon, 3 Jun 2024 04:13:43 +0000 (04:13 +0000)
commitbc3e45258096f2ea2116302abefde4b1cb9bc3c1
tree67e3d83565147f4f410d445a8459553cc6a4796d
parenta14a569a9918a0c7e340257a17dbc088bb27db72
hwmon: add ChromeOS EC driver

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>
Documentation/hwmon/cros_ec_hwmon.rst [new file with mode: 0644]
Documentation/hwmon/index.rst
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/cros_ec_hwmon.c [new file with mode: 0644]