Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | BACKPORT: PM: wakeup_reason: add functions to query and clear wakeup reasons | Iliyan Malchev | 2019-12-23 |
| | | | | | | | | The query results are valid until the next PM_SUSPEND_PREPARE. (cherry picked from commit 76543de14f860ab713114621cb62e8006b7ca952) Change-Id: I6bc2bd47c830262319576a001d39ac9a994916cf Signed-off-by: Iliyan Malchev <malchev@google.com> | ||
* | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 |
| | | | | | | | | | | | | | | Most interrupt flow handlers do not use the irq argument. Those few which use it can retrieve the irq number from the irq descriptor. Remove the argument. Search and replace was done with coccinelle and some extra helper scripts around it. Thanks to Julia for her help! Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Julia Lawall <Julia.Lawall@lip6.fr> Cc: Jiang Liu <jiang.liu@linux.intel.com> | ||
* | genirq: Split out flow handler typedefs into seperate header file | Thomas Gleixner | 2014-11-23 |
Required to avoid circular include dependencies. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> |