On Fri, 9 May 2025 15:53:42 +0200, Luca Ceresoli wrote: > This is the new API for allocating DRM bridges. > > This driver allocates the DRM bridge separately from the main driver > private struct, which prevents using the new devm_drm_bridge_alloc() > API. Simplify the code by replacing the struct drm_bridge pointer with an > > [ ... ] Acked-by: Maxime Ripard <mripard@xxxxxxxxxx> Thanks! Maxime