Re: (subset) [PATCH v4 03/24] drm/mipi-dsi: Create devm device registration
From: Maxime Ripard <hidden>
Date: 2021-09-24 17:52:48
Also in:
dri-devel, linux-samsung-soc, lkml
From: Maxime Ripard <hidden>
Date: 2021-09-24 17:52:48
Also in:
dri-devel, linux-samsung-soc, lkml
On Fri, 10 Sep 2021 12:11:57 +0200, Maxime Ripard wrote:
Devices that take their data through the MIPI-DSI bus but are controlled through a secondary bus like I2C have to register a secondary device on the MIPI-DSI bus through the mipi_dsi_device_register_full() function. At removal or when an error occurs, that device needs to be removed through a call to mipi_dsi_device_unregister(). [...]
Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime