dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/plat-mxc
Uwe Kleine-König 7b9020badf mx27ads: move PBC mapping out of vmalloc space
Before this patch I got the following line in my dmesg:

	[    0.000000] BUG: mapping for 0xd4000000 at 0xeb000000 overlaps vmalloc space

VMALLOC_END is 0xf4000000 and there are the following other mappings
defined for mx27ads:

	(0xa0500000,+0x00001000) maps to 0xffff0000
	(0x10000000,+0x00100000) maps to 0xf4000000
	(0x80000000,+0x00100000) maps to 0xf4100000
	(0xd8000000,+0x00100000) maps to 0xf4200000

So map PBC to 0xf4300000.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2009-05-05 09:37:08 +02:00
..
include/mach mx27ads: move PBC mapping out of vmalloc space 2009-05-05 09:37:08 +02:00
Kconfig MX31 clkdev support 2009-03-13 10:34:32 +01:00
Makefile mxc: add arch_reset() function 2009-03-27 14:51:14 +01:00
clock.c [ARM] MXC: add clkdev support 2009-03-13 10:33:50 +01:00
cpu.c [ARM] MXC: add cpu_is_ macros 2009-03-13 10:34:26 +01:00
devices.c arm/imx2x: removes a bunch of sparse-warnings 2009-03-13 10:33:52 +01:00
dma-mx1-mx2.c mxc : BUG in imx_dma_request 2009-05-05 09:36:36 +02:00
gpio.c MXC: remove BUG_ON in interrupt handler 2009-05-05 09:37:01 +02:00
iomux-mx1-mx2.c arm/imx2x: new IOMUX definitions 2009-03-13 10:33:44 +01:00
irq.c Fix ifdef in plat-mxc/irc.c 2009-04-16 13:03:11 +02:00
pwm.c [ARM] MXC: add pwm driver for i.MX SoCs 2009-03-13 10:34:10 +01:00
system.c mxc: add arch_reset() function 2009-03-27 14:51:14 +01:00
time.c clocksource: pass clocksource to read() callback 2009-04-21 13:41:47 -07:00