On Thu, 08 Aug 2024 15:49:38 -0300, Fabio Estevam wrote:
Replace SET_RUNTIME_PM_OPS()/SET SYSTEM_SLEEP_PM_OPS() with their modern RUNTIME_PM_OPS() and SYSTEM_SLEEP_PM_OPS() alternatives.
The combined usage of pm_ptr() and RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS() allows the compiler to evaluate if the runtime suspend/resume() functions are used at build time or are simply dead code.
[...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/7] ASoC: fsl_audmix: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS() commit: 73abd9698960c5d097559432cac13bb1f0aaf3df [2/7] ASoC: fsl_mqs: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS() commit: b7e4dd8da05a9de18471868a914d609522d04fdd [3/7] ASoC: fsl_rpmsg: Switch to RUNTIME_PM_OPS() commit: bbc0798c402acb6799a8332fb0a49c05f4a5a414 [4/7] ASoC: fsl_spdif: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS() commit: 01661bb9560def44eff0c79ebf14ec7ce0fdffab [5/7] ASoC: fsl_ssi: Switch to SYSTEM_SLEEP_PM_OPS commit: 8ffb2fe2e92c98e5c69e9af9656baed7d298059a [6/7] ASoC: imx-audmux: Switch to SYSTEM_SLEEP_PM_OPS commit: c504885a351b57c26c077992dde6904b8bbbdcd4 [7/7] ASoC: imx-pcm-rpmsg: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS() commit: bcbbf713061c41f696f47baa4bdcb789a59d4f21
All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying to this mail.
Thanks, Mark