]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteb74d42b7fd21b52db97a48431d10fbe7feb991f
tree1fb57e5ec11b95236c3825d0b8cd77d64aed0c82
parentffe81e1ec89032e8e6d5dc00b5b7afbb38cb4db8
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