All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] gpio fixes for v3.6-rc1
@ 2012-08-10  6:47 Linus Walleij
  2012-08-13 14:36 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2012-08-10  6:47 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Grant Likely, Shawn Guo, Daniel Mack, Axel Lin,
	Alan Cox, Sean Paul, Julia Lawall

Hi Linus,

these are some accumulated GPIO fixes I've collected for the -rc1.
Description of fixes are in the tag below. All tested in linux-next.

Please pull them in!

The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:

  Linux 3.6-rc1 (2012-08-02 16:38:10 -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.6-rc1

for you to fetch changes up to d6a2b7ba67334a7e72cd153c142c449831557cb9:

  drivers/gpio/gpio-langwell.c: fix error return code (2012-08-07
08:55:52 +0200)

----------------------------------------------------------------
gpio fixes for v3.6-rc1
- Fix a resource leak in the SCH driver
- Fix the register address calculation in the MSIC driver
- Fix the PXA driver's devicetree functions
- Delete redundant shadow variable leftovers in the MXC driver
- Specify the GPIO base for the device tree probe in the MXC driver
- Add a modalias for the i.MX driver
- Fix off-by-one bug in the Samsung driver
- Fix erroneous errorpath in the Langwell driver

----------------------------------------------------------------
Alan Cox (1):
      gpio-sch: Fix leak of resource

Axel Lin (1):
      gpio: msic: Fix calculating register address in msic_gpio_to_oreg()

Daniel Mack (1):
      GPIO: gpio-pxa: fix devicetree functions

Julia Lawall (1):
      drivers/gpio/gpio-langwell.c: fix error return code

Sean Paul (1):
      gpio: samsung: Fix off-by-one bug in gpio addresses

Shawn Guo (3):
      gpio/mxc: remove redundant shadow variables initialization
      gpio/mxc: specify gpio base for device tree probe
      ARM: dts: imx: add alias for gpio

 arch/arm/boot/dts/imx27.dtsi |  6 ++++++
 arch/arm/boot/dts/imx51.dtsi |  4 ++++
 arch/arm/boot/dts/imx53.dtsi |  7 +++++++
 arch/arm/boot/dts/imx6q.dtsi |  7 +++++++
 drivers/gpio/gpio-langwell.c |  7 +++++--
 drivers/gpio/gpio-msic.c     |  2 +-
 drivers/gpio/gpio-mxc.c      |  5 ++---
 drivers/gpio/gpio-pxa.c      | 26 ++++++++++++++++++++++++++
 drivers/gpio/gpio-samsung.c  | 14 +++++++-------
 drivers/gpio/gpio-sch.c      |  3 ++-
 10 files changed, 67 insertions(+), 14 deletions(-)

Yours,
Linus Walleij

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

end of thread, other threads:[~2012-08-14 12:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-10  6:47 [GIT PULL] gpio fixes for v3.6-rc1 Linus Walleij
2012-08-13 14:36 ` Arnd Bergmann
2012-08-14 12:38   ` 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.