dvfs: add dvfs support for m8baby
authorTao Zeng <tao.zeng@amlogic.com>
Thu, 6 Apr 2017 09:20:47 +0000 (17:20 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Fri, 14 Apr 2017 08:56:32 +0000 (01:56 -0700)
commit3537756b8e8084c1deaa9802828a522585708e8e
treee7545bb9e392f8179b1ddef2140a95df8c1b0a67
parentaef00313b3adee8fd3c309cbee25e3420f7a25bb
dvfs: add dvfs support for m8baby

PD#141217: add dvfs drivers for m8baby

1. add dts and Kconfig/Makefile support for dvfs drivers;
2. add source code of drivers

Change-Id: I2735b31d602d0aaa4118738ebf96f88d72369628
Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
17 files changed:
MAINTAINERS
arch/arm/boot/dts/amlogic/meson8b_m200.dts
arch/arm/configs/meson32_defconfig
drivers/amlogic/Kconfig
drivers/amlogic/Makefile
drivers/amlogic/power/Kconfig [new file with mode: 0644]
drivers/amlogic/power/Makefile [new file with mode: 0644]
drivers/amlogic/power/aml_dvfs/Kconfig [new file with mode: 0644]
drivers/amlogic/power/aml_dvfs/Makefile [new file with mode: 0644]
drivers/amlogic/power/aml_dvfs/aml_dvfs.c [new file with mode: 0644]
drivers/amlogic/power/aml_pmu/Kconfig [new file with mode: 0644]
drivers/amlogic/power/aml_pmu/Makefile [new file with mode: 0644]
drivers/amlogic/power/aml_pmu/aml1218-rw.c [new file with mode: 0644]
drivers/amlogic/power/aml_pmu/aml_pmu.c [new file with mode: 0644]
drivers/amlogic/power/aml_pmu_of_common.c [new file with mode: 0644]
include/linux/amlogic/aml_dvfs.h [new file with mode: 0644]
include/linux/amlogic/aml_pmu.h [new file with mode: 0644]