Skip to content
  • Thomas Gleixner's avatar
    genirq: Add chip suspend and resume callbacks · cfefd21e
    Thomas Gleixner authored
    
    
    These callbacks are only called in the syscore suspend/resume code on
    interrupt chips which have been registered via the generic irq chip
    mechanism. Calling those callbacks per irq would be rather icky, but
    with the generic irq chip mechanism we can call this per registered
    chip.
    
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    Cc: linux-arm-kernel@lists.infradead.org
    cfefd21e