Hi Marek, On Tue, May 2, 2017 at 2:18 PM, Marek Vasut <marek.vasut@xxxxxxxxx> wrote: > Add the MFD part of the ROHM BD9571MWV-M PMIC driver and MAINTAINERS > entry. The MFD part only specifies the regmap bits for the PMIC and > binds the subdevs together. > > Signed-off-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxx> > Cc: linux-kernel@xxxxxxxxxxxxxxx > Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Cc: Lee Jones <lee.jones@xxxxxxxxxx> > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > @@ -133,6 +133,19 @@ config MFD_BCM590XX > help > Support for the BCM590xx PMUs from Broadcom > > +config MFD_BD9571MWV > + tristate "ROHM BD9571MWV PMIC" > + select MFD_CORE > + select REGMAP_I2C Missing "select REGMAP_IRQ". Else it fails with: drivers/built-in.o: In function `bd9571mwv_remove': :(.text+0x103190): undefined reference to `regmap_del_irq_chip' drivers/built-in.o: In function `bd9571mwv_probe': :(.text+0x10332c): undefined reference to `regmap_add_irq_chip' :(.text+0x103358): undefined reference to `regmap_irq_get_domain' :(.text+0x103394): undefined reference to `regmap_del_irq_chip' Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds