linux-kernel-test/arch/arm/mach-exynos
Colin Cross fd9abe1b5b ARM: EXYNOS: fix CONFIG_DEBUG_LL
addruart cannot read from the physical address of the chipid
register, that will fail as soon as the mmu is turned on.
Fixing it to read from the physical or virtual address depending
on the mmu state also does not work, because there is a period
between head.S and exynos_map_io where the mmu is on, the uart
is mapped and used, but the chipid mapping is not yet present.

Fix addruart to use the ARM Main ID cp15 register to determine
if the core is Cortex A15 (EXYNOS5) or not (EXYNOS4).

Signed-off-by: Colin Cross <ccross@android.com>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Tested-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2012-04-04 09:27:19 -07:00
..
include/mach ARM: EXYNOS: fix CONFIG_DEBUG_LL 2012-04-04 09:27:19 -07:00
clock-exynos4.c ARM: driver specific updates 2012-03-27 16:41:24 -07:00
clock-exynos4.h ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clock 2012-03-10 22:29:01 -08:00
clock-exynos5.c ARM: EXYNOS: add clock part for EXYNOS5250 SoC 2012-03-14 02:13:03 -07:00
clock-exynos4210.c ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clock 2012-03-10 22:29:01 -08:00
clock-exynos4212.c ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clock 2012-03-10 22:29:01 -08:00
common.c ARM: More SoC support updates 2012-03-28 12:24:40 -07:00
common.h ARM: EXYNOS: add support for EXYNOS5250 SoC 2012-03-14 02:13:06 -07:00
cpuidle.c ARM: EXYNOS: Add support AFTR mode on EXYNOS4210 2012-03-09 07:04:43 -08:00
dev-ahci.c ARM: EXYNOS: add interrupt definitions for EXYNOS5250 2012-03-14 02:35:04 -07:00
dev-audio.c ARM: EXYNOS: add interrupt definitions for EXYNOS5250 2012-03-14 02:35:04 -07:00
dev-dwmci.c
dev-ohci.c ARM: EXYNOS: Add USB OHCI device 2011-12-23 11:21:28 +09:00
dev-sysmmu.c
dev-uart.c ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5 2012-03-14 02:13:05 -07:00
dma.c ARM: EXYNOS: add interrupt definitions for EXYNOS5250 2012-03-14 02:35:04 -07:00
headsmp.S ARM: exynos: remove incorrect BSYM usage 2012-01-16 08:36:04 -06:00
hotplug.c ARM: move CP15 definitions to separate header file 2012-03-28 18:30:01 +01:00
Kconfig ARM: More SoC support updates 2012-03-28 12:24:40 -07:00
mach-armlex4210.c Merge branch 'depends/rmk/restart' into next/cleanup 2012-01-07 11:51:28 +00:00
mach-exynos4-dt.c ARM: EXYNOS: Fix compilation error with mach-exynos4-dt board 2012-03-14 22:22:13 -07:00
mach-exynos5-dt.c ARM: EXYNOS: add support device tree enabled board file for EXYNOS5 2012-03-14 22:22:06 -07:00
mach-nuri.c MMC highlights for 3.4: 2012-03-28 20:59:45 -07:00
mach-origen.c ARM: board specific updates 2012-03-27 16:27:28 -07:00
mach-smdk4x12.c Merge branch 'depends/rmk/restart' into next/cleanup 2012-01-07 11:51:28 +00:00
mach-smdkv310.c ARM: board specific updates 2012-03-27 16:27:28 -07:00
mach-universal_c210.c MMC highlights for 3.4: 2012-03-28 20:59:45 -07:00
Makefile ARM: More SoC support updates 2012-03-28 12:24:40 -07:00
Makefile.boot
mct.c ARM: More SoC support updates 2012-03-28 12:24:40 -07:00
platsmp.c ARM: EXYNOS: add support get_core_count() for EXYNOS5250 2012-03-14 02:35:15 -07:00
pm_domains.c ARM: EXYNOS: Hook up JPEG PD to generic PD infrastructure 2012-03-10 02:54:36 -08:00
pm.c Merge branch 'samsung/cleanup-exynos-clock' into next/soc 2012-03-20 10:07:48 +00:00
pmu.c
setup-fimc.c
setup-fimd0.c
setup-i2c0.c ARM: EXYNOS: add initial setup-i2c0 for EXYNOS5 2012-03-14 02:13:04 -07:00
setup-i2c1.c
setup-i2c2.c
setup-i2c3.c
setup-i2c4.c
setup-i2c5.c
setup-i2c6.c
setup-i2c7.c
setup-keypad.c
setup-sdhci-gpio.c
setup-spi.c ARM: EXYNOS: Modified files for SPI consolidation work 2011-12-26 16:42:15 +09:00
setup-usb-phy.c ARM: EXYNOS: Add USB OHCI device 2011-12-23 11:21:28 +09:00