clk: hisilicon: add common clock support
authorHaojian Zhuang <haojian.zhuang@gmail.com>
Wed, 13 Nov 2013 00:51:23 +0000 (08:51 +0800)
committerHaojian Zhuang <haojian.zhuang@gmail.com>
Wed, 4 Dec 2013 10:36:45 +0000 (18:36 +0800)
Enable common clock driver of Hi3620 SoC. clkgate-seperated driver is
used to support the clock gate that enable/disable/status registers
are seperated.

Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Documentation/devicetree/bindings/clock/hi3620-clock.txt [new file with mode: 0644]
drivers/clk/Makefile
drivers/clk/hisilicon/Makefile [new file with mode: 0644]
drivers/clk/hisilicon/clk-hi3620.c [new file with mode: 0644]
drivers/clk/hisilicon/clk.c [new file with mode: 0644]
drivers/clk/hisilicon/clk.h [new file with mode: 0644]
drivers/clk/hisilicon/clkgate-separated.c [new file with mode: 0644]
include/dt-bindings/clock/hi3620-clock.h [new file with mode: 0644]

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge