Re: [PATCH v3 3/8] drm/mipi-dsi: Create devm device registration

2021-08-24 Thread Andrzej Hajda
W dniu 23.08.2021 o 10:47, Maxime Ripard pisze: > 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

[PATCH v3 3/8] drm/mipi-dsi: Create devm device registration

2021-08-23 Thread Maxime Ripard
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