From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Wed, 07 Mar 2012 12:44:30 +0000 Subject: [PATCH 01/21] OMAPDSS: panel-dvi: add PD gpio handling Message-Id: <1331124290-6285-2-git-send-email-tomi.valkeinen@ti.com> List-Id: References: <1331124290-6285-1-git-send-email-tomi.valkeinen@ti.com> In-Reply-To: <1331124290-6285-1-git-send-email-tomi.valkeinen@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org Cc: archit@ti.com, Tomi Valkeinen 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. 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