u-boot-brain/arch/arm/cpu/tegra20-common
Stephen Warren 19ed7b4ecf ARM: tegra: use apb_misc.h in more places
Tegra's "APB misc" register region contains various miscellaneous
registers and the Tegra pinmux registers. Some code that touches the
misc registers currently uses struct pmux_tri_ctlr, which is intended to
be a definition of pinmux registers, rather than struct apb_misc_pp_ctrl,
which is intended to be a definition of the miscellaneous registers.
Convert all such code to use struct apb_misc_pp_ctrl, since struct
pmux_tri_ctlr goes away in the next patch.

This requires adding a missing field definition to struct
apb_misc_pp_ctrl, and moving the header into a more common location.

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
..
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 Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Makefile tegra: fix Makefile to pass per-file CFLAGS 2014-03-31 11:33:28 -04:00
pinmux.c ARM: tegra: pinctrl: make pmux_func values consistent on Tegra20 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_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
warmboot.c ARM: tegra: use apb_misc.h in more places 2014-04-17 08:41:05 -07:00