Hi Geert, Thanks for the patch.
> -----Original Message----- > From: Geert Uytterhoeven <geert+rene...@glider.be> > Sent: 09 July 2025 19:43 > Subject: [PATCH] drm: renesas: rz-du: mipi_dsi: Convert to RUNTIME_PM_OPS() > > Convert the Renesas RZ/G2L MIPI DSI Encoder driver from > SET_RUNTIME_PM_OPS() to RUNTIME_PM_OPS() and pm_ptr(). This lets us drop the > __maybe_unused > annotations from its runtime suspend and resume callbacks, and reduces kernel > size in case CONFIG_PM > is disabled. > > Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be> Reviewed-by: Biju Das <biju.das...@bp.renesas.com>