Re: [PATCH 2/2] gpio: pcie-idio-24: Fix port memory offset for get_multiple/set_multiple callbacks

2018-04-26 Thread Linus Walleij
On Wed, Apr 18, 2018 at 2:53 PM, William Breathitt Gray wrote: > The ioread8/iowrite8 functions expect a memory offset argument. This > patch fixes the ports array to provide the memory addresses of the > respective device I/O registers. > > Fixes: ca37081595a2 ("gpio:

Re: [PATCH 2/2] gpio: pcie-idio-24: Fix port memory offset for get_multiple/set_multiple callbacks

2018-04-26 Thread Linus Walleij
On Wed, Apr 18, 2018 at 2:53 PM, William Breathitt Gray wrote: > The ioread8/iowrite8 functions expect a memory offset argument. This > patch fixes the ports array to provide the memory addresses of the > respective device I/O registers. > > Fixes: ca37081595a2 ("gpio: pcie-idio-24: Implement

[PATCH 2/2] gpio: pcie-idio-24: Fix port memory offset for get_multiple/set_multiple callbacks

2018-04-18 Thread William Breathitt Gray
The ioread8/iowrite8 functions expect a memory offset argument. This patch fixes the ports array to provide the memory addresses of the respective device I/O registers. Fixes: ca37081595a2 ("gpio: pcie-idio-24: Implement get_multiple/set_multiple callbacks") Signed-off-by: William Breathitt Gray

[PATCH 2/2] gpio: pcie-idio-24: Fix port memory offset for get_multiple/set_multiple callbacks

2018-04-18 Thread William Breathitt Gray
The ioread8/iowrite8 functions expect a memory offset argument. This patch fixes the ports array to provide the memory addresses of the respective device I/O registers. Fixes: ca37081595a2 ("gpio: pcie-idio-24: Implement get_multiple/set_multiple callbacks") Signed-off-by: William Breathitt Gray