]> git.baikalelectronics.ru Git - 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)
commitdd3101444dab4b85cdd8db1b656dac60d6a0bc56
tree4010f569879d629233a5ddd889843e4b590200c2
parent7f4c102056726712a6180b8526638e8e9d99e7d4
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