]> git.baikalelectronics.ru Git - kernel.git/commit
clk: sunxi: Move the GMAC clock to a file of its own
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 10 May 2014 03:33:38 +0000 (22:33 -0500)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 11 Jun 2014 07:58:44 +0000 (09:58 +0200)
commit9c55edc407cc6ee96ad986680dc7cdca477d441e
treebfcdb380247d7d945b8c0739e76a68766bb12ba5
parentf13eea1afe4a0ae4cc1a759f8d33541c858c43fb
clk: sunxi: Move the GMAC clock to a file of its own

Since we have a folder of our own, we can actually make use of it by
splitting the huge clock file into several sub drivers.

The gmac clock is pretty easy to deal with, since it's pretty much
isolated and doesn't have any dependency on the other clocks.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Emilio López <emilio@elopez.com.ar>
drivers/clk/sunxi/Makefile
drivers/clk/sunxi/clk-a20-gmac.c [new file with mode: 0644]
drivers/clk/sunxi/clk-sunxi.c