While cleaning up Intel pin control drivers I have noticed that one helper macro can be used widely in GPIO and pin control subsystems. Here we are. Intel stuff is deliberately excluded, so, this can be applied to the GPIO subsystem into immutable branch that will be propagated to pin control subsystem and TWIMC parties, such as Intel pin control drivers. Andy Shevchenko (5): gpiolib: Introduce for_each_requested_gpio_in_range() macro ARM/orion/gpio: Make use of for_each_requested_gpio() gpio: mvebu: Make use of for_each_requested_gpio() gpio: xra1403: Make use of for_each_requested_gpio() pinctrl: at91: Make use of for_each_requested_gpio() arch/arm/plat-orion/gpio.c | 8 ++------ drivers/gpio/gpio-mvebu.c | 8 ++------ drivers/gpio/gpio-xra1403.c | 8 ++------ drivers/pinctrl/pinctrl-at91.c | 7 ++----- include/linux/gpio/driver.h | 16 ++++++++++++++++ 5 files changed, 24 insertions(+), 23 deletions(-) -- 2.27.0.rc2