Hi Linus, here is a bunch of GPIO fixes that I collected since -rc1, nothing controversial, nothing special. Some descriptions in the signed tag. Please pull them in! Yours, Linus Walleij The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v4.1-2 for you to fetch changes up to d2d05c65c40e067ca5898399069053f095c67d6f: gpio: omap: Fix regression for MPUIO interrupts (2015-05-06 15:19:38 +0200) ---------------------------------------------------------------- These are some GPIO fixes for the v4.1 series: - Fix a memory leak for GPIO hotplug. - Fix a signedness bug in the ACPI GPIO pin validation. - Driver fixes: Qualcomm SPMI and OMAP MPUIO IRQ issues. ---------------------------------------------------------------- Ivan T. Ivanov (2): pinctrl: qcom-spmi-gpio: Fix output type configuration pinctrl: qcom-spmi-gpio: Fix input value report Johan Hovold (1): gpio: sysfs: fix memory leaks and device hotplug Qipeng Zha (1): gpiolib: change gpio pin from unsigned to signed in acpi callback Tony Lindgren (1): gpio: omap: Fix regression for MPUIO interrupts drivers/gpio/gpio-omap.c | 48 ++++++-------------------------- drivers/gpio/gpiolib-acpi.c | 2 +- drivers/gpio/gpiolib-sysfs.c | 19 +++++++++++++ drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 13 +++++---- 4 files changed, 36 insertions(+), 46 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