From: josephl@nvidia.com (Joseph Lo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3 0/3] ARM: tegra: add clock source for PMC
Date: Tue, 2 Apr 2013 19:19:40 +0800 [thread overview]
Message-ID: <1364901583-24867-1-git-send-email-josephl@nvidia.com> (raw)
This series was original introduced to clean up the PM related code after
the system suspending support series. The information about the origianl
patch set is below.
[1/3] ARM: tegra: moving the CPU power timer function to PMC driver
[2/3] ARM: tegra: refactor the pmc_pm_set function
[3/3] ARM: tegra: cpuidle: remove redundant parameters for powered-down mode
I split them up in V2. The [1/3] is integrated into this series. And should
be merged before the system suspending support series.
The [2/3] is squashed into the system suspending support v4 series.
The [3/3] become a stand alone clean up patah right after the system suspending
support series.
V3:
* add the DT bindings for the clock source of PMC
* getting the clock from DT
Joseph Lo (3):
ARM: tegra: get PMC clock source from DT
ARM: dts: tegra: add clock source for PMC
ARM: tegra: moving the CPU power timer function to PMC driver
.../bindings/arm/tegra/nvidia,tegra20-pmc.txt | 23 ++++++++++++++
arch/arm/boot/dts/tegra20-colibri-512.dtsi | 13 ++++++++
arch/arm/boot/dts/tegra20-harmony.dts | 13 ++++++++
arch/arm/boot/dts/tegra20-paz00.dts | 13 ++++++++
arch/arm/boot/dts/tegra20-seaboard.dts | 13 ++++++++
arch/arm/boot/dts/tegra20-tamonten.dtsi | 13 ++++++++
arch/arm/boot/dts/tegra20-trimslice.dts | 13 ++++++++
arch/arm/boot/dts/tegra20-ventana.dts | 13 ++++++++
arch/arm/boot/dts/tegra20-whistler.dts | 13 ++++++++
arch/arm/boot/dts/tegra20.dtsi | 2 ++
arch/arm/boot/dts/tegra30-beaver.dts | 13 ++++++++
arch/arm/boot/dts/tegra30-cardhu.dtsi | 13 ++++++++
arch/arm/boot/dts/tegra30.dtsi | 2 ++
arch/arm/mach-tegra/common.c | 2 +-
arch/arm/mach-tegra/pm.c | 37 +---------------------
arch/arm/mach-tegra/pmc.c | 36 +++++++++++++++++++++
arch/arm/mach-tegra/pmc.h | 4 +++
17 files changed, 199 insertions(+), 37 deletions(-)
--
1.8.2
next reply other threads:[~2013-04-02 11:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-02 11:19 Joseph Lo [this message]
2013-04-02 11:19 ` [PATCH V3 1/3] ARM: tegra: get PMC clock source from DT Joseph Lo
2013-04-02 19:33 ` Stephen Warren
2013-04-02 11:19 ` [PATCH V3 2/3] ARM: dts: tegra: add clock source for PMC Joseph Lo
2013-04-02 19:36 ` Stephen Warren
2013-04-02 11:19 ` [PATCH V3 3/3] ARM: tegra: moving the CPU power timer function to PMC driver Joseph Lo
2013-04-02 19:37 ` Stephen Warren
2013-04-02 19:42 ` Stephen Warren
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=1364901583-24867-1-git-send-email-josephl@nvidia.com \
--to=josephl@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).