All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v2] omap: opp: Add opp data
@ 2010-10-20  1:02 Nishanth Menon
  2010-10-20  1:02 ` [PATCH 1/3 v2] omap: opp: add OMAP3 OPP table data and common init Nishanth Menon
  0 siblings, 1 reply; 8+ messages in thread
From: Nishanth Menon @ 2010-10-20  1:02 UTC (permalink / raw)
  To: l-o; +Cc: Kevin H, Tony, Nishanth Menon

Rev2 of the original series since opp layer is moved to power for-next tree:
http://marc.info/?l=linux-omap&m=128458780403670&w=2

This series introduces a layer to manage Operating Performance Points (OPPs)
for OMAP SoCs.

Based on kernel.org commit 51ea8a8.
Depends on OPP layer patch from Rafael's tree:
http://git.kernel.org/?p=linux/kernel/git/rafael/suspend-2.6.git;a=commit;h=56149b574181d98aedf97f1f2d91d05ab261db41 

Note: 
Tony, for applying on l-o, the following conflicts:
arch/arm/mach-omap2/Kconfig -> few additional changes to ARCH_OMAP{3,4}
not in kernel.org yet.
arch/arm/mach-omap2/io.c - hwmodint of omap4 is introduced
Conflicts are trivial and if necessary, I can post one rebased to l-o

Patch "omap4: opp: add OPP table data" is based off the OPP data from
http://dev.omapzoom.org/?p=santosh/kernel-omap4-base.git;a=blob;f=arch/arm/mach-omap2/opp44xx_data.c;h=252e3d0cb6050a64f390b9311c1c4977d74f762a;hb=refs/heads/omap4_next

Kevin Hilman (1):
  OMAP3: remove OPP interfaces from OMAP PM layer

Nishanth Menon (2):
  omap: opp: add OMAP3 OPP table data and common init
  omap4: opp: add OPP table data

 arch/arm/mach-omap2/Kconfig               |    2 +
 arch/arm/mach-omap2/Makefile              |    2 +
 arch/arm/mach-omap2/io.c                  |    3 +-
 arch/arm/mach-omap2/opp.c                 |  142 +++++++++++++++++++++++++++++
 arch/arm/mach-omap2/opp3xxx_data.h        |   82 +++++++++++++++++
 arch/arm/mach-omap2/opp4xxx_data.h        |   37 ++++++++
 arch/arm/mach-omap2/pm.c                  |    6 +
 arch/arm/mach-omap2/pm.h                  |    8 ++
 arch/arm/plat-omap/include/plat/omap-pm.h |   31 ++----
 arch/arm/plat-omap/omap-pm-noop.c         |   11 +--
 10 files changed, 291 insertions(+), 33 deletions(-)
 create mode 100644 arch/arm/mach-omap2/opp.c
 create mode 100644 arch/arm/mach-omap2/opp3xxx_data.h
 create mode 100644 arch/arm/mach-omap2/opp4xxx_data.h

 Regards,
 Nishanth Menon

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

end of thread, other threads:[~2010-11-05  0:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20  1:02 [PATCH 0/3 v2] omap: opp: Add opp data Nishanth Menon
2010-10-20  1:02 ` [PATCH 1/3 v2] omap: opp: add OMAP3 OPP table data and common init Nishanth Menon
2010-10-20  1:02   ` [PATCH 2/3 v2] omap4: opp: add OPP table data Nishanth Menon
2010-10-20  1:02     ` [PATCH 3/3 v2] OMAP3: remove OPP interfaces from OMAP PM layer Nishanth Menon
2010-11-04 23:20       ` Tony Lindgren
2010-11-04 23:13     ` [PATCH 2/3 v2] omap4: opp: add OPP table data Tony Lindgren
2010-11-05  0:05       ` Menon, Nishanth
2010-11-04 23:10   ` [PATCH 1/3 v2] omap: opp: add OMAP3 OPP table data and common init Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.