All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Grant Likely <grant.likely@secretlab.ca>,
	Shawn Guo <shawn.guo@linaro.org>, Daniel Mack <zonque@gmail.com>,
	Axel Lin <axel.lin@gmail.com>, Alan Cox <alan@linux.intel.com>,
	Sean Paul <seanpaul@chromium.org>,
	Julia Lawall <Julia.Lawall@lip6.fr>
Subject: [GIT PULL] gpio fixes for v3.6-rc1
Date: Fri, 10 Aug 2012 08:47:30 +0200	[thread overview]
Message-ID: <CACRpkdaixT=Zn69x9_b9G2nQFm4cu2S5Uo23ww909MJFH2yWwQ@mail.gmail.com> (raw)

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

             reply	other threads:[~2012-08-10  6:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-10  6:47 Linus Walleij [this message]
2012-08-13 14:36 ` [GIT PULL] gpio fixes for v3.6-rc1 Arnd Bergmann
2012-08-14 12:38   ` Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACRpkdaixT=Zn69x9_b9G2nQFm4cu2S5Uo23ww909MJFH2yWwQ@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --cc=Julia.Lawall@lip6.fr \
    --cc=alan@linux.intel.com \
    --cc=axel.lin@gmail.com \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=seanpaul@chromium.org \
    --cc=shawn.guo@linaro.org \
    --cc=torvalds@linux-foundation.org \
    --cc=zonque@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.