u-boot/arch/arm/cpu/tegra20-common
Tom Warren 49493cb714 Tegra: Split tegra_get_chip_type() into soc & sku funcs
As suggested by Stephen Warren, use tegra_get_chip() to return
the pure CHIPID for a Tegra SoC (i.e. 0x20 for Tegra20, 0x30 for
Tegra30, etc.) and rename tegra_get_chip_type() to reflect its true
function, i.e. tegra_get_chip_sku(), which returns an ID like
TEGRA_SOC_T25, TEGRA_SOC_T33, etc.

Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
2013-04-15 11:01:38 -07:00
..
Makefile Tegra20: Move some code files to common directories for upcoming Tegra30 patches. 2012-10-15 11:54:06 -07:00
clock.c Tegra114: Initialize System Counter (TSC) with osc frequency 2013-04-15 11:01:38 -07:00
crypto.c tegra20: move tegra20 SoC code to arch/arm/cpu/tegra20-common 2012-09-01 14:58:21 +02:00
crypto.h tegra20: move tegra20 SoC code to arch/arm/cpu/tegra20-common 2012-09-01 14:58:21 +02:00
emc.c tegra20: initialize variable to avoid compiler warning 2012-10-29 09:07:06 -07:00
funcmux.c tegra: rename FUNCMUX_UART2_UARTB 2013-02-11 10:35:24 -07:00
pinmux.c tegra: remove IRDA pinmux synonym 2013-01-16 13:40:08 -07:00
pmu.c Tegra: Split tegra_get_chip_type() into soc & sku funcs 2013-04-15 11:01:38 -07:00
warmboot.c Tegra30: Add common CPU (shared) files 2013-01-16 13:40:07 -07:00
warmboot_avp.c tegra20: add clock_set_pllout function 2012-10-15 11:54:07 -07:00
warmboot_avp.h tegra20: move tegra20 SoC code to arch/arm/cpu/tegra20-common 2012-09-01 14:58:21 +02:00