Skip to content

Commit

Permalink
MIPS: Alchemy: merge Au1000 and Au1300-style IRQ controller code.
Browse files Browse the repository at this point in the history
With a generic plat_irq_dispatch (for Alchemy at least) code for both
interrupt controller types can coexist in a single kernel image and be
autodetected at runtime.

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2935/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Manuel Lauss authored and Ralf Baechle committed Dec 8, 2011
1 parent 894cc87 commit 3eab809
Show file tree
Hide file tree
Showing 3 changed files with 550 additions and 587 deletions.
5 changes: 1 addition & 4 deletions arch/mips/alchemy/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
#

obj-y += prom.o time.o clocks.o platform.o power.o setup.o \
sleeper.o dma.o dbdma.o vss.o

obj-$(CONFIG_ALCHEMY_GPIOINT_AU1000) += irq.o
obj-$(CONFIG_ALCHEMY_GPIOINT_AU1300) += gpioint.o
sleeper.o dma.o dbdma.o vss.o irq.o

# optional gpiolib support
ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),)
Expand Down
Loading

0 comments on commit 3eab809

Please sign in to comment.