From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: Re: [PATCH 01/21] OMAPDSS: panel-dvi: add PD gpio handling Date: Wed, 7 Mar 2012 23:17:07 +0530 Message-ID: <4F579F1B.7040503@ti.com> References: <1331124290-6285-1-git-send-email-tomi.valkeinen@ti.com> <1331124290-6285-2-git-send-email-tomi.valkeinen@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:39860 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757850Ab2CGRrY (ORCPT ); Wed, 7 Mar 2012 12:47:24 -0500 In-Reply-To: <1331124290-6285-2-git-send-email-tomi.valkeinen@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tomi Valkeinen Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org Hi, On Wednesday 07 March 2012 06:14 PM, Tomi Valkeinen wrote: > The driver for the DVI framer should handle the power-down signal of the > framer, instead of the current way of handling it in the board files. What does framer mean? > > This patch adds power_down_gpio into the device's platform data, and > adds the necessary code in the driver to request and handle the GPIO. > > Signed-off-by: Tomi Valkeinen > --- > drivers/video/omap2/displays/panel-dvi.c | 31 ++++++++++++++++++++++++++++++ > include/video/omap-panel-dvi.h | 2 + > 2 files changed, 33 insertions(+), 0 deletions(-) > > diff --git a/drivers/video/omap2/displays/panel-dvi.c b/drivers/video/omap2/displays/panel-dvi.c > index 03eb14a..876b798 100644 > --- a/drivers/video/omap2/displays/panel-dvi.c > +++ b/drivers/video/omap2/displays/panel-dvi.c > @@ -21,6 +21,7 @@ > #include > #include