commit | 60f96b41f71d2a13d1c0a457b8b77958f77142d1 | [log] [tgz] |
---|---|---|
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | Fri Sep 09 13:59:35 2011 +0530 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Sep 12 09:52:49 2011 +0200 |
tree | 3fdfa3f9a2e762139383938f0199ed2ed9ee5640 | |
parent | ed585a651681e822089087b426e6ebfb6d3d9873 [diff] |
genirq: Add IRQCHIP_SKIP_SET_WAKE flag Some irq chips need the irq_set_wake() functionality, but do not require a irq_set_wake() callback. Instead of forcing an empty callback to be implemented add a flag which notes this fact. Check for the flag in set_irq_wake_real() and return success when set. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Cc: Thomas Gleixner <tglx@linutronix.de>