]> git.ipfire.org Git - thirdparty/linux.git/commit
remoteproc: keystone: Use devm_pm_runtime_enable() helper
authorAndrew Davis <afd@ti.com>
Thu, 14 Aug 2025 14:08:32 +0000 (09:08 -0500)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 26 Aug 2025 15:15:41 +0000 (09:15 -0600)
commitdb0427a8a595d0e4880043f9dff8e99c061e5d55
tree124ebe827ccc39121dc9241352ef36ac30f1c303
parent01e4ed11c5d4120a47ffc3b15dd9050e922cde53
remoteproc: keystone: Use devm_pm_runtime_enable() helper

Use device life-cycle managed runtime enable function to simplify probe
and exit paths.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20250814140835.651652-2-afd@ti.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/keystone_remoteproc.c