Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: cros_ec: Register hardware monitoring subdevice

Add ChromeOS EC-based hardware monitoring as EC subdevice.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20240529-cros_ec-hwmon-v4-3-5cdf0c5db50a@weissschuh.net
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Thomas Weißschuh and committed by
Lee Jones
6ca6a63e 555b5fcd

+1
+1
drivers/mfd/cros_ec_dev.c
··· 149 149 static const struct mfd_cell cros_ec_platform_cells[] = { 150 150 { .name = "cros-ec-chardev", }, 151 151 { .name = "cros-ec-debugfs", }, 152 + { .name = "cros-ec-hwmon", }, 152 153 { .name = "cros-ec-sysfs", }, 153 154 }; 154 155