commit | 6d4ca1fb467932773da7b808c52f3d7ef4461ba0 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Apr 16 10:51:00 2012 -0600 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Apr 18 13:53:13 2012 +0200 |
tree | 6e2055564dc75b2c44a3a41daf6ebfcfce326617 | |
parent | 2aeefe0233174015aef19dc06aac02a1119a44be [diff] |
pinctrl: implement devm_pinctrl_get()/put() These functions allow the driver core to automatically clean up any allocations made by drivers, thus leading to simplified drivers. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>