Re: [PATCH v3 07/11] drm: omapdrm: Register omapdrm platform device in omapdss driver

2017-09-28 Thread Tomi Valkeinen
 Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 28/09/17 11:56, Laurent Pinchart wrote: >> Was there a reason to create the omapdrm device in omap_dss_init (i.e. >> module_init), instead of omapdss's probe? Now t

Re: [PATCH v3 07/11] drm: omapdrm: Register omapdrm platform device in omapdss driver

2017-09-28 Thread Laurent Pinchart
Hi Tomi, On Thursday, 28 September 2017 11:03:32 EEST Tomi Valkeinen wrote: > Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. > Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki > On 11/08/17 16:49, Laurent Pinchart wrote: > > The omapdrm platform device is a virtual d

Re: [PATCH v3 07/11] drm: omapdrm: Register omapdrm platform device in omapdss driver

2017-09-28 Thread Tomi Valkeinen
Hi Laurent, Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 11/08/17 16:49, Laurent Pinchart wrote: > The omapdrm platform device is a virtual device created for the sole > purpose of handling the omapdss/omapdrm

[PATCH v3 07/11] drm: omapdrm: Register omapdrm platform device in omapdss driver

2017-08-11 Thread Laurent Pinchart
The omapdrm platform device is a virtual device created for the sole purpose of handling the omapdss/omapdrm driver split. It should eventually be removed. As a first step to ease refactoring move its registration from platform code to driver code. The omapdrm driver name must be changed internall