Re: [PATCH v2] drm/mipi-dsi: Add OF notifier handler

2024-07-04 Thread Chen-Yu Tsai
On Fri, Jun 28, 2024 at 6:31 PM Luca Ceresoli wrote: > > Hello Chen-Yu, > > +Rob > > On Thu, 27 Jun 2024 15:19:03 +0800 > Chen-Yu Tsai wrote: > > > Add OF notifier handler needed for creating/destroying MIPI DSI devices > > according to dynamic runtime changes in the DT live tree. This code is >

Re: [PATCH v2] drm/mipi-dsi: Add OF notifier handler

2024-06-28 Thread Luca Ceresoli
Hello Chen-Yu, +Rob On Thu, 27 Jun 2024 15:19:03 +0800 Chen-Yu Tsai wrote: > Add OF notifier handler needed for creating/destroying MIPI DSI devices > according to dynamic runtime changes in the DT live tree. This code is > enabled when CONFIG_OF_DYNAMIC is selected. > > This is based on exist

[PATCH v2] drm/mipi-dsi: Add OF notifier handler

2024-06-27 Thread Chen-Yu Tsai
Add OF notifier handler needed for creating/destroying MIPI DSI devices according to dynamic runtime changes in the DT live tree. This code is enabled when CONFIG_OF_DYNAMIC is selected. This is based on existing code for I2C and SPI subsystems. Signed-off-by: Chen-Yu Tsai --- Changes since v1: