From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Date: Mon, 22 Oct 2012 05:48:58 +0000 Subject: Re: [PATCH 0/9] OMAPDSS: minor fixes & cleanups Message-Id: <5084DE3D.1050502@ti.com> List-Id: References: <1350472835-28727-1-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1350472835-28727-1-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tomi Valkeinen Cc: linux-omap@vger.kernel.org, linux-fbdev@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; -- 1.7.9.5