]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mailbox: mtk-cmdq: Switch to pm_runtime_put_autosuspend()
authorSakari Ailus <sakari.ailus@linux.intel.com>
Wed, 25 Jun 2025 08:15:01 +0000 (11:15 +0300)
committerJassi Brar <jassisinghbrar@gmail.com>
Wed, 6 Aug 2025 17:41:32 +0000 (12:41 -0500)
commit472f8a3fccbb579cb98c1821da4cb9cbd51ee3e4
treeea91ef15ecfadf0b9be72f882d2896be8bb576e7
parent4df9c0a2465a523e399e46a8d3b5866c769b381b
mailbox: mtk-cmdq: Switch to pm_runtime_put_autosuspend()

__pm_runtime_put_autosuspend() was meant to be used by callers that needed
to put the Runtime PM usage_count without marking the device's last busy
timestamp. It was however seen that the Runtime PM autosuspend related
functions should include that call. Thus switch the driver to
use pm_runtime_put_autosuspend().

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/mtk-cmdq-mailbox.c