Hello! This series addresses a problem that I discovered on Nexus 7 device where GPIO interrupts may be left enabled after bootloader and the driver isn't prepared to this. Secondly, I made few very minor cleanup improvements to the code. Dmitry Osipenko (5): gpio: max77620: Initialize interrupts state gpio: max77620: Replace 8 with MAX77620_GPIO_NR gpio: max77620: Replace interrupt-enable array with bitmap gpio: max77620: Don't handle disabled interrupts gpio: max77620: Move variable declaration drivers/gpio/gpio-max77620.c | 44 ++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 10 deletions(-) -- 2.26.0