[GIT PULL] final GPIO fixes for v4.7

From: Linus Walleij
Date: Fri Jul 08 2016 - 07:35:46 EST


Hi Linus,

I don't like to toss in last minute patches, but these are all for
things that are broken, and have bitten people for real. Two of
them go into stable. Maybe all of them if the compile test problem
is a pain in the ass also for stable folks.

Please pull it in!

Yours,
Linus Walleij


The following changes since commit a99cde438de0c4c0cecc1d1af1a55a75b10bfdef:

Linux 4.7-rc6 (2016-07-03 23:01:00 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v4.7-5

for you to fetch changes up to 92c74bceb0dd4b74a6c0b56c2f9a5c93a0860808:

Revert "gpio: gpiolib-of: Allow compile testing" (2016-07-05 19:03:04 +0200)

----------------------------------------------------------------
Final (hopefully) GPIO fixes for v4.7:
- Fix an oops on the Asus Eee PC 1201
- Revert a patch trying to split GPIO parsing and GPIO configuration
- Revert a too liberal compile testing thing

----------------------------------------------------------------
Colin Pitrat (1):
gpio: sch: Fix Oops on module load on Asus Eee PC 1201

Johan Hovold (1):
Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"

Linus Walleij (1):
Revert "gpio: gpiolib-of: Allow compile testing"

drivers/gpio/Kconfig | 2 +-
drivers/gpio/gpio-sch.c | 21 +++++++++--------
drivers/gpio/gpiolib-legacy.c | 8 +++----
drivers/gpio/gpiolib.c | 52 +++++++++++++------------------------------
4 files changed, 31 insertions(+), 52 deletions(-)