treewide: Remove redundant
authorMark Brown <broonie@kernel.org>
Mon, 7 Jul 2025 15:12:21 +0000 (16:12 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 7 Jul 2025 15:12:21 +0000 (16:12 +0100)
commit45d0376e4970417c9a5ab17af7f40d817015ae32
tree756594ebe570aa9ade25f849e4bd6e1fe949cca1
parent51106b830ad9dc0a2cf932e27a921e01de2df876
parent2fca750160f29015ab1109bb478537a4e415f7cd
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.
drivers/spi/atmel-quadspi.c
drivers/spi/spi-cadence-quadspi.c
drivers/spi/spi-stm32.c