From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH 01/25] OMAPDSS: panel-dvi: add PD gpio handling Date: Wed, 09 May 2012 20:32:40 +0300 Message-ID: <1336584760.3962.72.camel@deskari> References: <1336053481-25433-1-git-send-email-tomi.valkeinen@ti.com> <1336053481-25433-2-git-send-email-tomi.valkeinen@ti.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-iFYNKZ56wzxKqDZL4pwT" Return-path: Received: from na3sys009aog116.obsmtp.com ([74.125.149.240]:40444 "EHLO na3sys009aog116.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753027Ab2EIRcq (ORCPT ); Wed, 9 May 2012 13:32:46 -0400 Received: by lagw12 with SMTP id w12so410595lag.38 for ; Wed, 09 May 2012 10:32:43 -0700 (PDT) In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Russ Dill Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, archit@ti.com --=-iFYNKZ56wzxKqDZL4pwT Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, 2012-05-09 at 09:50 -0700, Russ Dill wrote: > On Thu, May 3, 2012 at 6:57 AM, Tomi Valkeinen wr= ote: > > 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/o= map2/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