Hi all, This patch series converts the Renesas media drivers from the old SIMPLE_DEV_PM_OPS(), SET_SYSTEM_SLEEP_PM_OPS(), and SET_RUNTIME_PM_OPS() helpers to the modern DEFINE_SIMPLE_DEV_PM_OPS(), SYSTEM_SLEEP_PM_OPS(), RUNTIME_PM_OPS(), pm_ptr(), and pm_sleep_ptr() helpers. This lets us drop the __maybe_unused annotations from power management callbacks, and reduces kernel size in case power management or sleep support is not enabled. Thanks for your comments! Geert Uytterhoeven (5): media: renesas: rcar_drif: Convert to DEFINE_SIMPLE_DEV_PM_OPS() media: renesas: rcar-vin: Convert to DEFINE_SIMPLE_DEV_PM_OPS() media: renesas: fdp1: Convert to RUNTIME_PM_OPS() media: renesas: ceu: Convert to RUNTIME_PM_OPS() media: renesas: vsp1: Convert to SYSTEM_SLEEP/RUNTIME_PM_OPS() .../media/platform/renesas/rcar-vin/rcar-core.c | 8 ++++---- drivers/media/platform/renesas/rcar_drif.c | 10 +++++----- drivers/media/platform/renesas/rcar_fdp1.c | 10 ++++------ drivers/media/platform/renesas/renesas-ceu.c | 10 ++++------ drivers/media/platform/renesas/vsp1/vsp1_drv.c | 14 +++++++------- 5 files changed, 24 insertions(+), 28 deletions(-) -- 2.43.0 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds