From: Linus Walleij Date: Fri, 26 Oct 2012 23:05:06 +0000 (+0200) Subject: ARM: plat-versatile: use simple irqdomain for FPGA IRQ X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~49^2~33^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a6ca8c5c9e310d26fe090ac7c777c269661f0e6;p=pandora-kernel.git ARM: plat-versatile: use simple irqdomain for FPGA IRQ This switches the FPGA IRQ driver over to using the simple IRQ domain. We can then use the same codepath for this in the DT and non-DT cases. To be able to use quicker irq_find_mapping() in the handlers we first call irq_create_mapping() on all the valid HW IRQ numbers so that descriptors will be created for them in the DT case where a linear domain will be the outcome of the call. Signed-off-by: Linus Walleij --- Reading git-diff-tree failed