summaryrefslogtreecommitdiff
path: root/drivers/hwmon/cros_ec_hwmon.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10hwmon: (cros_ec) Avoid threshold temperature conversion overflowsThomas Weißschuh1-2/+7
2026-08-10hwmon: (cros_ec) Synchronize EC access from the thermal device callbacksThomas Weißschuh1-0/+5
2026-08-10hwmon: (cros_ec) Store the hwmon device in cros_ec_hwmon_privThomas Weißschuh1-5/+5
2026-08-10hwmon: (cros_ec) Register the thermal devices after the hwmon onesThomas Weißschuh1-2/+6
2026-08-10hwmon: (cros_ec) Implement custom kelvin to celsius conversionsThomas Weißschuh1-2/+10
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-16Merge tag 'hwmon-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-3/+3
2026-06-09hwmon: (cros_ec) Drop unused assignment of platform_device_id driver dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-06-09hwmon: Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski1-1/+1
2026-06-03hwmon: Use non-OF thermal cooling device registration APIDaniel Lezcano1-2/+2
2026-02-07hwmon: (cros_ec) Add support for temperature thresholdsThomas Weißschuh1-3/+54
2026-01-31hwmon: (cros_ec) Move temperature channel params to a macroThomas Weißschuh1-24/+25
2026-01-31hwmon: (cros_ec) Add support for fan target speedThomas Weißschuh1-1/+25
2025-09-25hwmon: (cros_ec) register fans into thermal framework cooling devicesSung-Chi Li1-0/+83
2025-09-25hwmon: (cros_ec) add PWM control over fansSung-Chi Li1-0/+230
2024-11-12hwmon: (cros_ec) register thermal sensors to thermal frameworkSung-Chi, Li1-0/+1
2024-06-07hwmon: (cros_ec) Fix access to restricted __le16Guenter Roeck1-2/+3
2024-06-07hwmon: (cros_ec) Prevent read overflow in probe()Dan Carpenter1-1/+1
2024-06-03hwmon: add ChromeOS EC driverThomas Weißschuh1-0/+282