mbox

[GIT,PULL] GPIO fixes for v4.2 take one

Message ID CACRpkdZgxk6+c8PM+vbNUf+1v9nUsxLcAQF9c4HxFOfoKVRs-Q@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 July 17, 2015, 12:53 p.m. UTC
Hi Linus,

here are a bunch of GPIO fixes for the v4.2 series, all
hitting individual drivers except for an documentation oneliner.
I intended to send a request earlier but life intervened.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

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

for you to fetch changes up to fdd50409c8b9ce4cdd757ce10bf2e39e9c172de6:

  gpio: pca953x: fix nested irqs rescheduling (2015-07-16 14:40:08 +0200)

----------------------------------------------------------------
This is a first set of GPIO fixes for the v4.2 series, all
hitting individual drivers and nothing else.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      gpio: Remove double "base" in comment

Gregory Fong (1):
      gpio: brcmstb: fix null ptr dereference in driver remove

Grygorii Strashko (3):
      gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_type
      gpio: omap: prevent module from being unloaded while in use
      gpio: pca953x: fix nested irqs rescheduling

Marek Vasut (1):
      gpio: max732x: Add missing dev reference to gpiochip

Michal Simek (1):
      gpio: zynq: Fix problem with unbalanced pm_runtime_enable

Raphaƫl Teysseyre (1):
      gpio/xilinx: Use correct address when setting initial values.

 drivers/gpio/gpio-brcmstb.c | 14 +++++++++++---
 drivers/gpio/gpio-max732x.c |  1 +
 drivers/gpio/gpio-omap.c    |  5 ++++-
 drivers/gpio/gpio-pca953x.c |  4 ++++
 drivers/gpio/gpio-xilinx.c  |  4 ++--
 drivers/gpio/gpio-zynq.c    |  1 +
 include/linux/gpio/driver.h |  2 +-
 7 files changed, 24 insertions(+), 7 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