commit | 97259e99bdc9144d071815536f1dbc2e41c6b5a8 | [log] [tgz] |
---|---|---|
author | Steffen Trumtrar <s.trumtrar@pengutronix.de> | Mon Jan 06 10:27:37 2014 -0600 |
committer | Mike Turquette <mturquette@linaro.org> | Tue Feb 18 14:08:13 2014 -0800 |
tree | 951034053e4874e158c8cb442e1025a2e66cd128 | |
parent | 0c5a1872ba04dbcf8430d805a8c34e0ee22f1f75 [diff] |
clk: socfpga: split clk code Move the different kinds of clocks into their own files. The reason is to aid readability of the code. This also goes along with the other SoC-specific clock drivers. The split introduces new structs for the three types of clocks and uses them. Other changes are not done to the code. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>