Re: [PATCH 3/5] gpio: gpio-mm: Add set_multiple callback function support

2017-01-26 Thread Linus Walleij
On Thu, Jan 19, 2017 at 4:05 PM, William Breathitt Gray wrote: > The Diamond Systems GPIO-MM series provides registers where 8 lines of > GPIO may be set at a time. This patch add support for the set_multiple > callback function, thus allowing multiple GPIO output lines

Re: [PATCH 3/5] gpio: gpio-mm: Add set_multiple callback function support

2017-01-26 Thread Linus Walleij
On Thu, Jan 19, 2017 at 4:05 PM, William Breathitt Gray wrote: > The Diamond Systems GPIO-MM series provides registers where 8 lines of > GPIO may be set at a time. This patch add support for the set_multiple > callback function, thus allowing multiple GPIO output lines to be set > more

[PATCH 3/5] gpio: gpio-mm: Add set_multiple callback function support

2017-01-19 Thread William Breathitt Gray
The Diamond Systems GPIO-MM series provides registers where 8 lines of GPIO may be set at a time. This patch add support for the set_multiple callback function, thus allowing multiple GPIO output lines to be set more efficiently in groups. Signed-off-by: William Breathitt Gray

[PATCH 3/5] gpio: gpio-mm: Add set_multiple callback function support

2017-01-19 Thread William Breathitt Gray
The Diamond Systems GPIO-MM series provides registers where 8 lines of GPIO may be set at a time. This patch add support for the set_multiple callback function, thus allowing multiple GPIO output lines to be set more efficiently in groups. Signed-off-by: William Breathitt Gray ---