mbox

[GIT,PULL] GPIO fixes for v4.9

Message ID CACRpkdb3oGFGq4xZentTvdS6BjP5CKBdJ7wQpZ4m+uE2nggnnQ@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 Nov. 4, 2016, 1 p.m. UTC
Hi Linus,

here is a bunch of GPIO fixes for the v4.9 series.

The most prominent thing is the largeish file descriptor leak fix,
and the regression fix for multiple-instance chips is pretty important
too.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:

  Linux 4.9-rc3 (2016-10-29 13:52:02 -0700)

are available in the git repository at:

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

for you to fetch changes up to 812d47889a8e418d7bea9bec383581a34c19183e:

  gpio/mvebu: Use irq_domain_add_linear (2016-11-01 19:31:49 +0100)

----------------------------------------------------------------
Some GPIO fixes for the v4.9 series:

- Fix a nasty file descriptor leak when getting line handles.

- A fix for a cleanup that seemed innocent but created a problem
  for drivers instantiating several gpiochips for one single
  OF node.

- Fix a unpredictable problem using irq_domain_simple() in the
  mvebu driver by converting it to a lineas irqdomain.

----------------------------------------------------------------
Jason Gunthorpe (1):
      gpio/mvebu: Use irq_domain_add_linear

Lars-Peter Clausen (1):
      gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leak

Masahiro Yamada (1):
      gpio: of: fix GPIO drivers with multiple gpio_chip for a single node

 drivers/gpio/gpio-mvebu.c | 92 ++++++++++++++++++++++-------------------------
 drivers/gpio/gpiolib-of.c | 14 +++++---
 drivers/gpio/gpiolib.c    | 57 ++++++++++++++++++++++-------
 3 files changed, 97 insertions(+), 66 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html