Re: [PATCH v4 2/6] drm/dsi: Refactor device creation

2016-01-26 Thread Archit Taneja
On 1/21/2016 9:16 PM, Thierry Reding wrote: On Thu, Dec 10, 2015 at 06:11:36PM +0530, Archit Taneja wrote: Simplify the mipi dsi device creation process. device_initialize and "MIPI" and "DSI", please. Sure, I'll replace with these and in the other patches. device_add don't need to be

Re: [PATCH v4 2/6] drm/dsi: Refactor device creation

2016-01-21 Thread Thierry Reding
On Thu, Dec 10, 2015 at 06:11:36PM +0530, Archit Taneja wrote: > Simplify the mipi dsi device creation process. device_initialize and "MIPI" and "DSI", please. > device_add don't need to be called separately when creating > mipi_dsi_device's. Use device_register instead to simplify things. > > C