Hi, On Sun, 18 Feb 2024 18:50:35 +0100, Martin Blumenstingl wrote: > Rename meson_encoder_{cvbs,dsi,hdmi}_init() to > meson_encoder_{cvbs,dsi,hdmi}_probe() so it's clear that these functions > are used at probe time during driver initialization. Also switch all > error prints inside those functions to use dev_err_probe() for > consistency. > > This makes the code more straight forward to read and makes the error > prints within those functions consistent (by logging all -EPROBE_DEFER > with dev_dbg(), while actual errors are logged with dev_err() and get > the error value printed). > > [...] Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next) [1/1] drm/meson: improve encoder probe / initialization error handling https://cgit.freedesktop.org/drm/drm-misc/commit/?id=1a9e51bef89af0f0976cf4c83a1e682895695dcf -- Neil