On Thu, Apr 28, 2016 at 11:59 AM, Laxman Dewangan <[email protected]> wrote:
> MAXIM Semiconductor's PMIC, MAX77620/MAX20024 has 8 GPIO > pins. It also supports interrupts from these pins. > > Add GPIO driver for these pins to control via GPIO APIs. > > Signed-off-by: Laxman Dewangan <[email protected]> > Reviewed-by: Linus Walleij <[email protected]> Gnah there is still a problem with this, I just saw it: > +config GPIO_MAX77620 > + bool "GPIO support for PMIC MAX77620 and MAX20024" bool == not a module > +MODULE_DEVICE_TABLE(platform, max77620_gpio_devtype); (...) > +module_platform_driver(max77620_gpio_driver); (...) > +MODULE_DESCRIPTION("GPIO interface for MAX77620 and MAX20024 PMIC"); > +MODULE_AUTHOR("Laxman Dewangan <[email protected]>"); > +MODULE_AUTHOR("Chaitanya Bandi <[email protected]>"); > +MODULE_ALIAS("platform:max77620-gpio"); > +MODULE_LICENSE("GPL v2"); git log --author=Gortmaker and you will see what you need to do. Yours, Linus Walleij

