Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/gpio/gpio-pl061.c: In function 'pl061_irq_set_wake': drivers/gpio/gpio-pl061.c:280:28: error: 'struct gpio_chip' has no member named 'irq_parent' return irq_set_irq_wake(gc->irq_parent, state); ^ drivers/gpio/gpio-pl061.c:281:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ Caused by commit d245b3f9bd36 ("gpio: simplify adding threaded interrupts") I have used the pinctrl tree from next-20161202 for today. -- Cheers, Stephen Rothwell -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html