pinctrl: tegra: consistency cleanup
commit93cfb2d86285a7aa9a9ca47bff44d3035005cb8c
authorStephen Warren <swarren@nvidia.com>
Fri, 7 Mar 2014 19:22:17 +0000 (7 12:22 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 12 Mar 2014 14:27:33 +0000 (12 15:27 +0100)
treebb2d00c6907066fcbacf394f2ca96e90538280a5
parentce4362546612c00a059c255f5c55373d6ee1022a
pinctrl: tegra: consistency cleanup

Fix Tegra30/114/124 pinmux drivers consistency issues.
* Sort all lists of the same object type (e.g. #defines for pins, and
  the array that defines their names) in the same order.
* Whitespace fixes.
* Consistency in layout between the 3 drivers.

These driver files were also auto-generated, which should allow us to
make e.g. the U-Boot drivers completely consistent with the kernel in
the future:-)

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-tegra114.c
drivers/pinctrl/pinctrl-tegra124.c
drivers/pinctrl/pinctrl-tegra30.c