LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "pi-cheng.chen" <pi-cheng.chen@linaro.org>
To: Viresh Kumar <viresh.kumar@linaro.org>,
Mike Turquette <mturquette@linaro.org>,
Matthias Brugger <matthias.bgg@gmail.com>
Cc: "pi-cheng.chen" <pi-cheng.chen@linaro.org>,
"Joe.C" <yingjoe.chen@mediatek.com>,
Eddie Huang <eddie.huang@mediatek.com>,
Howard Chen <ibanezchen@gmail.com>,
fan.chen@mediatek.com, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
linaro-kernel@lists.linaro.org,
linux-mediatek@lists.infradead.org
Subject: [PATCH v3 0/2] cpufreq: add cpufreq driver for Mediatek MT8173 SoC
Date: Mon, 20 Apr 2015 17:27:25 +0800 [thread overview]
Message-ID: <1429522047-16675-1-git-send-email-pi-cheng.chen@linaro.org> (raw)
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.
Changes in v3:
- Implement MT8173 specific standalone cpufreq driver instead of using
cpufreq-dt driver
- Define OPP table in the driver source code until new OPP binding is ready
Changes in v2:
- Add intermediate frequency support in cpufreq-dt driver
- Use voltage scaling code of cpufreq-dt for little cluster instead of
implementaion in notifier of mtk-cpufreq driver
- Code refinement for mtk-cpufreq driver
pi-cheng.chen (2):
cpufreq: mediatek: Add Mediatek MT8173 cpufreq driver
ARM64: mt8173: dts: Add MT8173 cpufreq driver support
arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 9 +
arch/arm64/boot/dts/mediatek/mt8173.dtsi | 6 +
drivers/cpufreq/Kconfig.arm | 6 +
drivers/cpufreq/Makefile | 1 +
drivers/cpufreq/mt8173-cpufreq.c | 509 ++++++++++++++++++++++++++++
5 files changed, 531 insertions(+)
create mode 100644 drivers/cpufreq/mt8173-cpufreq.c
--
1.9.1
next reply other threads:[~2015-04-20 9:27 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-20 9:27 pi-cheng.chen [this message]
2015-04-20 9:27 ` [PATCH 1/2] cpufreq: mediatek: Add MT8173 cpufreq driver pi-cheng.chen
2015-04-20 14:17 ` Josh Cartwright
2015-04-20 18:31 ` Paul Bolle
2015-04-22 3:11 ` Pi-Cheng Chen
2015-04-22 14:33 ` Josh Cartwright
2015-04-20 18:28 ` Paul Bolle
2015-04-22 3:14 ` Pi-Cheng Chen
2015-04-23 12:01 ` Sascha Hauer
2015-04-24 6:46 ` Pi-Cheng Chen
2015-04-24 12:55 ` Sascha Hauer
2015-05-07 9:42 ` Pi-Cheng Chen
2015-04-23 12:56 ` Mark Rutland
2015-04-24 6:50 ` Pi-Cheng Chen
2015-04-29 6:06 ` Viresh Kumar
2015-04-30 7:42 ` Sascha Hauer
2015-05-07 9:40 ` Pi-Cheng Chen
2015-04-20 9:27 ` [PATCH 2/2] ARM64: mt8173: dts Add MT8173 cpufreq driver support pi-cheng.chen
2015-04-23 12:53 ` Mark Rutland
2015-04-24 7:09 ` Pi-Cheng Chen
2015-05-18 13:29 ` Pi-Cheng Chen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1429522047-16675-1-git-send-email-pi-cheng.chen@linaro.org \
--to=pi-cheng.chen@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=eddie.huang@mediatek.com \
--cc=fan.chen@mediatek.com \
--cc=ibanezchen@gmail.com \
--cc=linaro-kernel@lists.linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=mturquette@linaro.org \
--cc=viresh.kumar@linaro.org \
--cc=yingjoe.chen@mediatek.com \
--subject='Re: [PATCH v3 0/2] cpufreq: add cpufreq driver for Mediatek MT8173 SoC' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).