Skip to content

Commit

Permalink
Revert irqchip: irq-dove: Add PMU interrupt controller
Browse files Browse the repository at this point in the history
This reverts commit 40b367d.

Russell King has raised the idea of creating a proper PMU driver for
this SoC that would incorporate the functionality currently in this
driver. It would also cover the use case for the graphics subsystem on
this SoC.

To prevent having to maintain the devicetree ABI for this limited
interrupt-handler driver, we revert the driver before it hits a mainline
tagged release (eg v3.15).

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>
Link: http://lkml.kernel.org/r/1393911160-7688-1-git-send-email-jason@lakedaemon.net
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Jason Cooper authored and KAGA-KOKO committed Mar 4, 2014
1 parent d0e3a97 commit eb9cf4e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 144 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion drivers/irqchip/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
obj-$(CONFIG_IRQCHIP) += irqchip.o

obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2835.o
obj-$(CONFIG_ARCH_DOVE) += irq-dove.o
obj-$(CONFIG_ARCH_EXYNOS) += exynos-combiner.o
obj-$(CONFIG_ARCH_MMP) += irq-mmp.o
obj-$(CONFIG_ARCH_MVEBU) += irq-armada-370-xp.o
Expand Down
126 changes: 0 additions & 126 deletions drivers/irqchip/irq-dove.c

This file was deleted.

0 comments on commit eb9cf4e

Please sign in to comment.