diff options
author | Antonio Borneo <antonio.borneo@foss.st.com> | 2024-04-15 15:49:19 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-04-23 00:28:15 +0200 |
commit | 06d7e914cada8fccc6e30275b5cf5cca68fc385b (patch) | |
tree | 274554d18f0e7ebdeb5e4a5487819b3d008cafbc /drivers/video/fbdev/mb862xx | |
parent | 77ec258ffa5c5f8c700fab7a0a78426904d1e6d4 (diff) |
irqchip/stm32-exti: Convert driver to standard PM
All driver's dependencies for suspend/resume have been fixed long
ago. There are no more reasons to use syscore PM for the part of this
driver related to Cortex-A MPU.
Switch to standard PM using NOIRQ_SYSTEM_SLEEP_PM_OPS, so all the registers
of the interrupt controller get resumed before any irq gets enabled.
A side effect of this change is to drop the only global variable
'stm32_host_data', used to keep the driver's data for syscore_ops. This
makes the driver ready to support multiple EXTI instances.
Signed-off-by: Antonio Borneo <antonio.borneo@foss.st.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240415134926.1254428-5-antonio.borneo@foss.st.com
Diffstat (limited to 'drivers/video/fbdev/mb862xx')
0 files changed, 0 insertions, 0 deletions