From: bilhuang@nvidia.com (Bill Huang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Remodel Tegra cpufreq driver to support Tegra series SoCs
Date: Wed, 11 Sep 2013 04:19:12 -0700 [thread overview]
Message-ID: <1378898355-31290-1-git-send-email-bilhuang@nvidia.com> (raw)
This patch series remodel Tegra cpufreq driver to make it more easy to
add new SoC support, in addition to that, adding probe function in the
driver to let probe defer can be used to control init sequence when we
going to support DVFS.
Bill Huang (2):
cpufreq: tegra: Remove not used header and clean up codes
cpufreq: tegra: Re-model Tegra cpufreq driver
arch/arm/mach-tegra/common.c | 2 +
drivers/cpufreq/Kconfig.arm | 16 +++-
drivers/cpufreq/Makefile | 1 +
drivers/cpufreq/tegra-cpufreq.c | 192 +++++++++++++++++--------------------
drivers/cpufreq/tegra-cpufreq.h | 37 +++++++
drivers/cpufreq/tegra20-cpufreq.c | 133 +++++++++++++++++++++++++
include/linux/tegra-soc.h | 11 ++-
7 files changed, 283 insertions(+), 109 deletions(-)
create mode 100644 drivers/cpufreq/tegra-cpufreq.h
create mode 100644 drivers/cpufreq/tegra20-cpufreq.c
--
1.7.9.5
next reply other threads:[~2013-09-11 11:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-11 11:19 Bill Huang [this message]
2013-09-11 11:19 ` [PATCH 1/2] cpufreq: tegra: Remove not used header and clean up codes Bill Huang
2013-09-11 19:19 ` Stephen Warren
2013-09-11 11:19 ` [PATCH 2/2] cpufreq: tegra: Re-model Tegra cpufreq driver Bill Huang
2013-09-11 19:33 ` Stephen Warren
2013-09-12 2:03 ` Bill Huang
2013-09-12 10:14 ` Peter De Schrijver
2013-09-12 10:35 ` Bill Huang
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=1378898355-31290-1-git-send-email-bilhuang@nvidia.com \
--to=bilhuang@nvidia.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).