commit | 3b2f9412962d2baaa8bf8297103c2ae46b6f929d | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Aug 28 14:38:18 2012 -0700 |
committer | Stephen Warren <swarren@nvidia.com> | Fri Sep 14 11:35:37 2012 -0600 |
tree | fe535aa4462394a62ead20b6d2c85b274ae0283e | |
parent | f75b236d66f0113db99ed52447d6bc9376a8c2df [diff] |
pinctrl: tegra: move pinconf-tegra.h content into drivers/pinctrl Now that Tegra's pinmux is configured solely from device tree, there's no need for the pinconf types to be defined in arch/arm/mach-tegra/. Move it into the pinctrl directory to clean up mach-tegra, as a pre- requisite for single-zImage. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>