linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] gpio fixes for v3.6
@ 2012-09-05  5:42 Linus Walleij
  0 siblings, 0 replies; only message in thread
From: Linus Walleij @ 2012-09-05  5:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Grant Likely, Axel Lin, Thierry Reding

Hi Linus,

these are some smallish GPIO regression fixes for the v3.6 series,
should be no big deal, please pull them in! Details in the tag.

Yours,
Linus Walleij


The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92:

  Linux 3.6-rc2 (2012-08-16 14:51:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-fixes-for-v3.6

for you to fetch changes up to 1146f8822ae6601e24f9072d6cd74f76506142cd:

  gpio: rdc321x: Prevent removal of modules exporting active GPIOs
(2012-09-01 12:52:24 +0200)

----------------------------------------------------------------
These are some GPIO regression fixes for v3.6:
- Erroneous debug message from of_get_named_gpio_flags()
- Make sure the MC9S08DZ60 GPIO driver depend on I2C being
  compiled in (not module) or allmodconfig breaks.
- Check return value from irq_alloc_descs() in the Emma
  Mobile GPIO driver.
- Assign the owner field for the rdc321x driver so the
  module won't be removed if it has active GPIOs.

----------------------------------------------------------------
Axel Lin (3):
      gpio: mc9s08dz60: Fix build error if I2C=m
      gpio: em: Fix checking return value of irq_alloc_descs
      gpio: rdc321x: Prevent removal of modules exporting active GPIOs

Thierry Reding (1):
      gpio: Fix debug message in of_get_named_gpio_flags()

 drivers/gpio/Kconfig        | 2 +-
 drivers/gpio/gpio-em.c      | 4 ++--
 drivers/gpio/gpio-rdc321x.c | 1 +
 drivers/gpio/gpiolib-of.c   | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-05  5:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05  5:42 [GIT PULL] gpio fixes for v3.6 Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).