From patchwork Mon Oct 29 07:21:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Manjunathappa, Prakash" X-Patchwork-Id: 1661671 Return-Path: X-Original-To: patchwork-davinci@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by patchwork1.kernel.org (Postfix) with ESMTP id 96DC73FCF7 for ; Mon, 29 Oct 2012 07:38:38 +0000 (UTC) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id q9T7b7Or025566; Mon, 29 Oct 2012 02:37:07 -0500 Received: from DLEE74.ent.ti.com (dlee74.ent.ti.com [157.170.170.8]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id q9T7b76Y004530; Mon, 29 Oct 2012 02:37:07 -0500 Received: from dlelxv23.itg.ti.com (172.17.1.198) by DLEE74.ent.ti.com (157.170.170.8) with Microsoft SMTP Server id 14.1.323.3; Mon, 29 Oct 2012 02:37:07 -0500 Received: from linux.omap.com (dlelxs01.itg.ti.com [157.170.227.31]) by dlelxv23.itg.ti.com (8.13.8/8.13.8) with ESMTP id q9T7b7su021757; Mon, 29 Oct 2012 02:37:07 -0500 Received: from linux.omap.com (localhost [127.0.0.1]) by linux.omap.com (Postfix) with ESMTP id 1F39080627; Mon, 29 Oct 2012 01:37:07 -0600 (CST) X-Original-To: davinci-linux-open-source@linux.davincidsp.com Delivered-To: davinci-linux-open-source@linux.davincidsp.com Received: from dbdp20.itg.ti.com (dbdp20.itg.ti.com [172.24.170.38]) by linux.omap.com (Postfix) with ESMTP id EB30880626 for ; Mon, 29 Oct 2012 01:36:59 -0600 (CST) Received: from DBDE70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id q9T7aqu2010886; Mon, 29 Oct 2012 13:06:53 +0530 (IST) Received: from dbdp32.itg.ti.com (172.24.170.251) by dbde70.ent.ti.com (172.24.170.148) with Microsoft SMTP Server id 14.1.323.3; Mon, 29 Oct 2012 13:06:52 +0530 Received: from ucmsshproxy.india.ext.ti.com (dbdp20.itg.ti.com [172.24.170.38]) by dbdp32.itg.ti.com (8.13.8/8.13.8) with SMTP id q9T7akkT016580; Mon, 29 Oct 2012 13:06:47 +0530 Received: from symphony.india.ext.ti.com (unknown [192.168.247.13]) by ucmsshproxy.india.ext.ti.com (Postfix) with ESMTP id 5AD64158002; Mon, 29 Oct 2012 13:06:46 +0530 (IST) Received: from localhost.localdomain (linux-psp-server [192.168.247.76]) by symphony.india.ext.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id q9T7af712351; Mon, 29 Oct 2012 13:06:41 +0530 (IST) From: "Manjunathappa, Prakash" To: , Subject: [PATCH 1/2] da8xx-fb: add DT support Date: Mon, 29 Oct 2012 12:51:05 +0530 Message-ID: <1351495266-1202-1-git-send-email-prakash.pm@ti.com> X-Mailer: git-send-email 1.7.0.4 MIME-Version: 1.0 CC: , , , , , , X-BeenThere: davinci-linux-open-source@linux.davincidsp.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: Errors-To: davinci-linux-open-source-bounces@linux.davincidsp.com 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&m=134937362110396&w=2 [2]:http://marc.info/?l=linux-fbdev&m=135036440702662&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