Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1439331 > unrolled thread

[GIT PULL] final GPIO fixes for v4.7

Started byLinus Walleij <linus.walleij@linaro.org>
First post2016-07-08 13:40 +0200
Last post2016-07-08 13:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] final GPIO fixes for v4.7 Linus Walleij <linus.walleij@linaro.org> - 2016-07-08 13:40 +0200

#1439331 — [GIT PULL] final GPIO fixes for v4.7

FromLinus Walleij <linus.walleij@linaro.org>
Date2016-07-08 13:40 +0200
Subject[GIT PULL] final GPIO fixes for v4.7
Message-ID<rSCiu-49I-23@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web