18 Feb, 2016

1 commit

  • ts4800_ic_ops is only referenced in this driver, so make it static.
    In additional, it's never get modified thus also make it const.

    Signed-off-by: Axel Lin
    Reviewed-by: Damien Riegel
    Link: https://lkml.kernel.org/r/1455457804.13175.1.camel@ingics.com
    Signed-off-by: Jason Cooper

    Axel Lin
     

29 Dec, 2015

1 commit

  • This commit adds support for the TS-4800 interrupt controller. This
    controller is instantiated in a companion FPGA, and multiplex interrupts
    for other FPGA IPs.

    As this component is external to the SoC, the SoC might need to reserve
    pins, so this controller is implemented as a platform driver and doesn't
    use the IRQCHIP_DECLARE construct.

    Signed-off-by: Damien Riegel
    Cc: Jason Cooper
    Cc: Marc Zyngier
    Cc: Rob Herring
    Cc: Pawel Moll
    Cc: Mark Rutland
    Cc: Ian Campbell
    Cc: Kumar Gala
    Cc: kernel@savoirfairelinux.com
    Link: http://lkml.kernel.org/r/1450728683-31416-2-git-send-email-damien.riegel@savoirfairelinux.com
    Signed-off-by: Thomas Gleixner

    Damien Riegel