]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
remoteproc: omap: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 4 Jul 2025 07:54:45 +0000 (10:54 +0300)
committerBjorn Andersson <andersson@kernel.org>
Wed, 26 Nov 2025 17:37:44 +0000 (11:37 -0600)
commit7f07a5c3e2f5f50f354dab622c1b9cc46ee89f67
treeaf598260e98cb7402eafcd041c77a51485d71272
parentc70b9d5fdcd707ddac29284ea425fd433f374696
remoteproc: omap: Remove redundant pm_runtime_mark_last_busy() calls

pm_runtime_put_autosuspend(), pm_runtime_put_sync_autosuspend(),
pm_runtime_autosuspend() and pm_request_autosuspend() now include a call
to pm_runtime_mark_last_busy(). Remove the now-reduntant explicit call to
pm_runtime_mark_last_busy().

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Link: https://lore.kernel.org/r/20250704075445.3221481-1-sakari.ailus@linux.intel.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/remoteproc/omap_remoteproc.c