treewide: Remove redundant
authorMark Brown <broonie@kernel.org>
Fri, 4 Jul 2025 15:55:48 +0000 (16:55 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 4 Jul 2025 15:55:48 +0000 (16:55 +0100)
commit769fced9433ec0c12a3815ed1001e90b511da5cf
treed44db9d89a1e9c00a7a5b43d2e3075b01bdea658
parent427ceac823e58813b510e585011488f603f0d891
parentc61e94e5e4e6bc50064119e6a779564d1d2ac0e7
treewide: Remove redundant

Merge series from Sakari Ailus <sakari.ailus@linux.intel.com>:

Late last year I posted a set to switch to __pm_runtime_mark_last_busy()
and gradually get rid of explicit pm_runtime_mark_last_busy() calls in
drivers, embedding them in the appropriate pm_runtime_*autosuspend*()
calls. The overall feedback I got at the time was that this is an
unnecessary intermediate step, and removing the
pm_runtime_mark_last_busy() calls can be done after adding them to the
relevant Runtime PM autosuspend related functions. The latter part has
been done and is present in Rafael's tree at the moment, also see
<URL:https://lore.kernel.org/linux-pm/CAJZ5v0g7-8UWp6ATOy+=oGdxDaCnfKHBG_+kbiTr+
+VeuXZsUFQ@mail.gmail.com/>:

        git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
                pm-runtime-6.17-rc1