Most of the ISA_BUS_API drivers control GPIO via 8-bit ioport registers. Since updating any given GPIO line involves writing out all 8 bits for the respective register, it makes sense to add support for the GPIO set_multiple callback function so that multiple GPIO lines may be set more efficiently. This patchset adds such support in each respective driver. William Breathitt Gray (5): gpio: 104-dio-48e: Add set_multiple callback function support gpio: 104-idio-16: Add set_multiple callback function support gpio: gpio-mm: Add set_multiple callback function support gpio: ws16c48: Add set_multiple callback function support iio: stx104: Add GPIO set_multiple callback function support drivers/gpio/gpio-104-dio-48e.c | 39 +++++++++++++++++++++++++++++++++++++++ drivers/gpio/gpio-104-idio-16.c | 20 ++++++++++++++++++++ drivers/gpio/gpio-gpio-mm.c | 39 +++++++++++++++++++++++++++++++++++++++ drivers/gpio/gpio-ws16c48.c | 41 +++++++++++++++++++++++++++++++++++++++++ drivers/iio/adc/stx104.c | 23 +++++++++++++++++++++++ 5 files changed, 162 insertions(+) -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html