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

2018-02-27 Thread Laurent Pinchart
Hi Jyri, Thank you for the patch. On Friday, 16 February 2018 13:25:08 EET Jyri Sarha wrote: > 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 Reviewed-by: Laurent Pinchart > --- > dri

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

2018-02-16 Thread 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 --- drivers/gpu/drm/omapdrm/dss/Makefile | 2 +- drivers/gpu/drm/omapdrm/dss/core.c | 66 drivers/gpu/drm/o