All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] gpio fixes for v3.7
@ 2012-11-17 22:29 Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2012-11-17 22:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Grant Likely

Hi Linus,

hopefully these are the last few GPIO fixes for this merge window.
Info is in the tag as usual.

Please pull them in.

Yours,
Linus Walleij


The following changes since commit 77b67063bb6bce6d475e910d3b886a606d0d91f7:

  Linux 3.7-rc5 (2012-11-11 13:44:33 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-fixes-for-v3.7

for you to fetch changes up to cbf24fad8e6e97b7cd7dd1099f5b801689dc234a:

  gpio-mcp23s08: Build I2C support even when CONFIG_I2C=m (2012-11-17
22:22:24 +0100)

----------------------------------------------------------------
Last minute GPIO fixes for the v3.7 series:
- Disable blinking on the Orion GPIO driver
- Two Kconfig-style fixes to avoid broken builds

----------------------------------------------------------------
Daniel M. Weeks (1):
      gpio-mcp23s08: Build I2C support even when CONFIG_I2C=m

Jamie Lentin (1):
      mvebu-gpio: Disable blinking when enabling a GPIO for output

Thierry Reding (1):
      gpio: adnp: Depend on OF_GPIO instead of OF

 drivers/gpio/Kconfig         |  2 +-
 drivers/gpio/gpio-mcp23s08.c |  6 +++---
 drivers/gpio/gpio-mvebu.c    | 23 +++++++++++++++++++++++
 3 files changed, 27 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] GPIO fixes for v3.7
@ 2012-10-30 22:49 Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2012-10-30 22:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Grant Likely, Andrew Lunn, Dan Carpenter,
	Jon Hunter, Mathias Nyman, Roland Stigge, Thomas Petazzoni

Hi Linus,

here is a set of GPIO fixes accumulated since -rc1 that have been
trickling in. Condensed description of the contents is in the tag.

Please pull them in!

Yours,
Linus Walleij


The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-fixes-v3.7-rc4

for you to fetch changes up to 8fcff5f13773aa3898df1d13a1615d468079cb15:

  GPIO: mvebu-gpio: Don't initialize the mask_cache (2012-10-30 22:34:20 +0100)

----------------------------------------------------------------
Some GPIO fixes for the v3.7 series since -rc1:
- Fix a potential bit wrap issue in the Timberdale driver
- Fix up the buffer allocation size in the 74x164 driver
- Set the value in direction_output() right in the mvebu driver
- Return proper error codes for invalid GPIOs
- Fix an off-mode bug for the OMAP
- Don't initialized the mask_cach on the mvebu driver

----------------------------------------------------------------
Andrew Lunn (1):
      GPIO: mvebu-gpio: Don't initialize the mask_cache

Dan Carpenter (1):
      gpio-timberdale: fix a potential wrapping issue

Jon Hunter (1):
      gpio/omap: fix off-mode bug: clear debounce settings on free/reset

Mathias Nyman (1):
      gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpios

Roland Stigge (1):
      gpio-74x164: Fix buffer allocation size

Thomas Petazzoni (1):
      gpio: mvebu: correctly set the value in direction_output()

 drivers/gpio/gpio-74x164.c     |  2 +-
 drivers/gpio/gpio-mvebu.c      |  4 +++-
 drivers/gpio/gpio-omap.c       | 35 +++++++++++++++++++++++++++++++++++
 drivers/gpio/gpio-timberdale.c |  4 ++--
 drivers/gpio/gpiolib.c         | 10 +++++++---
 5 files changed, 48 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-17 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-17 22:29 [GIT PULL] gpio fixes for v3.7 Linus Walleij
  -- strict thread matches above, loose matches on Subject: below --
2012-10-30 22:49 [GIT PULL] GPIO " Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.