[PATCH 0/3] Add cpufreq and cci devfreq for mt8183

2019-01-28 Thread Andrew-sh Cheng
MT8183 supports CPU DVFS and CCI DVFS, and LITTLE cpus and CCI are in the same voltage domain. So, this series is to add drivers to handle the voltage coupling between CPU and CCI DVFS. Andrew-sh.Cheng (3): cpufreq: mediatek: add mt8183 cpufreq support dt-bindings: devfreq: add compatible

[PATCH v1 2/4] cpufreq: mediatek: Add mediatek related projects into blacklist

2017-12-07 Thread Andrew-sh Cheng
mediatek projects will use mediate-cpufreq.c as cpufreq driver, instead of using cpufreq_dt.c Add mediatek related projects into cpufreq-dt blacklist Signed-off-by: Andrew-sh Cheng <andrew-sh.ch...@mediatek.com> --- drivers/cpufreq/cpufreq-dt-platdev.c | 8 1 file changed, 8 inse

[PATCH v1 3/4] arm64: dts: mediatek: add mt8173 cpufreq related device nodes

2017-12-07 Thread Andrew-sh Cheng
Add opp v2 information, and also add clocks, regulators and opp information into cpu nodes Signed-off-by: Andrew-sh Cheng <andrew-sh.ch...@mediatek.com> --- arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 18 ++ arch/arm64/boot/dts/mediatek/mt8173.dtsi| 90 ++

[PATCH v1 4/4] arm64: dts: mediatek: add mt2712 cpufreq related device nodes

2017-12-07 Thread Andrew-sh Cheng
Add opp v2 information, and also add clocks, regulators and opp information into cpu nodes Signed-off-by: Andrew-sh Cheng <andrew-sh.ch...@mediatek.com> --- arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 27 ++ arch/arm64/boot/dts/mediatek/mt2712e.dtsi

[PATCH v1 3/4] arm64: dts: mediatek: add mt8173 cpufreq related device nodes

2017-12-07 Thread Andrew-sh Cheng
Add opp v2 information, and also add clocks, regulators and opp information into cpu nodes Signed-off-by: Andrew-sh Cheng --- arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 18 ++ arch/arm64/boot/dts/mediatek/mt8173.dtsi| 90 + 2 files changed, 108 insertions

[PATCH v1 4/4] arm64: dts: mediatek: add mt2712 cpufreq related device nodes

2017-12-07 Thread Andrew-sh Cheng
Add opp v2 information, and also add clocks, regulators and opp information into cpu nodes Signed-off-by: Andrew-sh Cheng --- arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 27 ++ arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 57 + 2 files changed, 84

[PATCH v1 2/4] cpufreq: mediatek: Add mediatek related projects into blacklist

2017-12-07 Thread Andrew-sh Cheng
mediatek projects will use mediate-cpufreq.c as cpufreq driver, instead of using cpufreq_dt.c Add mediatek related projects into cpufreq-dt blacklist Signed-off-by: Andrew-sh Cheng --- drivers/cpufreq/cpufreq-dt-platdev.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers

[PATCH v1 1/4] cpufreq: mediatek: add mt2712 into compatible list

2017-12-07 Thread Andrew-sh Cheng
Support mt2712 in mediatek-cpufreq.c Signed-off-by: Andrew-sh Cheng <andrew-sh.ch...@mediatek.com> --- drivers/cpufreq/mediatek-cpufreq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/cpufreq/mediatek-cpufreq.c b/drivers/cpufreq/mediatek-cpufreq.c index 18c4bd9..62aec5c

[PATCH v1 1/4] cpufreq: mediatek: add mt2712 into compatible list

2017-12-07 Thread Andrew-sh Cheng
Support mt2712 in mediatek-cpufreq.c Signed-off-by: Andrew-sh Cheng --- drivers/cpufreq/mediatek-cpufreq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/cpufreq/mediatek-cpufreq.c b/drivers/cpufreq/mediatek-cpufreq.c index 18c4bd9..62aec5c 100644 --- a/drivers/cpufreq/mediatek

[PATCH v1 0/4] add support of cpufreq to mt8173 and mt2712

2017-12-07 Thread Andrew-sh Cheng
] http://lists.infradead.org/pipermail/linux-arm-kernel/2017-November/544072.html Andrew-sh Cheng (4): cpufreq: mediatek: add mt2712 into compatible list cpufreq: mediatek: Add mediatek related projects into blacklist arm64: dts: mediatek: add mt8173 cpufreq related device nodes arm64: dts

[PATCH v1 0/4] add support of cpufreq to mt8173 and mt2712

2017-12-07 Thread Andrew-sh Cheng
] http://lists.infradead.org/pipermail/linux-arm-kernel/2017-November/544072.html Andrew-sh Cheng (4): cpufreq: mediatek: add mt2712 into compatible list cpufreq: mediatek: Add mediatek related projects into blacklist arm64: dts: mediatek: add mt8173 cpufreq related device nodes arm64: dts