clock: tl1: initial add tl1 clock driver
authorJian Hu <jian.hu@amlogic.com>
Tue, 11 Sep 2018 04:22:40 +0000 (12:22 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Sat, 29 Sep 2018 13:03:18 +0000 (06:03 -0700)
commitb8a2f778b1ea4e047bad8265f4cad129adfc7a36
treea711022fc17ac2e19d6359fff9d7e086b9ecba74
parent1920f103403876fddf775a1a1c1ce01f941abaa3
clock: tl1: initial add tl1 clock driver

PD#172587: clock: tl1: initial add tl1 clock driver

Initial add tl1 clock driver refered to txlx clock driver.

Change-Id: I2f25c465ae7f3f4e65e842a9d0c35f0e0e75662f
Signed-off-by: Jian Hu <jian.hu@amlogic.com>
14 files changed:
Documentation/devicetree/bindings/clock/amlogic,meson-clkc.txt
MAINTAINERS
drivers/amlogic/clk/Makefile
drivers/amlogic/clk/clkc.h
drivers/amlogic/clk/tl1/Makefile [new file with mode: 0644]
drivers/amlogic/clk/tl1/tl1.c [new file with mode: 0644]
drivers/amlogic/clk/tl1/tl1.h [new file with mode: 0644]
drivers/amlogic/clk/tl1/tl1_ao.c [new file with mode: 0644]
drivers/amlogic/clk/tl1/tl1_clk-mpll.c [new file with mode: 0644]
drivers/amlogic/clk/tl1/tl1_clk-pll.c [new file with mode: 0644]
drivers/amlogic/clk/tl1/tl1_clk_gpu.c [new file with mode: 0644]
drivers/amlogic/clk/tl1/tl1_clk_media.c [new file with mode: 0644]
drivers/amlogic/clk/tl1/tl1_clk_misc.c [new file with mode: 0644]
drivers/amlogic/clk/tl1/tl1_clk_sdemmc.c [new file with mode: 0644]