Hello, This series is similar to [0] and allows the max14577 PMIC MFD driver to be built as a module. Currently the Kconfig symbol for the driver is a boolean but there isn't really a reason for this restriction.
The patches have been just built tested because I don't have any of the boards using this driver, so testing will be highly appreciated. [0]: https://lkml.org/lkml/2016/2/11/857 Best regards, Javier Javier Martinez Canillas (2): mfd: max14577: Use module_init() instead of subsys_initcall() mfd: max14577: Allow driver to be built as a module drivers/mfd/Kconfig | 4 ++-- drivers/mfd/max14577.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- 2.5.0