Re: [PATCH v2 6/8] gpio: 104-idi-48: Implement get_multiple callback

2018-03-17 Thread kbuild test robot
Hi William, I love your patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [also build test ERROR on next-20180316] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/William-Bre

[PATCH v2 6/8] gpio: 104-idi-48: Implement get_multiple callback

2018-03-15 Thread William Breathitt Gray
The ACCES I/O 104-IDI-48 series of devices provides 48 optically-isolated inputs accessed via six 8-bit ports. Since eight input lines are acquired on a single port input read, the 104-IDI-48 GPIO driver may improve multiple input reads by utilizing a get_multiple callback. This patch implements th