From patchwork Mon Oct 22 05:48:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: archit taneja X-Patchwork-Id: 1623501 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id BADC040D5E for ; Mon, 22 Oct 2012 05:48:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754700Ab2JVFs6 (ORCPT ); Mon, 22 Oct 2012 01:48:58 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:51543 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753999Ab2JVFs5 (ORCPT ); Mon, 22 Oct 2012 01:48:57 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id q9M5mtwS002404; Mon, 22 Oct 2012 00:48:56 -0500 Received: from DBDE71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id q9M5ms3e008152; Mon, 22 Oct 2012 11:18:55 +0530 (IST) Received: from [172.24.136.151] (172.24.136.151) by DBDE71.ent.ti.com (172.24.170.149) with Microsoft SMTP Server id 14.1.323.3; Mon, 22 Oct 2012 11:18:54 +0530 Message-ID: <5084DE3D.1050502@ti.com> Date: Mon, 22 Oct 2012 11:18:45 +0530 From: Archit Taneja User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: Tomi Valkeinen CC: , Subject: Re: [PATCH 0/9] OMAPDSS: minor fixes & cleanups References: <1350472835-28727-1-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1350472835-28727-1-git-send-email-tomi.valkeinen@ti.com> X-Originating-IP: [172.24.136.151] Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On Wednesday 17 October 2012 04:50 PM, Tomi Valkeinen wrote: > Hi, > > This series contains minor cleanups and fixes for omapdss. This series looks fine to me. I have a related cleanup patch which you may consider adding to the series. Thanks, Archit From: Archit Taneja Date: Thu, 18 Oct 2012 16:51:57 +0530 Subject: [PATCH] OMAPDSS: Remove acb and acbi fields from omap_dss_device acbi and acb fields were meant for passive matrix panels which omapdss doesn't support any longer. Remove these fields from omap_dss_device struct. Signed-off-by: Archit Taneja --- include/video/omapdss.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 88c8294..f39e6aa 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -621,10 +621,6 @@ struct omap_dss_device { struct { struct omap_video_timings timings; - int acbi; /* ac-bias pin transitions per interrupt */ - /* Unit: line clocks */ - int acb; /* ac-bias pin frequency */ - enum omap_dss_dsi_pixel_format dsi_pix_fmt; enum omap_dss_dsi_mode dsi_mode; struct omap_dss_dsi_videomode_timings dsi_vm_timings;