viafb: split clock and PLL code to an extra file
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Thu, 24 Mar 2011 13:30:09 +0000 (13:30 +0000)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Thu, 24 Mar 2011 13:30:09 +0000 (13:30 +0000)
commit2c536f84c19c73ab1e3411bf1596ff85c4a23783
treebe4b08114f4b5a35805017c1852377136615043b
parentc5593d26aea3aba2a7703a0b5d74b4ea8b726889
viafb: split clock and PLL code to an extra file

This patch is a huge move operation with some rename and introduces
an interface to still use the functions. This should be a step in
the right direction to reuse the code whenever possible but cleanly
separate code that differs on different platform and keeping the
complexity as low as possible.
pll_config was renamed to via_pll_config to keep the naming scheme.

Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/via/Makefile
drivers/video/via/hw.c
drivers/video/via/hw.h
drivers/video/via/via_clock.c [new file with mode: 0644]
drivers/video/via/via_clock.h [new file with mode: 0644]