Chunfeng Yun
03f408a108
PM / wakeirq: support enabling wake-up irq after runtime_suspend called
...
[ Upstream commit 259714100d98b50bf04d36a21bf50ca8b829fc11 ]
When the dedicated wake IRQ is level trigger, and it uses the
device's low-power status as the wakeup source, that means if the
device is not in low-power state, the wake IRQ will be triggered
if enabled; For this case, need enable the wake IRQ after running
the device's ->runtime_suspend() which make it enter low-power state.
e.g.
Assume the wake IRQ is a low level trigger type, and the wakeup
signal comes from the low-power status of the device.
The wakeup signal is low level at running time (0), and becomes
high level when the device enters low-power state (runtime_suspend
(1) is called), a wakeup event at (2) make the device exit low-power
state, then the wakeup signal also becomes low level.
------------------
| ^ ^|
---------------- | | --------------
|<---(0)--->|<--(1)--| (3) (2) (4)
if enable the wake IRQ before running runtime_suspend during (0),
a wake IRQ will arise, it causes resume immediately;
it works if enable wake IRQ ( e.g. at (3) or (4)) after running
->runtime_suspend().
This patch introduces a new status WAKE_IRQ_DEDICATED_REVERSE to
optionally support enabling wake IRQ after running ->runtime_suspend().
Suggested-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com >
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
Stable-dep-of: 8527beb12087 ("PM: sleep: wakeirq: fix wake irq arming")
Signed-off-by: Sasha Levin <sashal@kernel.org >
2023-08-11 11:45:40 +02:00
..
2023-01-18 11:29:59 +01:00
2022-08-25 11:15:23 +02:00
2021-06-16 11:55:01 +02:00
2022-03-16 13:20:26 +01:00
2020-10-01 13:14:28 +02:00
2022-06-14 16:59:39 +02:00
2023-08-11 11:45:16 +02:00
2022-09-05 10:26:29 +02:00
2022-09-15 12:17:02 +02:00
2023-05-30 12:42:14 +01:00
2020-06-30 23:17:12 -04:00
2023-08-11 11:45:25 +02:00
2021-05-22 10:59:30 +02:00
2023-05-17 11:13:19 +02:00
2023-06-09 10:23:54 +02:00
2021-05-07 10:49:25 +02:00
2022-03-23 09:10:43 +01:00
2022-10-26 13:19:32 +02:00
2021-08-08 08:54:29 +02:00
2021-08-08 08:54:29 +02:00
2020-08-19 08:15:05 +02:00
2023-06-09 10:23:56 +02:00
2022-11-10 17:46:56 +01:00
2022-04-15 14:14:41 +02:00
2022-04-15 14:14:37 +02:00
2021-09-22 11:47:59 +02:00
2022-06-14 16:59:21 +02:00
2022-09-15 12:17:02 +02:00
2020-12-30 11:25:39 +01:00
2020-09-09 19:04:31 +02:00
2021-09-26 13:39:48 +02:00
2022-07-21 21:09:26 +02:00
2022-12-14 11:28:27 +01:00
2021-01-30 13:32:11 +01:00
2021-03-24 11:07:31 +01:00
2020-12-30 11:25:40 +01:00
2021-01-23 15:49:55 +01:00
2021-10-06 15:31:17 +02:00
2021-05-26 11:48:35 +02:00
2021-11-26 11:36:02 +01:00
2023-08-08 19:49:17 +02:00
2023-05-30 12:42:08 +01:00
2023-04-05 11:15:42 +02:00
2021-10-06 15:31:28 +02:00
2020-11-05 11:08:35 +01:00
2023-05-17 11:13:06 +02:00
2021-03-04 09:39:57 +01:00
2021-08-26 08:36:41 -04:00
2021-01-23 15:49:55 +01:00
2022-05-25 09:10:41 +02:00
2022-10-26 13:19:31 +02:00
2021-03-11 14:05:02 +01:00
2022-11-10 17:46:55 +01:00
2021-10-27 09:53:13 +02:00
2020-06-25 15:33:02 +02:00
2023-08-11 11:45:05 +02:00
2023-01-18 11:30:08 +01:00
2021-04-07 12:48:50 +02:00
2021-12-08 08:50:13 +01:00
2021-11-26 11:35:59 +01:00
2020-10-14 10:31:21 +02:00
2023-01-18 11:30:06 +01:00
2021-09-22 11:47:56 +02:00
2021-09-22 11:47:56 +02:00
2020-11-05 11:08:35 +01:00
2023-04-20 12:04:39 +02:00
2021-01-30 13:32:12 +01:00
2021-03-11 14:04:59 +01:00
2023-03-22 13:27:12 +01:00
2020-11-05 11:08:54 +01:00
2021-07-11 12:49:27 +02:00
2023-02-22 12:47:20 +01:00
2022-06-25 11:49:07 +02:00
2020-08-11 15:32:33 +02:00
2020-09-23 12:10:59 +02:00
2021-05-22 10:59:40 +02:00
2021-03-04 09:39:59 +01:00
2022-03-23 09:10:44 +01:00
2021-03-30 14:37:00 +02:00
2020-07-22 09:32:00 +02:00
2023-03-11 16:31:51 +01:00
2021-08-26 08:36:39 -04:00
2021-02-03 23:23:26 +01:00
2020-07-29 10:16:57 +02:00
2021-05-22 10:59:50 +02:00
2022-10-26 13:19:35 +02:00
2021-12-08 08:50:11 +01:00
2023-06-28 10:15:27 +02:00
2021-03-04 09:39:59 +01:00
2021-08-26 08:36:40 -04:00
2020-07-16 08:17:26 +02:00
2021-01-09 13:43:48 +01:00
2023-03-11 16:31:35 +01:00
2023-02-06 07:49:46 +01:00
2022-07-02 16:27:39 +02:00
2021-03-04 09:39:44 +01:00
2022-08-25 11:15:23 +02:00
2020-06-22 09:05:15 +02:00
2020-10-14 10:31:26 +02:00
2023-03-11 16:31:51 +01:00
2021-02-07 14:48:38 +01:00
2022-11-23 07:53:44 +01:00
2021-11-26 11:35:57 +01:00
2021-09-22 11:47:57 +02:00
2020-09-09 19:04:28 +02:00
2021-11-26 11:35:56 +01:00
2022-06-14 16:59:25 +02:00
2021-04-28 13:16:51 +02:00
2023-01-18 11:30:49 +01:00
2021-10-09 14:11:03 +02:00
2021-09-22 11:48:12 +02:00
2022-06-25 11:49:12 +02:00
2022-12-08 11:18:34 +01:00
2022-04-15 14:15:07 +02:00
2022-11-23 07:53:44 +01:00
2021-05-22 10:59:23 +02:00
2021-08-26 08:36:41 -04:00
2021-03-30 14:37:02 +02:00
2021-06-30 08:48:18 -04:00
2022-05-18 09:42:47 +02:00
2023-08-11 11:45:05 +02:00
2023-06-21 15:39:57 +02:00
2020-11-18 19:18:44 +01:00
2020-11-18 19:18:44 +01:00
2023-06-21 15:39:57 +02:00
2022-04-15 14:15:03 +02:00
2020-10-01 13:14:41 +02:00
2023-08-11 11:45:06 +02:00
2020-10-07 08:00:08 +02:00
2022-06-14 16:59:38 +02:00
2023-02-25 11:51:51 +01:00
2021-12-08 08:50:11 +01:00
2021-01-06 14:45:00 +01:00
2022-11-01 19:05:40 +01:00
2020-10-29 09:55:15 +01:00
2020-10-30 10:38:20 +01:00
2021-08-08 08:54:30 +02:00
2021-07-11 12:49:30 +02:00
2023-03-17 08:31:43 +01:00
2023-08-11 11:45:09 +02:00
2021-06-10 13:24:08 +02:00
2023-02-22 12:47:17 +01:00
2023-05-30 12:42:10 +01:00
2023-08-11 11:45:40 +02:00
2023-06-09 10:23:54 +02:00
2022-06-25 11:49:11 +02:00
2023-05-17 11:13:28 +02:00
2023-01-18 11:30:11 +01:00
2021-06-30 08:48:19 -04:00
2022-06-14 16:59:13 +02:00
2023-01-18 11:30:53 +01:00
2023-02-25 11:51:50 +01:00
2022-07-02 16:27:31 +02:00
2023-06-28 10:15:28 +02:00
2022-09-05 10:26:34 +02:00
2021-11-26 11:36:14 +01:00
2021-12-14 10:18:04 +01:00
2022-07-12 16:29:03 +02:00
2022-09-05 10:26:28 +02:00
2021-11-26 11:35:56 +01:00
2020-12-30 11:26:01 +01:00
2020-10-01 13:14:30 +02:00
2023-08-11 11:45:22 +02:00
2022-09-28 11:02:57 +02:00
2020-06-22 09:05:03 +02:00
2023-03-22 13:27:11 +01:00
2022-06-25 11:49:11 +02:00
2021-09-22 11:48:11 +02:00
2021-05-22 10:59:39 +02:00
2021-06-30 08:48:18 -04:00
2021-03-17 16:43:51 +01:00
2023-05-30 12:42:13 +01:00
2021-02-13 13:51:15 +01:00
2023-02-06 07:49:44 +01:00
2021-03-07 12:19:01 +01:00
2023-08-11 11:45:27 +02:00
2022-01-05 12:34:57 +01:00
2021-03-24 11:07:37 +01:00
2023-05-17 11:13:22 +02:00
2020-11-18 19:18:40 +01:00
2023-01-18 11:30:05 +01:00
2022-06-25 11:49:10 +02:00
2022-03-23 09:10:41 +01:00
2020-12-30 11:26:01 +01:00
2023-03-22 13:27:11 +01:00
2021-05-22 10:59:31 +02:00
2022-07-29 17:10:37 +02:00
2023-05-17 11:13:27 +02:00
2021-03-30 14:36:58 +02:00
2020-09-09 19:04:29 +02:00
2021-03-24 11:07:34 +01:00
2023-05-30 12:42:14 +01:00
2022-03-16 13:20:27 +01:00
2021-12-29 12:20:44 +01:00
2020-10-07 08:00:05 +02:00
2022-03-16 13:20:27 +01:00
2023-05-17 11:13:15 +02:00
2021-12-14 10:18:06 +01:00
2023-08-11 11:45:17 +02:00
2020-08-11 15:32:34 +02:00
2021-03-07 12:19:01 +01:00