From 93cfb2d86285a7aa9a9ca47bff44d3035005cb8c Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Fri, 7 Mar 2014 12:22:17 -0700 Subject: [PATCH] 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 Signed-off-by: Linus Walleij --- Reading git-format-patch failed