Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1271636
| From | Jason Cooper <jason@lakedaemon.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip |
| Date | 2015-11-17 21:20 +0100 |
| Message-ID | <qvUTn-1l2-11@gated-at.bofh.it> (permalink) |
| References | <qvUgG-Qn-5@gated-at.bofh.it> <qvUgG-Qn-21@gated-at.bofh.it> <qvUJH-1gq-13@gated-at.bofh.it> <qvUJH-1gq-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Nov 17, 2015 at 09:06:47PM +0100, Thomas Gleixner wrote: > On Tue, 17 Nov 2015, Jason Cooper wrote: > > Hi Alban, > > > > On Tue, Nov 17, 2015 at 08:34:54PM +0100, Alban Bedel wrote: > > > The driver stays the same but the initialization changes a bit. > > > For OF boards we now get the memory map from the OF node and use > > > a linear mapping instead of the legacy mapping. For legacy boards > > > we still use a legacy mapping and just pass down all the parameters > > > from the board init code. > > > > > > Signed-off-by: Alban Bedel <albeu@free.fr> > > > --- > > > arch/mips/ath79/irq.c | 163 +++------------------------ > > > arch/mips/include/asm/mach-ath79/ath79.h | 3 + > > > drivers/irqchip/Makefile | 1 + > > > drivers/irqchip/irq-ath79-misc.c | 182 +++++++++++++++++++++++++++++++ > > > 4 files changed, 201 insertions(+), 148 deletions(-) > > > create mode 100644 drivers/irqchip/irq-ath79-misc.c > > ... > > > diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile > > > index 177f78f..a8f9075 100644 > > > --- a/drivers/irqchip/Makefile > > > +++ b/drivers/irqchip/Makefile > > > @@ -1,5 +1,6 @@ > > > obj-$(CONFIG_IRQCHIP) += irqchip.o > > > > > > +obj-$(CONFIG_ATH79) += irq-ath79-misc.o > > > obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2835.o > > > obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2836.o > > > obj-$(CONFIG_ARCH_EXYNOS) += exynos-combiner.o > > > > CONFIG_ARCH_ATH79 ? > > Nope. dabbit. > arch/mips/Kconfig:config ATH79 So it is. thx, Jason. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] MIPS: ath79: Move the IRQ drivers to drivers/irqchip Alban Bedel <albeu@free.fr> - 2015-11-17 20:40 +0100
[PATCH 5/6] MIPS: ath79: Allow using ath79_ddr_wb_flush() from drivers Alban Bedel <albeu@free.fr> - 2015-11-17 20:40 +0100
[PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip Alban Bedel <albeu@free.fr> - 2015-11-17 20:40 +0100
Re: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip Thomas Gleixner <tglx@linutronix.de> - 2015-11-17 21:10 +0100
Re: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip Jason Cooper <jason@lakedaemon.net> - 2015-11-17 21:20 +0100
Re: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip Jason Cooper <jason@lakedaemon.net> - 2015-11-17 21:10 +0100
[PATCH 3/6] MIPS: ath79: irq: Prepare moving the MISC driver to drivers/irqchip Alban Bedel <albeu@free.fr> - 2015-11-17 20:40 +0100
[PATCH 1/6] MIPS: ath79: Fix the size of the MISC INTC registers in ar9132.dtsi Alban Bedel <albeu@free.fr> - 2015-11-17 20:40 +0100
[PATCH 6/6] MIPS: ath79: irq: Move the CPU IRQ driver to drivers/irqchip Alban Bedel <albeu@free.fr> - 2015-11-17 20:40 +0100
[PATCH 2/6] MIPS: ath79: irq: Remove useless #ifdef CONFIG_IRQCHIP Alban Bedel <albeu@free.fr> - 2015-11-17 20:40 +0100
csiph-web