[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1425458956-20665-1-git-send-email-pi-cheng.chen@linaro.org>
Date: Wed, 4 Mar 2015 16:49:12 +0800
From: "pi-cheng.chen" <pi-cheng.chen@...aro.org>
To: Viresh Kumar <viresh.kumar@...aro.org>,
Matthias Brugger <matthias.bgg@...il.com>,
Rob Herring <robh+dt@...nel.org>,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>
Cc: Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will.deacon@....com>,
"pi-cheng.chen" <pi-cheng.chen@...aro.org>,
"Joe.C" <yingjoe.chen@...iatek.com>,
Eddie Huang <eddie.huang@...iatek.com>,
Howard Chen <ibanezchen@...il.com>,
Ashwin Chaugule <ashwin.chaugule@...aro.org>,
Mike Turquette <mturquette@...aro.org>, fan.chen@...iatek.com,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
linaro-kernel@...ts.linaro.org, linux-mediatek@...ts.infradead.org
Subject: [PATCH v2 0/4] cpufreq: add cpufreq driver for Mediatek MT8173 SoC
MT8173 is a ARMv8 based SoC with 2 clusters. All CPUs in a single cluster
share the same power and clock domain. This series tries to add cpufreq support
for MT8173 SoC by using DT based cpufreq driver.
>From v1 to v2:
1. Add intermediate frequency support in cpufreq-dt driver
2. Use voltage scaling code of cpufreq-dt for little cluster instead of
implementaion in notifier of mtk-cpufreq driver
3. Code refinement for mtk-cpufreq driver
pi-cheng.chen (4):
cpufreq-dt: add clock domain and intermediate frequency support
cpufreq: dt-bindings: add bindings for mtk-cpufreq driver
cpufreq: mediatek: add Mediatek cpufreq driver
ARM64: dts: mediatek: add cpufreq dts for MT8173 SoC
.../devicetree/bindings/cpufreq/cpufreq-mtk.txt | 17 +
arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 10 +
arch/arm64/boot/dts/mediatek/mt8173.dtsi | 25 ++
drivers/cpufreq/Kconfig.arm | 6 +
drivers/cpufreq/Makefile | 1 +
drivers/cpufreq/cpufreq-dt.c | 68 +++-
drivers/cpufreq/mtk-cpufreq.c | 346 +++++++++++++++++++++
include/linux/cpufreq-dt.h | 7 +
8 files changed, 473 insertions(+), 7 deletions(-)
create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt
create mode 100644 drivers/cpufreq/mtk-cpufreq.c
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists