Hi Linus,

here is a first round of post-mergewindow fixes for the pinctrl subsystem,
described in the tag.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-fixes-v3.7-rc2

for you to fetch changes up to 51f58c68a364363b29c07668c90af19c9b8a8c85:

  pinctrl/nomadik: always use the simple irqdomain (2012-10-15 09:09:27 +0200)

----------------------------------------------------------------
A number of pinctrl fixes for the v3.7 series:
- duplicate includes, section markup, code mishaps
- erroneous return value in errorpath on the bcm2835 driver
- remove an unused sirf function that was causing build errors
- multiple-platform compilation stubs and a missed code review
  comment fixup on the nomadik pin controller

----------------------------------------------------------------
Arnd Bergmann (2):
      pinctrl: samsung: use __devinit section for init code
      pinctrl: sirf: remove sirfsoc_gpio_set_pull function

Linus Walleij (2):
      pinctrl/nomadik: provide stubs for legacy Nomadik
      pinctrl/nomadik: always use the simple irqdomain

Tobias Klauser (1):
      pinctrl: bcm2835: Use existing pointer to struct device

Wei Yongjun (3):
      pinctrl: remove duplicated include from pinctrl-bcm2835.c
      pinctrl: fix return value in bcm2835_pinctrl_probe()
      pinctrl: remove duplicated include from pinctrl-xway.c

 arch/arm/mach-prima2/include/mach/gpio.h | 13 ------------
 drivers/pinctrl/pinctrl-bcm2835.c        |  5 ++---
 drivers/pinctrl/pinctrl-nomadik.c        | 26 +++++++++++++++---------
 drivers/pinctrl/pinctrl-samsung.c        | 10 ++++-----
 drivers/pinctrl/pinctrl-sirf.c           | 35 --------------------------------
 drivers/pinctrl/pinctrl-xway.c           |  2 --
 6 files changed, 23 insertions(+), 68 deletions(-)
 delete mode 100644 arch/arm/mach-prima2/include/mach/gpio.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to