• T
    genirq: Add chip suspend and resume callbacks · cfefd21e
    Thomas Gleixner 提交于
    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: NThomas Gleixner <tglx@linutronix.de>
    Cc: linux-arm-kernel@lists.infradead.org
    cfefd21e
generic-chip.c 8.6 KB