Re: [PATCH v2 10/28] drm: omapdrm: dsi: Handle pin muxing internally

2017-05-09 Thread Laurent Pinchart
Hi Tomi, On Tuesday 09 May 2017 12:37:36 Tomi Valkeinen wrote: > On 08/05/17 14:32, Laurent Pinchart wrote: > > Don't rely on callback functions provided by the platform, but access > > the syscon internally to mux the DSI pins. > > > > Signed-off-by: Laurent Pinchart > > --- > > > > drivers/g

Re: [PATCH v2 10/28] drm: omapdrm: dsi: Handle pin muxing internally

2017-05-09 Thread Tomi Valkeinen
On 08/05/17 14:32, Laurent Pinchart wrote: > Don't rely on callback functions provided by the platform, but access > the syscon internally to mux the DSI pins. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/dss/core.c | 20 -- > drivers/gpu/drm/omapdrm/dss/dsi.c | 8

[PATCH v2 10/28] drm: omapdrm: dsi: Handle pin muxing internally

2017-05-08 Thread Laurent Pinchart
Don't rely on callback functions provided by the platform, but access the syscon internally to mux the DSI pins. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/core.c | 20 -- drivers/gpu/drm/omapdrm/dss/dsi.c | 82 -- drivers/gpu/drm