[PATCH] drm/dsi: Add uevent callback

2016-06-13 Thread Thierry Reding
On Wed, Jun 08, 2016 at 10:10:29AM +0530, Archit Taneja wrote: > > > On 06/03/2016 08:58 PM, Thierry Reding wrote: > > From: Thierry Reding > > > > Implement a uevent callback for devices on the MIPI DSI bus. This > > callback will append MODALIAS information to the uevent and allow > >

[PATCH] drm/dsi: Add uevent callback

2016-06-08 Thread Archit Taneja
On 06/03/2016 08:58 PM, Thierry Reding wrote: > From: Thierry Reding > > Implement a uevent callback for devices on the MIPI DSI bus. This > callback will append MODALIAS information to the uevent and allow > modules to be loaded when devices are added to the bus. Reviewed-by: Archit Taneja

[PATCH] drm/dsi: Add uevent callback

2016-06-03 Thread Thierry Reding
From: Thierry Reding Implement a uevent callback for devices on the MIPI DSI bus. This callback will append MODALIAS information to the uevent and allow modules to be loaded when devices are added to the bus. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_mipi_dsi.c