Re: [RFC PATCH 6/8] gpio: omap: Add get/set_multiple() callbacks

2018-08-03 Thread Linus Walleij
On Thu, Jul 19, 2018 at 1:56 AM Janusz Krzysztofik wrote: > This should make applications utilizing whole banks work faster. > > Signed-off-by: Janusz Krzysztofik Patch applied with Grygorii's ACK. No reason to delay it, if there are any problems we will just revert it. Yours, Linus Walleij

Re: [RFC PATCH 6/8] gpio: omap: Add get/set_multiple() callbacks

2018-08-02 Thread Grygorii Strashko
On 07/29/2018 03:29 PM, Linus Walleij wrote: On Thu, Jul 19, 2018 at 1:56 AM Janusz Krzysztofik wrote: This should make applications utilizing whole banks work faster. Signed-off-by: Janusz Krzysztofik This patch looks good to me and I have an urge to just apply it. Can we get some fee

Re: [RFC PATCH 6/8] gpio: omap: Add get/set_multiple() callbacks

2018-07-29 Thread Linus Walleij
On Thu, Jul 19, 2018 at 1:56 AM Janusz Krzysztofik wrote: > This should make applications utilizing whole banks work faster. > > Signed-off-by: Janusz Krzysztofik This patch looks good to me and I have an urge to just apply it. Can we get some feedback from the maintainers? Yours, Linus Walle

[RFC PATCH 6/8] gpio: omap: Add get/set_multiple() callbacks

2018-07-18 Thread Janusz Krzysztofik
This should make applications utilizing whole banks work faster. Signed-off-by: Janusz Krzysztofik --- drivers/gpio/gpio-omap.c | 88 ++-- 1 file changed, 86 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.