[PATCH] pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase

2019-04-08 Thread Binbin Wu
(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

[PATCH v2] mfd: intel-lpss: Set the device in reset state when init

2019-04-08 Thread Binbin Wu
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 +

[PATCH] intel-lpss: Set the device in reset state when init

2019-04-07 Thread Binbin Wu
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