lkml.org 
[lkml]   [2015]   [Nov]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 4/6] MIPS: ath79: irq: Move the MISC driver to drivers/irqchip
    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 ?

    Same for the last patch in the series (cpu driver).

    thx,

    Jason.


    \
     
     \ /
      Last update: 2015-11-17 21:21    [W:4.515 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site