From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Date: Wed, 07 Mar 2012 17:59:07 +0000 Subject: Re: [PATCH 01/21] OMAPDSS: panel-dvi: add PD gpio handling Message-Id: <4F579F1B.7040503@ti.com> List-Id: References: <1331124290-6285-1-git-send-email-tomi.valkeinen@ti.com> <1331124290-6285-2-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1331124290-6285-2-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 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