linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-V2 0/2] arm:omap:am33xx: Add voltage and power domain data
@ 2011-12-25  9:00 Vaibhav Hiremath
  2011-12-25  9:00 ` [PATCH-V2 1/2] arm:omap:am33xx: Add voltage " Vaibhav Hiremath
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Vaibhav Hiremath @ 2011-12-25  9:00 UTC (permalink / raw)
  To: linux-omap; +Cc: khilman, tony, rnayak, linux-arm-kernel, Vaibhav Hiremath

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@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@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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-03-08 16:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-25  9:00 [PATCH-V2 0/2] arm:omap:am33xx: Add voltage and power domain data Vaibhav Hiremath
2011-12-25  9:00 ` [PATCH-V2 1/2] arm:omap:am33xx: Add voltage " 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

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).