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


Groups > linux.kernel > #1480288 > unrolled thread

[GIT PULL] GPIO fixes for v4.8 take 3

Started byLinus Walleij <linus.walleij@linaro.org>
First post2016-09-09 21:50 +0200
Last post2016-09-09 21:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] GPIO fixes for v4.8 take 3 Linus Walleij <linus.walleij@linaro.org> - 2016-09-09 21:50 +0200

#1480288 — [GIT PULL] GPIO fixes for v4.8 take 3

FromLinus Walleij <linus.walleij@linaro.org>
Date2016-09-09 21:50 +0200
Subject[GIT PULL] GPIO fixes for v4.8 take 3
Message-ID<sfzYd-74I-9@gated-at.bofh.it>
Hi Linus,

Some GPIO fixes that have been boiling the last two weeks or
so. Nothing special, I'm trying to sort out some Kconfig business
and Russell needs a fix in for -his SA1100 rework.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit c6935931c1894ff857616ff8549b61236a19148f:

  Linux 4.8-rc5 (2016-09-04 14:31:46 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v4.8-3

for you to fetch changes up to 56beac95cb88c188d2a885825a5da131edb41fe3:

  gpio: sa1100: fix irq probing for ucb1x00 (2016-09-08 00:42:57 +0200)

----------------------------------------------------------------
GPIO fixes for v4.8:

- Revert a pointless attempt to add an include to solve the UM
  allyes compilation problem.
- Make the mcp23s08 depend on OF_GPIO as it uses it and doesn't
  compile properly without it.
- Fix a probing problem for ucb1x00.

----------------------------------------------------------------
Linus Walleij (2):
      Revert "gpio: include <linux/io-mapping.h> in gpiolib-of"
      gpio: mcp23s08: make driver depend on OF_GPIO

Russell King (1):
      gpio: sa1100: fix irq probing for ucb1x00

 drivers/gpio/Kconfig         | 1 +
 drivers/gpio/gpio-mcp23s08.c | 2 +-
 drivers/gpio/gpio-sa1100.c   | 2 +-
 drivers/gpio/gpiolib-of.c    | 1 -
 4 files changed, 3 insertions(+), 3 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web