Merge branch 'spear/pinctrl' into next/pinctrl
authorArnd Bergmann <arnd@arndb.de>
Sat, 12 May 2012 21:22:36 +0000 (23:22 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 12 May 2012 21:22:36 +0000 (23:22 +0200)
commit7afeca1a30360c7b5cee94fc7ff8f350d582282a
treea5f19ff1ffef8000a128ac9b0b343ced451bb203
parent4a0dfe69fe489b06ae5bad26ae67ae8aefaca3aa
parent366695ff706669d40459174b1cbb78fca42f4e06
Merge branch 'spear/pinctrl' into next/pinctrl

* spear/pinctrl:
  pinctrl: (cosmetic) fix two entries in DocBook comments
  pinctrl: add more info to error msgs in pin_request
  CLKDEV: provide helpers for common clock framework
  pinctrl: add pinctrl-mxs support
  pinctrl: pinctrl-imx: add imx6q pinctrl driver
  pinctrl: pinctrl-imx: add imx pinctrl core driver
  dt: add of_get_child_count helper function
  pinctrl: support gpio request deferred probing
  pinctrl: add pinctrl_provide_dummies interface for platforms to use
  pinctrl: enhance reporting of errors when loading from DT
  pinctrl: add kerneldoc for pinctrl_ops device tree functions
  pinctrl: propagate map validation errors
  pinctrl: fix dangling comment
  pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_setting
  ARM: 7392/1: CLKDEV: Optimize clk_find()
  ARM: 7376/1: clkdev: Implement managed clk_get()

This just adds more dependencies that are required in order not to
break the spear pinctrl support.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>