From mboxrd@z Thu Jan 1 00:00:00 1970 From: p.zabel@pengutronix.de (Philipp Zabel) Date: Thu, 11 Aug 2016 11:38:10 +0200 Subject: [PATCH V5 1/4] drm/imx-ldb: Add support to drm-bridge In-Reply-To: <1d76685746a1524127aa6747994dd8fd84ad1c38.1470739193.git.peter.senna@collabora.com> References: <1464626385-19253-1-git-send-email-peter.senna@collabora.com> <1d76685746a1524127aa6747994dd8fd84ad1c38.1470739193.git.peter.senna@collabora.com> Message-ID: <1470908290.2493.37.camel@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > Cc: Martin Donnelly > Cc: Enric Balletbo i Serra > Cc: Philipp Zabel > Cc: Rob Herring > Cc: Fabio Estevam > Cc: David Airlie > Cc: Thierry Reding > Cc: Thierry Reding > Signed-off-by: Peter Senna Tschudin > --- > Unchanged from V4 I've rebased and applied patch 1. thanks Philipp