Re: [PATCH v4 0/6] Improvements for MAX77620 GPIO driver

2020-07-16 Thread Dmitry Osipenko
16.07.2020 11:52, Linus Walleij пишет: > On Thu, Jul 9, 2020 at 7:12 PM Dmitry Osipenko wrote: > >> 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. It also makes a small imp

Re: [PATCH v4 0/6] Improvements for MAX77620 GPIO driver

2020-07-16 Thread Linus Walleij
On Thu, Jul 9, 2020 at 7:12 PM Dmitry Osipenko wrote: > 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. It also makes a small improvements to the code, fixes the > non-release

[PATCH v4 0/6] Improvements for MAX77620 GPIO driver

2020-07-09 Thread Dmitry Osipenko
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. It also makes a small improvements to the code, fixes the non-released interrupt bug and converts driver to use irqchip templ