Re: (subset) [PATCH v4 04/24] drm/mipi-dsi: Create devm device attachment

From: Maxime Ripard
Date: Fri Sep 24 2021 - 13:53:12 EST


On Fri, 10 Sep 2021 12:11:58 +0200, Maxime Ripard wrote:
> MIPI-DSI devices need to call mipi_dsi_attach() when their probe is done
> to attach against their host.
>
> However, at removal or when an error occurs, that attachment needs to be
> undone through a call to mipi_dsi_detach().
>
> Let's create a device-managed variant of the attachment function that
> will automatically detach the device at unbind.
>
> [...]

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime