Hi all, After merging the gpio tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: drivers/gpio/gpiolib.c: In function 'gpiochip_generic_request': drivers/gpio/gpiolib.c:2756:32: error: 'struct gpio_device' has no member named 'pin_ranges' 2756 | if (!list_empty(&chip->gpiodev->pin_ranges)) | ^~ Caused by commit 2ab73c6d8323 ("gpio: Support GPIO controllers without pin-ranges") # CONFIG_PINCTRL is not set I have reverted that commit for today. -- Cheers, Stephen Rothwell