linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] GPIO fixes for the v3.17 series
@ 2014-08-24  7:20 Linus Walleij
  0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2014-08-24  7:20 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-gpio

Hi Linus,

here are some post-rc1 GPIO fixes I've collected, nothing
special apart from the Zynq fix which is for a new driver.
Please pull them in!

Yours,
Linus Walleij

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v3.17-2

for you to fetch changes up to 8117bd531501ec329e4c9ea96fb7f9d5504c82f5:

  gpio-lynxpoint: enable input sensing in resume (2014-08-21 07:44:57 -0500)

----------------------------------------------------------------
Fixes for the v3.17 series:

- A largeish fix for the IRQ handling in the new Zynq driver.
  The quite verbose commit message gives the exact details.
- Move some defines for gpiod flags outside an ifdef to make
  stub functions work again.
- Various minor fixes that we can accept for -rc1.

----------------------------------------------------------------
Julia Lawall (2):
      gpiolib: devres: use correct structure type name in sizeof
      gpio: delete unneeded test before of_node_put

Lars-Peter Clausen (1):
      gpio: zynq: Fix IRQ handlers

Linus Walleij (1):
      gpio: move GPIOD flags outside #ifdef

Markus Mayer (1):
      MAINTAINERS: Change maintainer for gpio-bcm-kona.c

Mathias Nyman (1):
      gpio-lynxpoint: enable input sensing in resume

 MAINTAINERS                   |  2 +-
 drivers/gpio/devres.c         |  2 +-
 drivers/gpio/gpio-lynxpoint.c | 18 ++++++++++++++++++
 drivers/gpio/gpio-zynq.c      | 36 ++++++++++++++++++++++++++++--------
 drivers/gpio/gpiolib-of.c     |  4 +---
 include/linux/gpio/consumer.h |  4 ++--
 6 files changed, 51 insertions(+), 15 deletions(-)

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

* [GIT PULL] GPIO fixes for the v3.17 series
@ 2014-09-25  7:13 Linus Walleij
  0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2014-09-25  7:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-gpio, Adrian Hunter, Jarkko Nikula

Hi Linus,

here are two last minute GPIO fixes for the v3.17 series, as it happens
both also set to go into stable.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit 0f33be009b89d2268e94194dc4fd01a7851b6d51:

  Linux 3.17-rc6 (2014-09-21 15:43:02 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v3.17-4

for you to fetch changes up to 324b0398781e7afb846378dd2d8a4374faaf236b:

  gpio: Fix potential NULL handler data in chained irqchip handler
(2014-09-24 09:47:20 +0200)

----------------------------------------------------------------
Two GPIO fixes:
- GPIO direction flags where handled wrong in the new
  descriptor-based API, so direction changes did not always
  "take".
- Fix a handler installation race in the generic GPIO
  irqchip code.

----------------------------------------------------------------
Adrian Hunter (1):
      gpio: Fix gpio direction flags not getting set

Jarkko Nikula (1):
      gpio: Fix potential NULL handler data in chained irqchip handler

 drivers/gpio/gpiolib.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

* [GIT PULL] GPIO fixes for the v3.17 series
@ 2014-09-05  8:41 Linus Walleij
  0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2014-09-05  8:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-gpio, linux-kernel

Hi Linus,

again there are some GPIO fixes for v3.17. The details are in
the tag.

Please pull it in!


The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef:

  Linux 3.17-rc2 (2014-08-25 15:36:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v3.17-3

for you to fetch changes up to 0dbc8b7afef6e4fddcfebcbacbeb269a0a3b06d5:

  gpio: move varargs hack outside #ifdef GPIOLIB (2014-09-02 10:09:43 +0200)

----------------------------------------------------------------
GPIO fixes for the v3.17 series:

- Some documentation sync
- Resource leak in the bt8xx driver
- Again fix the way varargs are used to handle the
  optional flags on the gpiod_* accessors. Now hopefully
  nailed the entire problem.

----------------------------------------------------------------
Alexandre Courbot (1):
      Documentation: gpio: documentation for optional getters functions

Linus Walleij (1):
      gpio: move varargs hack outside #ifdef GPIOLIB

Michael Auchter (1):
      gpio: bt8xx: fix release of managed resources

 Documentation/gpio/consumer.txt |  24 ++++++++-
 drivers/gpio/gpio-bt8xx.c       |   3 --
 include/linux/gpio/consumer.h   | 105 +++++++++++++++++++++++-----------------
 3 files changed, 83 insertions(+), 49 deletions(-)

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

end of thread, other threads:[~2014-09-25  7:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-24  7:20 [GIT PULL] GPIO fixes for the v3.17 series Linus Walleij
2014-09-05  8:41 Linus Walleij
2014-09-25  7:13 Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).