]> git.baikalelectronics.ru Git - kernel.git/commit
viafb: add clock source selection and PLL power management support
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Wed, 23 Mar 2011 21:04:01 +0000 (21:04 +0000)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Wed, 23 Mar 2011 21:11:46 +0000 (21:11 +0000)
commit08cc6d6c958c04e4c722e7a05ad9026a11797387
treeef838146402b42ecdf9b2e2e5579b900bdce6387
parente97ef0113c2f8a0175f6068a0abb3a9cb8e7d43c
viafb: add clock source selection and PLL power management support

This patch adds some support for clock source selection as well as
PLL power management. The code is unused at the moment but was
successfully tested as far as possible.
The implementation is according to the documentation for VX700,
VX800, VX855, VX900. Probably the source selection works like this
starting with K800 and the power managemennt at least since VX700.
(guessed based on the initialization in viamode.c)

Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/via/hw.c