On Tuesday 16 February 2016 04:48 AM, Linus Walleij wrote:
On Thu, Feb 11, 2016 at 12:56 PM, 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]>
(...)
Nit and no big deal:
+#include <linux/gpio.h>
<linux/gpio/driver.h>
should be enough.
Yaah, this is better.
Lee,
Should I respin the patch series for this change?