From: Tomasz Figa Date: Mon, 17 Mar 2014 22:28:09 +0000 (+0900) Subject: ARM: SAMSUNG: Add soc_is_s3c2410() helper X-Git-Tag: v3.15-rc1~74^2~2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04241069617d4f0bfd9f4a3aeefae13e1e5b55e1;p=pandora-kernel.git ARM: SAMSUNG: Add soc_is_s3c2410() helper Due to the S3C2410 SoC being quite different from other S3C24xx SoCs in some aspects, such as availability of DIVSLOT register in its UART blocks, there is a need sometimes to check whether we are running on this SoC, not just the S3C24xx series. This patch adds soc_is_s3c2410() helper function for this purpose. Signed-off-by: Tomasz Figa Acked-by: Kyungmin Park Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed