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

mfd: qnap-mcu: Hook up the EEPROM sub-device

Add the qnap-mcu-eeprom platform-driver as sub-device for the MCU.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20251103232942.410386-3-heiko@sntech.de
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Heiko Stuebner and committed by
Lee Jones
0e056211 a95419ff

+1
+1
drivers/mfd/qnap-mcu.c
··· 333 333 }; 334 334 335 335 static struct mfd_cell qnap_mcu_cells[] = { 336 + { .name = "qnap-mcu-eeprom", }, 336 337 { .name = "qnap-mcu-input", }, 337 338 { .name = "qnap-mcu-leds", }, 338 339 { .name = "qnap-mcu-hwmon", }