On 4/5/2025 5:14 AM, Sean Christopherson wrote:
Track IRQ bypass produsers and consumers using an xarray to avoid the O(2n)
produsers -> producers
insertion time associated with walking a list to check for duplicate
entries, and to search for an partner.
At low (tens or few hundreds) total
(other cores are offlined or
single core) during resume, it is more easily to observe the unintended
interrupts.
This patch renames the suspend/resume function by adding suffix "_noirq",
and installs the callbacks using SET_NOIRQ_SYSTEM_SLEEP_PM_OPS().
Signed-off-by: Binbin Wu
---
drive
the subject line by adding "mfd: "
Signed-off-by: Binbin Wu
Acked-by: Mika Westerberg
---
drivers/mfd/intel-lpss.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/mfd/intel-lpss.c b/drivers/mfd/intel-lpss.c
index 50bffc3..ff3fba1 100644
--- a/drivers/mfd/intel-lpss.c
+
70 R11: R12: 7ffd247c1fc0
R13: 76fc2ce8e470 R14: 76fc27ec9960 R15: 0414
handlers:
[<0d3fa913>] idma64_irq
Disabling IRQ #27
To avoid interrupt storm, set the device in reset state
before bringing out the device from reset state.
Signed-off-b
4 matches
Mail list logo