Re: [PATCH 1/2] gpio: pci-idio-16: Fix port memory offset for get_multiple callback

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

Re: [PATCH 1/2] gpio: pci-idio-16: Fix port memory offset for get_multiple callback

2018-04-26 Thread Linus Walleij
On Wed, Apr 18, 2018 at 2:53 PM, William Breathitt Gray wrote: > The ioread8 function expects a memory offset argument. This patch fixes > the ports array to provide the memory addresses of the respective device > I/O registers. > > Fixes: 810ebfc5efca ("gpio: pci-idio-16: Implement get_multiple

[PATCH 1/2] gpio: pci-idio-16: Fix port memory offset for get_multiple callback

2018-04-18 Thread William Breathitt Gray
The ioread8 function expects a memory offset argument. This patch fixes the ports array to provide the memory addresses of the respective device I/O registers. Fixes: 810ebfc5efca ("gpio: pci-idio-16: Implement get_multiple callback") Signed-off-by: William Breathitt Gray

[PATCH 1/2] gpio: pci-idio-16: Fix port memory offset for get_multiple callback

2018-04-18 Thread William Breathitt Gray
The ioread8 function expects a memory offset argument. This patch fixes the ports array to provide the memory addresses of the respective device I/O registers. Fixes: 810ebfc5efca ("gpio: pci-idio-16: Implement get_multiple callback") Signed-off-by: William Breathitt Gray ---