clk: add MOXA ART SoCs clock driver
authorJonas Jensen <jonas.jensen@gmail.com>
Tue, 28 Jan 2014 11:09:11 +0000 (12:09 +0100)
committerMike Turquette <mturquette@linaro.org>
Wed, 19 Mar 2014 00:13:14 +0000 (17:13 -0700)
commitc7bb4fc16ead2883a9e4eece2781fa78a0837735
treec759ff9db13d00717f133433172e984779be48f7
parent5ba8dac012c33b336b29d472fdf5296b5682d8bf
clk: add MOXA ART SoCs clock driver

MOXA ART SoCs allow to determine PLL output and APB frequencies
by reading registers holding multiplier and divisor information.

Add a clock driver for this SoC.

Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Documentation/devicetree/bindings/clock/moxa,moxart-clock.txt [new file with mode: 0644]
drivers/clk/Makefile
drivers/clk/clk-moxart.c [new file with mode: 0644]