pinctrl: pass name instead of device to pin_config_*
commit43699dea1ea21a0d5786317a794cb2ba27a6f4fe
authorStephen Warren <swarren@nvidia.com>
Thu, 15 Dec 2011 23:57:17 +0000 (15 16:57 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 3 Jan 2012 08:10:07 +0000 (3 09:10 +0100)
tree6a1f26cce9cfe04ac93cd62005c14759722ffb74
parent63fd5984a9b2214cba7dd7dd7b5a75cf40dde39f
pinctrl: pass name instead of device to pin_config_*

Obtaining a "struct pinctrl_dev *" is difficult for code not directly
related to the pinctrl subsystem. However, the device name of the pinctrl
device is fairly well known. So, modify pin_config_*() to take the device
name instead of the "struct pinctrl_dev *".

Signed-off-by: Stephen Warren <swarren@nvidia.com>
[rebased on top of refactoring code]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/pinctrl.txt
drivers/pinctrl/pinconf.c
include/linux/pinctrl/pinconf.h