[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CACRpkdYjMdHxFyZNRFxvHiuR_Sdkk3R6obO_0WoNCo0Z0973SA@mail.gmail.com>
Date: Wed, 5 Sep 2012 07:42:48 +0200
From: Linus Walleij <linus.walleij@...aro.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Grant Likely <grant.likely@...retlab.ca>,
Axel Lin <axel.lin@...il.com>,
Thierry Reding <thierry.reding@...onic-design.de>
Subject: [GIT PULL] gpio fixes for v3.6
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists