]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
video: s3c-fb: Don't keep device runtime active when open
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 27 Dec 2011 14:16:12 +0000 (14:16 +0000)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Tue, 3 Jan 2012 16:00:05 +0000 (16:00 +0000)
commite2f55b54556ae6a3a365afead6bc8e46a2013d7f
tree4010f569879d629233a5ddd889843e4b590200c2
parent5751b23efb1d91db729ac52e78dd9c9e57baf19f
video: s3c-fb: Don't keep device runtime active when open

Allow the controller to be runtime suspended when the screen is blanked
by not taking a runtime reference while the device is open. This allows
greater system wide power savings when used with a standard application
layer and ensures that the screen does not blank unless requested.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/s3c-fb.c