[GIT PULL] Late GPIO fixes for the v4.6 cycle

From: Linus Walleij
Date: Mon May 02 2016 - 04:02:21 EST


Hi Linus,

here are some late but important fixes for the v4.6 kernel
series. ACPI and RCAR, so two driver fixes (PM related)
and a self-evident string lookup fix for ACPI GPIOs.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit bf16200689118d19de1b8d2a3c314fc21f5dc7bb:

Linux 4.6-rc3 (2016-04-10 17:58:30 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v4.6-4

for you to fetch changes up to 7df89e92a56a3d2c8f84aa76c61471e4a7bc24f9:

gpiolib-acpi: Duplicate con_id string when adding it to the crs
lookup list (2016-04-30 13:51:59 +0200)

----------------------------------------------------------------
Late GPIO fixes for the v4.6 series:
- A serious ACPI fix targeted for stable: lookup strings
were being free:ed.
- Revert two patches from the RCAR driver.

----------------------------------------------------------------
Linus Walleij (2):
Revert "gpio: rcar: Add Runtime PM handling for interrupts"
Revert "gpio: rcar: Fine-grained Runtime PM support"

Ville SyrjÃlà (1):
gpiolib-acpi: Duplicate con_id string when adding it to the crs
lookup list

drivers/gpio/gpio-rcar.c | 65 +++++----------------------------------------
drivers/gpio/gpiolib-acpi.c | 2 +-
2 files changed, 7 insertions(+), 60 deletions(-)