From: Shawn Guo Date: Wed, 13 Jun 2012 02:20:58 +0000 (+0800) Subject: ARM: imx: move irq_domain_add_legacy call into tzic driver X-Git-Tag: v3.6-rc1~137^2~1^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3eac29da1f6a477722b56ff00228e8a13f8f6c6;p=pandora-kernel.git ARM: imx: move irq_domain_add_legacy call into tzic driver Move irq_domain_add_legacy call from imx5*-dt.c into tzic init function and have the tzic driver adopt irqdomain support for both DT and non-DT boot. Now tzic init function calls irq_alloc_descs to get irq_base and adds a lenacy irqdomain with the irq_base, so that the mapping between tzic irq and Linux irq number can be handled by irqdomain. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Acked-by: Dong Aisheng --- Reading git-diff-tree failed