From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Manjunathappa, Prakash" Date: Mon, 29 Oct 2012 07:33:05 +0000 Subject: [PATCH 1/2] da8xx-fb: add DT support Message-Id: <1351495266-1202-1-git-send-email-prakash.pm@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Cc: FlorianSchandinat@gmx.de, grant.likely@secretlab.ca, rob.herring@calxeda.com, davinci-linux-open-source@linux.davincidsp.com, linux-doc@vger.kernel.org, rob@landley.net, s.trumtrar@pengutronix.de, "Manjunathappa, Prakash" adds device tree support for da8xx-fb driver. Signed-off-by: Manjunathappa, Prakash --- Depends on "of: Add display helper" [1] submitted by Steffen. Above mentioned patch under review in community and has got review comments. Preparing this patch to keep things moving. @Steffen: Could you please include this in your next version of your patch. Applies on top of LCDC cleanup patches under community review [2]. [1]:http://marc.info/?l=dri-devel&m4937362110396&w=2 [2]:http://marc.info/?l=linux-fbdev&m5036440702662&w=2 drivers/video/da8xx-fb.c | 165 +++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 149 insertions(+), 16 deletions(-) diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c index f0f21c8..8a2b0f8 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c @@ -36,6 +36,7 @@ #include #include #include +#include #include