commit | cfefd21e693dca791bf9ecfc9dd3794facad533c | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Apr 15 22:36:08 2011 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Apr 23 15:56:24 2011 +0200 |
tree | 20915250e5c9749eea148cab17534b70c094386f | |
parent | 7d8280624797bbe2f5170bd3c85c75a8c9c74242 [diff] |
genirq: Add chip suspend and resume callbacks 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: Thomas Gleixner <tglx@linutronix.de> Cc: linux-arm-kernel@lists.infradead.org