Hi Linus, here are two last minute GPIO fixes for the v3.17 series, as it happens both also set to go into stable. Please pull them in! Yours, Linus Walleij The following changes since commit 0f33be009b89d2268e94194dc4fd01a7851b6d51: Linux 3.17-rc6 (2014-09-21 15:43:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v3.17-4 for you to fetch changes up to 324b0398781e7afb846378dd2d8a4374faaf236b: gpio: Fix potential NULL handler data in chained irqchip handler (2014-09-24 09:47:20 +0200) ---------------------------------------------------------------- Two GPIO fixes: - GPIO direction flags where handled wrong in the new descriptor-based API, so direction changes did not always "take". - Fix a handler installation race in the generic GPIO irqchip code. ---------------------------------------------------------------- Adrian Hunter (1): gpio: Fix gpio direction flags not getting set Jarkko Nikula (1): gpio: Fix potential NULL handler data in chained irqchip handler drivers/gpio/gpiolib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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