From: Deepak Saxena Date: Sat, 27 Aug 2005 01:34:11 +0000 (-0700) Subject: [PATCH] arm: fix IXP4xx flash resource range X-Git-Tag: v2.6.13~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c9cf6f9861f8d27303ee2531b3b7686269c71ce;p=pandora-kernel.git [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 Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed