From: Greg Kroah-Hartman Date: Thu, 18 Apr 2024 10:01:24 +0000 (+0200) Subject: update text for queue-5.10/mailbox-imx-fix-suspend-failue.patch X-Git-Tag: v5.15.157~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a5b2b7b864bb9632b4ff2a884ec01278ff0ce5d;p=thirdparty%2Fkernel%2Fstable-queue.git update text for queue-5.10/mailbox-imx-fix-suspend-failue.patch --- 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 ++++----