fbdev: sh_mobile_hdmi: fix regression: statically enable RTPM
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Tue, 14 Jun 2011 14:27:22 +0000 (14:27 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 15 Jun 2011 05:51:46 +0000 (14:51 +0900)
commitd521dd944e461371cb309c7c3568483cd2b6f5f2
tree1fb57e5ec11b95236c3825d0b8cd77d64aed0c82
parentd64c132ffe04c0941d3008f178f8cca157dd7f16
fbdev: sh_mobile_hdmi: fix regression: statically enable RTPM

A recent modification to the runtime PM code on mach-shmobile made a wrong
RTPM implementation in the sh_mobile_hdmi driver apparent, which broke
HDMI hotplug detection support on ap4evb. This patch does not implement a
proper dynamic RTPM support for sh_mobile_hdmi, instead it restores the
previous working state by statically enabling it. A more power-efficient
solution should be implemented for the next kernel version.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/sh_mobile_hdmi.c