Re: [PATCH 6/7] drm/omap: dss: platform_register_drivers() to dss.c and remove core.c

2019-09-04 Thread Jyri Sarha
On 03/09/2019 18:34, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > Missing "Move" in the subject after "dss: " ? > That was intentional to keep the subject short enough. But it looks like it is just bellow 76 chars (80 - 4 char indent) even with "Move" added to it. BR,

Re: [PATCH 6/7] drm/omap: dss: platform_register_drivers() to dss.c and remove core.c

2019-09-03 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. Missing "Move" in the subject after "dss: " ? On Mon, Sep 02, 2019 at 03:53:58PM +0300, Tomi Valkeinen wrote: > From: Jyri Sarha > > The core.c just for registering the drivers is kind of useless. Let's > get rid of it and register the dss drivers in dss.c. >

[PATCH 6/7] drm/omap: dss: platform_register_drivers() to dss.c and remove core.c

2019-09-02 Thread Tomi Valkeinen
From: Jyri Sarha The core.c just for registering the drivers is kind of useless. Let's get rid of it and register the dss drivers in dss.c. Signed-off-by: Jyri Sarha Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/dss/Makefile | 2 +- drivers/gpu/drm/omapdrm/dss/core.c | 55