]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: HDMI: Move GPIO handling to HDMI driver
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 26 Apr 2012 11:48:32 +0000 (14:48 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Sep 2012 17:01:49 +0000 (20:01 +0300)
commit4ca5db77cf6d5239a61f53916ccea579076644d8
treebe103d24062e0f3539b909e3381a79903e20d02a
parent6e79c45dbcb0f52c16410caa2b49a860f5fe803a
OMAPDSS: HDMI: Move GPIO handling to HDMI driver

We currently manage HDMI GPIOs in the board files via
platform_enable/disable calls. This won't work with device tree, and in
any case the correct place to manage the GPIOs is in the HDMI driver.

This patch moves the handling of the GPIOs to the HDMI driver. The GPIO
handling is moved to the common hdmi.c file, and this probably needs to
be revisited when adding OMAP5 HDMI support to see if the GPIO handling
needs to be moved to IP specific files.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-4430sdp.c
arch/arm/mach-omap2/board-omap4panda.c
drivers/video/omap2/dss/hdmi.c
include/video/omapdss.h