Re: [PATCH v4 3/6] drm/dsi: Try to match non-DT dsi devices

2016-01-26 Thread Archit Taneja
On 1/21/2016 9:35 PM, Thierry Reding wrote: On Thu, Dec 10, 2015 at 06:11:37PM +0530, Archit Taneja wrote: Add a device name field in mipi_dsi_device. This name is different from the actual dev name (which is of the format "hostname.reg"). When the device is created via DT, this name is set to

Re: [PATCH v4 3/6] drm/dsi: Try to match non-DT dsi devices

2016-01-21 Thread Thierry Reding
On Thu, Dec 10, 2015 at 06:11:37PM +0530, Archit Taneja wrote: > Add a device name field in mipi_dsi_device. This name is different from > the actual dev name (which is of the format "hostname.reg"). When the > device is created via DT, this name is set to the modalias string. Why? What's the use