From: Gabor Juhos Date: Wed, 14 Mar 2012 09:36:07 +0000 (+0100) Subject: MIPS: ath79: add PCI IRQ handling code for AR724X SoCs X-Git-Tag: v3.5-rc1~47^2^5~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c07c7dfa0f3575dc3276c544349fbf181381167;p=pandora-kernel.git MIPS: ath79: add PCI IRQ handling code for AR724X SoCs The PCI Host Controller of the AR724x SoC has a built-in IRQ controller. The current code does not supports that, so the IRQ lines wired to this controller are not usable. This leads to failed 'request_irq' calls: ath9k 0000:00:00.0: request_irq failed ath9k: probe of 0000:00:00.0 failed with error -89 This patch adds support for the IRQ controller in order to make PCI IRQs work. Signed-off-by: Gabor Juhos Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3496/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed