[PATCH V5 1/4] drm/imx-ldb: Add support to drm-bridge
From: p.zabel@pengutronix.de (Philipp Zabel)
Date: 2016-08-11 09:39:25
Also in:
dri-devel, linux-devicetree, lkml
From: p.zabel@pengutronix.de (Philipp Zabel)
Date: 2016-08-11 09:39:25
Also in:
dri-devel, linux-devicetree, lkml
Am Dienstag, den 09.08.2016, 18:41 +0200 schrieb Peter Senna Tschudin:
Add support to attach a drm_bridge to imx-ldb in addition to existing support to attach a LVDS panel. This patch does a simple code refactoring by moving code from for_each_child_of_node iterator to a new function named imx_ldb_panel_ddc(). This was necessary to allow the panel ddc code to run only when the imx_ldb is not attached to a bridge. Cc: Martyn Welch <martyn.welch@collabora.co.uk> Cc: Martin Donnelly <redacted> Cc: Enric Balletbo i Serra <redacted> Cc: Philipp Zabel <p.zabel@pengutronix.de> Cc: Rob Herring <robh@kernel.org> Cc: Fabio Estevam <redacted> Cc: David Airlie <redacted> Cc: Thierry Reding <redacted> Cc: Thierry Reding <redacted> Signed-off-by: Peter Senna Tschudin <redacted> --- Unchanged from V4
I've rebased and applied patch 1. thanks Philipp