commit | 43699dea1ea21a0d5786317a794cb2ba27a6f4fe | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Thu Dec 15 16:57:17 2011 -0700 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jan 03 09:10:07 2012 +0100 |
tree | 6a1f26cce9cfe04ac93cd62005c14759722ffb74 | |
parent | 63fd5984a9b2214cba7dd7dd7b5a75cf40dde39f [diff] |
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>