* [PATCH 0/3] omap4: Add basic suspend support
@ 2010-07-06 14:56 Santosh Shilimkar
0 siblings, 0 replies; only message in thread
From: Santosh Shilimkar @ 2010-07-06 14:56 UTC (permalink / raw)
To: linux-omap; +Cc: khilman, tony, linux-arm-kernel, rnayak, Santosh Shilimkar
This series is based of linux-omap "for-next" branch,also applies
to the latest 2.6.35-rc4 and is targeted for 2.6.36 merge window
It adds basic supsend and cpu hotplug support so that CONFIG_PM can be
enabled on all OMAP4 platforms. This is essential to keep build working
after Tony's "omap Kconfig improvments for 2.6.36 merge window" series
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg31303.html
The following changes since commit e3dc03cb09a37ce61534c5922d3d383465f5e2ed:
Tony Lindgren (1):
omap: Add back UART MDR1 check into uncompress.h
are available in the git repository at:
origin/for-next
Rajendra Nayak (1):
omap4: suspend: Add basic system suspend support
Santosh Shilimkar (2):
omap4: Add smc API to read AuxCoreBoot0 register
omap4: hotplug: Add basic CPU hotplug support
arch/arm/mach-omap2/Makefile | 2 +
arch/arm/mach-omap2/include/mach/omap4-common.h | 7 +
arch/arm/mach-omap2/omap-headsmp.S | 16 ---
arch/arm/mach-omap2/omap-hotplug.c | 79 +++++++++++++
arch/arm/mach-omap2/omap-smp.c | 3 +-
arch/arm/mach-omap2/omap44xx-smc.S | 25 ++++
arch/arm/mach-omap2/pm44xx.c | 135 +++++++++++++++++++++++
arch/arm/plat-omap/include/plat/smp.h | 1 +
8 files changed, 251 insertions(+), 17 deletions(-)
create mode 100644 arch/arm/mach-omap2/omap-hotplug.c
create mode 100644 arch/arm/mach-omap2/pm44xx.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-06 14:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 14:56 [PATCH 0/3] omap4: Add basic suspend support Santosh Shilimkar
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).