Re: [PATCH v2 22/28] drm: omapdrm: Move shutdown() handler from core to dss

2017-05-09 Thread Laurent Pinchart
Hi Tomi, On Tuesday 09 May 2017 14:38:39 Tomi Valkeinen wrote: > On 08/05/17 14:32, Laurent Pinchart wrote: > > In preparation for removal of the core module, move the shutdown() > > handler from core to dss. > > > > Signed-off-by: Laurent Pinchart > > --- > > > > drivers/gpu/drm/omapdrm/dss/c

Re: [PATCH v2 22/28] drm: omapdrm: Move shutdown() handler from core to dss

2017-05-09 Thread Tomi Valkeinen
On 08/05/17 14:32, Laurent Pinchart wrote: > In preparation for removal of the core module, move the shutdown() > handler from core to dss. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/dss/core.c | 20 > drivers/gpu/drm/omapdrm/dss/dss.c | 16

[PATCH v2 22/28] drm: omapdrm: Move shutdown() handler from core to dss

2017-05-08 Thread Laurent Pinchart
In preparation for removal of the core module, move the shutdown() handler from core to dss. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/core.c | 20 drivers/gpu/drm/omapdrm/dss/dss.c | 16 2 files changed, 16 insertions(+), 20 deletions