From: Thomas Abraham Date: Sat, 9 Mar 2013 07:01:50 +0000 (+0900) Subject: ARM: EXYNOS: prepare an array of MCT interrupt numbers and use it X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~47^2~13^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c371dc60aebf7ada4d5b4585ea8f46a3a06f8f04;p=pandora-kernel.git ARM: EXYNOS: prepare an array of MCT interrupt numbers and use it Instead of using soc_is_xxx macro at more than one place in the MCT controller driver to decide the MCT interrpt number to be setup, populate a table of known MCT global and local timer interrupts and use the values in table to setup the MCT interrupts. This also helps in adding device tree support for MCT controller driver by allowing the driver to retrieve interrupt numbers from device tree and populating them into this table, thereby supporting both legacy and dt functionality to co-exist. Cc: Changhwan Youn Signed-off-by: Thomas Abraham Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed