mbox

[GIT,PULL] GPIO fixes for the v3.17 series

Message ID CACRpkdY+QryWtpvAWFF_0Ev0rgiJvhOvwkZexsnp5wPY4y0jow@mail.gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git

Message

Linus Walleij Sept. 25, 2014, 7:13 a.m. UTC
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/