]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: sa11x0: fix off-by-one resource sizes
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 Jan 2012 10:59:21 +0000 (10:59 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 9 Feb 2012 15:34:11 +0000 (15:34 +0000)
commit7bc2ecf311d81639243c78e8e1644983c4d7200a
tree557fe14f3aafb12237ead123a95c0b510b423ba2
parentcc381c1506d2adfe03dd664d3d15899d18400db7
ARM: sa11x0: fix off-by-one resource sizes

Hackkit defined its flash memory resource to be 32M + 1 byte.
Jornada defined the Epson video controller resources to be one byte
larger than they should be, and mis-mapped the SA-1111 companion
chip one byte smaller than it should be.

Fix these.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/hackkit.c
arch/arm/mach-sa1100/jornada720.c