| To: | Linux-MIPS <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH mips-next 0/3] MIPS: Alchemy: autoselect IRQ at bootup |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Thu, 10 Nov 2011 20:09:35 +0100 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, Manuel Lauss <manuel.lauss@googlemail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=976/97JmQSZW6EkIPey9bL0+djHJVsWdhPNZzFBdDO0=; b=ch6340hRjtRrLPEAPJfreQEvDeNp0w3PwvHln3kc6Djl4IzLBQorNmX9k5afprKBxr hzB6gocJ3j8pbqWsNtPkWacoc5b1ncXZ67zvuRSlagyXrQAH18XrceNsmJ030+IZygrr x7QK9XPsZCglt+qX6pLFz4lyHKx9n/FQbVWKU= |
| Sender: | linux-mips-bounce@linux-mips.org |
This patch merges the codes of both IRQ controller types into one, and uses autodetection to set up the proper one at boot. To work around the plat_irq_dispatch mess both ICs are set up as chained handlers of the traditional MIPS IRQs. Should be safe until SMP Alchemys arrive (which is not going to happen anytime soon, I guess). Works as intended on all my test boards. Applies on top of the other Alchemy patches in mips-next-3.3 Manuel Lauss (3): MIPS: Alchemy: irq: register pm at irq init time MIPS: Alchemy: cascade IRQ controllers to MIPS IRQ controller MIPS: Alchemy: merge Au1000 and Au1300-style IRQ controller code. arch/mips/alchemy/common/Makefile | 5 +- arch/mips/alchemy/common/gpioint.c | 411 ----------------- arch/mips/alchemy/common/irq.c | 864 +++++++++++++++++++++++++----------- 3 files changed, 614 insertions(+), 666 deletions(-) delete mode 100644 arch/mips/alchemy/common/gpioint.c -- 1.7.7.2 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH V2] MIPS: Alchemy: pci: fix build: missing export.h, Manuel Lauss |
|---|---|
| Next by Date: | [PATCH mips-next 2/3] MIPS: Alchemy: chain IRQ controllers to MIPS IRQ controller, Manuel Lauss |
| Previous by Thread: | [PATCH Resend 1/2] fs: binfmt_elf: Create Kconfig variable for PIE randomization., David Daney |
| Next by Thread: | [PATCH mips-next 2/3] MIPS: Alchemy: chain IRQ controllers to MIPS IRQ controller, Manuel Lauss |
| Indexes: | [Date] [Thread] [Top] [All Lists] |