12 Jul, 2015

1 commit

  • The IRQCHIP_DECLARE macro moved to to 'include/linux/irqchip.h', so
    the local irqchip.h became an empty shell, which solely includes
    include/linux/irqchip.h

    Include the global header in all irqchip drivers instead of the local
    header, so we can remove it.

    Signed-off-by: Joel Porquet
    Cc: vgupta@synopsys.com
    Cc: monstr@monstr.eu
    Cc: ralf@linux-mips.org
    Cc: jason@lakedaemon.net
    Link: http://lkml.kernel.org/r/1882096.X39jVG8e0D@joel-zenbook
    Signed-off-by: Thomas Gleixner

    Joel Porquet
     

23 Mar, 2015

1 commit

  • The digicolor_set_gc() routine is only called from __init annotated
    digicolor_of_init(). Annotate digicolor_set_gc() with __init as well to save a
    few bytes at run time.

    Signed-off-by: Baruch Siach
    Link: https://lkml.kernel.org/r/a3b57ecdbe0b07f55c20c07ff98f1f694275722d.1427009985.git.baruch@tkos.co.il
    Signed-off-by: Jason Cooper

    Baruch Siach
     

26 Jan, 2015

1 commit

  • Add interrupt controller driver to the Conexant CX92755 SoC, part of the
    Digicolor SoCs series. Use the generic irq framework support. Use syscon to
    access the system global UC_IRQ_CONTROL register.

    Signed-off-by: Baruch Siach
    Cc: linux-arm-kernel@lists.infradead.org
    Cc: Arnd Bergmann
    Cc: Sergei Shtylyov
    Cc: Mark Rutland
    Cc: Jason Cooper
    Link: http://lkml.kernel.org/r/5b769e3c23dfa5fde08c4f3bc966c2c2b3921d8a.1421317616.git.baruch@tkos.co.il
    Signed-off-by: Thomas Gleixner

    Baruch Siach