Hi Linus, there is a high bug-spot activity in GPIO this merge window, much due to Johan Hovolds spearheading into actually exercising the removal path for GPIO chips, something that was never really exercised before. The other two fixes are augmenting erroneous behaviours in two specific drivers for minor systems. I know it's late, but please pull this in for v3.19. Yours, Linus Walleij The following changes since commit 26bc420b59a38e4e6685a73345a0def461136dce: Linux 3.19-rc6 (2015-01-25 20:04:41 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v3.19-5 for you to fetch changes up to 49d2ca84e433dab854c7a866bc6add09cfab682d: gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low (2015-01-30 10:29:33 +0100) ---------------------------------------------------------------- Yet more GPIO fixes for the v3.19 series: - Two fixes stabilizing that which was never stable before: removal of GPIO chips, now let's stop leaking memory. - Make sure OMAP IRQs are usable when the irqchip API is used orthogonally to the gpiochip API. - Provide a default GPIO base for the mcp23s08 driver. ---------------------------------------------------------------- Johan Hovold (2): gpio: sysfs: fix memory leak in gpiod_export_link gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low Sonic Zhang (1): gpio: mcp23s08: handle default gpio base Tony Lindgren (1): gpio: omap: Fix bad device access with setup_irq() drivers/gpio/gpio-mcp23s08.c | 17 ++++++++++------- drivers/gpio/gpio-omap.c | 39 +++++++++++++++++++++++++++++++++------ drivers/gpio/gpiolib-sysfs.c | 3 ++- 3 files changed, 45 insertions(+), 14 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