uboot/arch/arm/cpu/tegra20-common
Stephen Warren dfb42fc95d ARM: tegra: pinmux naming consistency fixes
Clean up the naming of pinmux-related objects:
* Refer to drive groups rather than pad groups to match the Linux kernel.
* Ensure all pinmux API types are prefixed with pmux_, values (defines)
  are prefixed with PMUX_, and functions prefixed with pinmux_.
* Modify a few type names to make their content clearer.
* Minimal changes to SoC-specific .h/.c files are made so the code still
  compiles. A separate per-SoC change will be made immediately following,
  in order to keep individual patch size down.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2014-04-17 08:41:05 -07:00
..
Makefile tegra: fix Makefile to pass per-file CFLAGS 2014-03-31 11:33:28 -04:00
clock.c ARM: tegra: use MASK_BITS_* macros everywhere 2014-02-03 09:46:45 -07:00
crypto.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
crypto.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
emc.c ARM: tegra: use apb_misc.h in more places 2014-04-17 08:41:05 -07:00
funcmux.c ARM: tegra: pinmux naming consistency fixes 2014-04-17 08:41:05 -07:00
pinmux.c ARM: tegra: pinmux naming consistency fixes 2014-04-17 08:41:05 -07:00
pmu.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
warmboot.c ARM: tegra: use apb_misc.h in more places 2014-04-17 08:41:05 -07:00
warmboot_avp.c ARM: tegra: use apb_misc.h in more places 2014-04-17 08:41:05 -07:00
warmboot_avp.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00