Hi Tomi,
On Tuesday 09 May 2017 11:40:01 Tomi Valkeinen wrote:
On 08/05/17 14:32, Laurent Pinchart wrote:
All OMAP platforms use DT nowadays, drop support for non-DT devices.
Signed-off-by: Laurent Pinchart laurent.pinchart@ideasonboard.com
drivers/gpu/drm/omapdrm/dss/display.c | 19 ++----- drivers/gpu/drm/omapdrm/dss/dsi.c | 93 ++++++----------------------- drivers/gpu/drm/omapdrm/dss/hdmi4.c | 8 ++- drivers/gpu/drm/omapdrm/dss/hdmi5.c | 8 ++- drivers/gpu/drm/omapdrm/dss/venc.c | 16 ++---- 5 files changed, 35 insertions(+), 109 deletions(-)
Reviewed-by: Tomi Valkeinen tomi.valkeinen@ti.com
Btw, this only drops non-DT support in a few files. We have a lot more to clean up.
You're right. I only took care of the code that bothered me. More patches will come :-)