diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-03-07 12:22:16 -0700 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-03-12 15:23:41 +0100 |
commit | ce4362546612c00a059c255f5c55373d6ee1022a (patch) | |
tree | 88d22d243ae5e6b467caaeb7ab07af6f20f57632 /mm | |
parent | edfab368c8087ae574d6fa49fdc85068a116b79b (diff) | |
download | op-kernel-dev-ce4362546612c00a059c255f5c55373d6ee1022a.zip op-kernel-dev-ce4362546612c00a059c255f5c55373d6ee1022a.tar.gz |
pinctrl: tegra: dynamically calculate function list of groups
The per-SoC data structures for Tegra pinctrl stored some information
in a redundant way. Specifically, the list of groups that each function
could be muxed onto was stored once explicitly, and also as part of the
definition of each group. Eliminate this redundancy, and calculate each
function's list of valid groups at pinctrl probe time. This removes
thousands of lines of code from the pinctrl driver and ~16K from the
vmlinux binary size, and adds only about 500uS to the boot process (on
Tegra30; newer SoCs will likely be faster still).
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions