CPUFREQ: add cpufreq driver.
authorhong.guo <hong.guo@amlogic.com>
Fri, 2 Mar 2018 07:46:13 +0000 (15:46 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Mon, 5 Mar 2018 06:22:13 +0000 (14:22 +0800)
commit10047e6b2a4ed2a740331595bf6b05d92345506c
tree5fe567977855da822fb16c2f10d1c5e42d149a9c
parentae22bba7679fc7dce18f9b26692c334a5812d49c
CPUFREQ: add cpufreq driver.

PD#156734: cpufreq: add cpufreq driver[2/2].

Change-Id: If38dba0973aa7c0d4e9bbba1bee1af81e84ba6b8
Signed-off-by: hong.guo <hong.guo@amlogic.com>
13 files changed:
MAINTAINERS
arch/arm64/boot/dts/amlogic/mesong12a.dtsi
arch/arm64/configs/meson64_defconfig
drivers/amlogic/clk/Makefile
drivers/amlogic/clk/clk-cpu-fclk-composite.c [new file with mode: 0644]
drivers/amlogic/clk/clk-cpu.c
drivers/amlogic/clk/clkc.h
drivers/amlogic/clk/g12a/g12a.c
drivers/amlogic/clk/g12a/g12a.h
drivers/amlogic/clk/g12a/g12a_clk-pll.c
drivers/cpufreq/Kconfig.arm
drivers/cpufreq/Makefile
drivers/cpufreq/meson-cpufreq.c [new file with mode: 0644]