u-boot-brain/arch/arm/mach-tegra
Stephen Warren 9f21c1a378 ARM: tegra: pinmux: add note re: drive group field defines
Tegra's drive group registers have a remarkably inconsistent layout. The
current U-Boot driver doesn't take this into account at all. Add a
comment to describe the issue, so at least anyone debugging the driver
will be aware of this. To solve this, we'd need to add a per-drive-group
data structure describing the layout for the individual register. Since
we don't set up too many drive groups in U-Boot at present, this
hopefully isn't causing too much practical issue. Still, we probably need
to fix this sometime.

Wth Tegra210, the register layout becomes almost entirely consistent, so
this problem partially solves itself over time.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-03-04 10:08:58 -07:00
..
tegra20 ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
tegra30 ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
tegra114 ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
tegra124 ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
ap.c ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
board.c ARM: tegra: support running in non-secure mode 2015-03-04 10:08:57 -07:00
cache.c ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
clock.c ARM: tegra: support running in non-secure mode 2015-03-04 10:08:57 -07:00
cmd_enterrcm.c ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
cpu.c ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
cpu.h ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
Kconfig ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
lowlevel_init.S ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
Makefile ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
pinmux-common.c ARM: tegra: pinmux: add note re: drive group field defines 2015-03-04 10:08:58 -07:00
powergate.c ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
spl.c ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
sys_info.c ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
vpr.c ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00
xusb-padctl.c ARM: tegra: collect SoC sources into mach-tegra 2015-02-21 08:23:51 -05:00