]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] arm: fix IXP4xx flash resource range
authorDeepak Saxena <dsaxena@plexity.net>
Sat, 27 Aug 2005 01:34:11 +0000 (18:34 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 27 Aug 2005 02:37:12 +0000 (19:37 -0700)
commit1e787b8ea0b01b862781b2cd507e2016a447ce6a
tree662163e453ee6514a13e844993700e96baa09260
parent1300d2a754da0abf751e119bd49629dc99d5ca13
[PATCH] arm: fix IXP4xx flash resource range

We are currently reserving one byte more than actually needed by the flash
device and overlapping into the next I/O expansion bus window.  This a)
causes us to allocate an extra page of VM due to ARM ioremap() alignment
code and b) could cause problems if another driver tries to request the
next expansion bus window.

Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/arm/mach-ixp4xx/coyote-setup.c
arch/arm/mach-ixp4xx/gtwx5715-setup.c
arch/arm/mach-ixp4xx/ixdp425-setup.c