From 5a5b2b7b864bb9632b4ff2a884ec01278ff0ce5d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 18 Apr 2024 12:01:24 +0200 Subject: [PATCH] update text for queue-5.10/mailbox-imx-fix-suspend-failue.patch --- queue-5.10/mailbox-imx-fix-suspend-failue.patch | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/queue-5.10/mailbox-imx-fix-suspend-failue.patch b/queue-5.10/mailbox-imx-fix-suspend-failue.patch index 3d3a0d5e58b..a2c8fbd14f6 100644 --- a/queue-5.10/mailbox-imx-fix-suspend-failue.patch +++ b/queue-5.10/mailbox-imx-fix-suspend-failue.patch @@ -7,7 +7,8 @@ Message-ID: <20240412052133.1805029-1-mizo@atmark-techno.com> From: Daisuke Mizobuchi -When an interrupt occurs, it always wakes up. +imx_mu_isr() always calls pm_system_wakeup() even when it should not, +making the system unable to enter sleep. Suspend fails as follows: armadillo:~# echo mem > /sys/power/state @@ -25,12 +26,14 @@ Suspend fails as follows: ash: write error: Resource busy armadillo:~# -Upstream is correct, so it seems to be a mistake in cheery-pick. +Upstream commit 892cb524ae8a is correct, so this seems to be a +mistake during cherry-pick. Cc: Fixes: a16f5ae8ade1 ("mailbox: imx: fix wakeup failure from freeze mode") Signed-off-by: Daisuke Mizobuchi Reviewed-by: Dominique Martinet +Reviewed-by: Peng Fan Signed-off-by: Greg Kroah-Hartman --- drivers/mailbox/imx-mailbox.c | 8 ++++---- -- 2.47.2