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