aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner1-26/+29
2014-09-01genirq: Mark wakeup sources as armed on suspendThomas Gleixner1-0/+5
2014-09-01genirq: Avoid double loop on suspendThomas Gleixner1-6/+7
2014-09-01genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs()Thomas Gleixner1-12/+9
2014-09-01genirq: Make use of pm misfeature accountingThomas Gleixner1-6/+3
2014-09-01genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner1-0/+36
2014-09-01genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner1-6/+38
2013-11-25irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan1-1/+1
2012-05-04genirq: Do not consider disabled wakeup irqsThomas Gleixner1-1/+6
2011-10-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-7/+41
2011-03-12genirq: Add chip flag to force mask on suspendThomas Gleixner1-4/+18
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner1-1/+1
2011-02-19genirq: Move IRQ_WAKEUP to coreThomas Gleixner1-1/+1
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner1-3/+3
2011-02-19genirq: Move IRQ_PENDING flag to coreThomas Gleixner1-1/+2
2011-02-08genirq: Add IRQF_FORCE_RESUMEThomas Gleixner1-3/+0
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-4/+4
2009-07-05genirq: Fix comment describing suspend_device_irqs()Rafael J. Wysocki1-4/+4
2009-03-30PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki1-0/+79