From: Changhwan Youn Date: Fri, 16 Jul 2010 02:30:35 +0000 (+0900) Subject: ARM: S5P: Remove fixed uart offset dependent code X-Git-Tag: v2.6.36-rc1~102^2^2^2^2~8^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88baf2096c1c625c14831bc3438fd1e69bf1cef5;p=pandora-kernel.git ARM: S5P: Remove fixed uart offset dependent code The uart offset between channels has been 0x400 for all S5P series and to present virtual and physical offsets, both number 0x400 and S3C_UART_OFFSET have been used together. This patch removes the use of the number 0x400 and expands the virtual mapping size of S3C_VA_UART from 4KB to 512KB to support the CPU with S3C_UART_OFFSET being 0x10000. Signed-off-by: Changhwan Youn Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed