From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russ Dill Date: Wed, 09 May 2012 16:50:31 +0000 Subject: Re: [PATCH 01/25] OMAPDSS: panel-dvi: add PD gpio handling Message-Id: List-Id: References: <1336053481-25433-1-git-send-email-tomi.valkeinen@ti.com> <1336053481-25433-2-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1336053481-25433-2-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Tomi Valkeinen Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, archit@ti.com On Thu, May 3, 2012 at 6:57 AM, Tomi Valkeinen wrote: > The driver for the TFP410 chip should handle the power-down signal of > the chip, instead of the current way of handling it in the board files. > > 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(+) > > 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