]> git.karo-electronics.de Git - karo-tx-linux.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)
commitcca35017ca0dadae632ced71a11a7e0b7083af6c
treebe103d24062e0f3539b909e3381a79903e20d02a
parentc50e86ce7c2961a41f2f7aa6e4fd6c99229ba205
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