On Tue, Jul 20, 2021 at 07:19:40PM +0200, Sam Ravnborg wrote: > Hi Maxime, > On Tue, Jul 20, 2021 at 03:45:23PM +0200, Maxime Ripard wrote: > > The mipi_dsi_device allocated by mipi_dsi_device_register_full() is > > already free'd on release. > > > > Fixes: 2f733d6194bd ("drm/panel: Add support for the Raspberry Pi 7" Touchscreen.") > > Signed-off-by: Maxime Ripard > > Reviewed-by: Sam Ravnborg Thanks, I applied it to drm-misc-fixes > I did a quick audit (as using grep mostly) to see if other panels had > the same bug, but did not find others. Yeah, the RaspberryPi panel seems to be the only odd DSI panel not controlled through DCS, and the other panels don't have to allocate the mipi-dsi device anyway. No bridge seems to have the issue though. Maxime