From: hvaibhav@ti.com (Vaibhav Hiremath)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH-V2 0/2] arm:omap:am33xx: Add voltage and power domain data
Date: Sun, 25 Dec 2011 14:30:26 +0530 [thread overview]
Message-ID: <1324803628-16790-1-git-send-email-hvaibhav@ti.com> (raw)
Last time I had submitted a big patch-series, almost changing >7.5K lines
for AM33XX voltage, power, clock and HWMOD data support (as a RFC);
which I believe is very hard to review and difficult to manage also.
So I decided to split the patches as and when they are clean
and ready for review/merge/acceptance,
- Voltage and Power data (ready)
- Clock (common-clk migration) and HWMOD
This patch-series is created on top of my last patch submitted
for OMAP4 PRM cleanup for PWRSTCTRL & PWRSTST -
http://www.mail-archive.com/linux-omap at vger.kernel.org/msg60468.html
As always, I maintain a seperate git repository where you can find
these patches + some patches to get AM335xEVM/BeagleBone to boot cleanly.
http://arago-project.org/git/people/?p=vaibhav/ti-psp-omap-video.git;a=summary
Branch - am335x-staging
Link to first version (RFC version) -
http://www.mail-archive.com/linux-omap at vger.kernel.org/msg58742.html
Changes form V1:
- Splitted patchs based on dependencies.
- Incorporated all Kevin Hilman's review comments
* Have only one patch for data and Makefile/Kconfig changes
* Voltage Data: Add ".scalable = false" entry, to indicate
clearly that scaling is not supported yet.
- Reuse all OMAP4 PRM implementation
* Thanks to Kevin and Rajendra for helping me out in this.
Vaibhav Hiremath (2):
arm:omap:am33xx: Add voltage domain data
arm:omap:am33xx: Add power domain data
arch/arm/mach-omap2/Makefile | 5 +
arch/arm/mach-omap2/io.c | 2 +
arch/arm/mach-omap2/omap_hwmod.c | 1 +
arch/arm/mach-omap2/powerdomain.h | 5 +-
arch/arm/mach-omap2/powerdomains33xx_data.c | 134 +++++++++++++++++++++++++
arch/arm/mach-omap2/prm33xx.h | 118 ++++++++++++++++++++++
arch/arm/mach-omap2/voltage.h | 1 +
arch/arm/mach-omap2/voltagedomains33xx_data.c | 46 +++++++++
8 files changed, 310 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/mach-omap2/powerdomains33xx_data.c
create mode 100644 arch/arm/mach-omap2/prm33xx.h
create mode 100644 arch/arm/mach-omap2/voltagedomains33xx_data.c
next reply other threads:[~2011-12-25 9:00 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-25 9:00 Vaibhav Hiremath [this message]
2011-12-25 9:00 ` [PATCH-V2 1/2] arm:omap:am33xx: Add voltage domain data Vaibhav Hiremath
2012-01-10 18:29 ` Kevin Hilman
2012-01-11 16:26 ` Hiremath, Vaibhav
2011-12-25 9:00 ` [PATCH-V2 2/2] arm:omap:am33xx: Add power " Vaibhav Hiremath
2012-03-01 1:37 ` Paul Walmsley
2012-03-01 10:42 ` Hiremath, Vaibhav
2012-03-02 5:49 ` Paul Walmsley
2012-03-02 5:58 ` Hiremath, Vaibhav
2012-03-01 1:44 ` Paul Walmsley
2012-03-01 10:54 ` Hiremath, Vaibhav
2012-03-02 6:32 ` Paul Walmsley
2012-03-02 6:37 ` Hiremath, Vaibhav
2012-03-02 10:46 ` Paul Walmsley
2012-03-08 16:39 ` Hiremath, Vaibhav
2012-01-10 23:39 ` [PATCH-V2 0/2] arm:omap:am33xx: Add voltage and " Kevin Hilman
2012-01-11 16:27 ` Hiremath, Vaibhav
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=1324803628-16790-1-git-send-email-hvaibhav@ti.com \
--to=hvaibhav@ti.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).