By some reason fwnode_get_named_gpiod() doesn't take flags as argument and each caller has to cope with it. Unify API here. Do couple obvious clean ups beforehand. Since v1: - append Mika's tags Andy Shevchenko (3): gpiolib: Switch to for_each_set_bit() gpiolib: Update documentation of struct acpi_gpio_info gpiolib: Convert fwnode_get_named_gpiod() to configure GPIO drivers/gpio/devres.c | 9 ++++++-- drivers/gpio/gpiolib-acpi.c | 5 ++-- drivers/gpio/gpiolib.c | 38 ++++++++++++++++++------------- drivers/gpio/gpiolib.h | 3 ++- drivers/input/keyboard/gpio_keys.c | 9 +------- drivers/input/keyboard/gpio_keys_polled.c | 11 ++------- drivers/leds/leds-gpio.c | 2 +- drivers/video/fbdev/amba-clcd-nomadik.c | 15 ++++-------- include/linux/gpio/consumer.h | 19 +++++++++++----- 9 files changed, 55 insertions(+), 56 deletions(-) -- 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