]> Git Repo - linux.git/commit
mailbox: mtk-cmdq-mailbox: Switch to __pm_runtime_put_autosuspend()
authorSakari Ailus <[email protected]>
Fri, 4 Oct 2024 09:41:23 +0000 (12:41 +0300)
committerJassi Brar <[email protected]>
Sun, 24 Nov 2024 18:55:01 +0000 (12:55 -0600)
commit08fb6d8ff900a1d06ef2f4a6ded45cdaa7140c01
tree3db525b4a589101e2e7830aa863056ce47d4c293
parenta4123ffab9ece0c2d3d5c460724d49c4051fd279
mailbox: mtk-cmdq-mailbox: Switch to __pm_runtime_put_autosuspend()

pm_runtime_put_autosuspend() will soon be changed to include a call to
pm_runtime_mark_last_busy(). This patch switches the current users to
__pm_runtime_put_autosuspend() which will continue to have the
functionality of old pm_runtime_put_autosuspend().

Signed-off-by: Sakari Ailus <[email protected]>
Reviewed-by: Matthias Brugger <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
drivers/mailbox/mtk-cmdq-mailbox.c
This page took 0.052793 seconds and 4 git commands to generate.