Re: [PATCH v3 21/22] drm/bridge: panel: convert to devm_drm_bridge_alloc() API

From: Maxime Ripard
Date: Sat May 10 2025 - 05:42:31 EST


On Fri, 9 May 2025 15:53:47 +0200, Luca Ceresoli wrote:
> This is the new API for allocating DRM bridges.
>
> The devm lifetime management of this driver is peculiar. The underlying
> device for the panel_bridge is the panel, and the devm lifetime is tied the
> panel device (panel->dev). However the panel_bridge allocation is not
>
> [ ... ]

Acked-by: Maxime Ripard <mripard@xxxxxxxxxx>

Thanks!
Maxime