[PATCH] drm: rcar-du: Add dependency to OF

2015-07-16 Thread Laurent Pinchart
Hi Geert, On Thursday 16 July 2015 11:08:58 Geert Uytterhoeven wrote: > On Thu, Jul 16, 2015 at 10:44 AM, Laurent Pinchart wrote: > > The driver requires OF support, add a dependency in Kconfig and remove > > the platform_device_id table that isn't used anymore. > > > > Signed-off-by: Laurent Pin

[PATCH] drm: rcar-du: Add dependency to OF

2015-07-16 Thread Laurent Pinchart
The driver requires OF support, add a dependency in Kconfig and remove the platform_device_id table that isn't used anymore. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/Kconfig | 2 +- drivers/gpu/drm/rcar-du/rcar_du_drv.c | 11 +-- 2 files changed, 2 insertions(+)

[PATCH] drm: rcar-du: Add dependency to OF

2015-07-16 Thread Geert Uytterhoeven
On Thu, Jul 16, 2015 at 10:44 AM, Laurent Pinchart wrote: > The driver requires OF support, add a dependency in Kconfig and remove > the platform_device_id table that isn't used anymore. > > Signed-off-by: Laurent Pinchart Once Simon has queued up the removal of board-marzen.c: Acked-by: Geert