All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] OMAP4: CPUidle: Add coupled idle support
@ 2012-05-21  7:32 ` Santosh Shilimkar
  0 siblings, 0 replies; 12+ messages in thread
From: Santosh Shilimkar @ 2012-05-21  7:32 UTC (permalink / raw)
  To: khilman; +Cc: linux-arm-kernel, linux-omap, ccross, Santosh Shilimkar

Kevin,

Now Colin's v3 [1] is apearing in Len Brown's next branch, I have rebased
OMAP4 support against it. I need to pick up couple of fixes [2] posted on
top of v3 [1] version and arm-soc 'omap/cpuidle-cleanup' branch lined up
for 3.5.

This series adds the coupled cpuidle support for OMAP4 and also removes
the hard dependency of off-lining CPU1 to trigger deeper CPU C-states.
It has been build tested for all OMAP builds and functionally tested
on OMAP4430 SDP.

I have put together a branch with:
1) Len Brown's 'next'
	: git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux 
2) ARM-SOC 'omap/cpuidle-cleanup'
	: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
3) Two couple_idle_fixes picked up from [2]

And same is available:

git://gitorious.org/omap-sw-develoment/linux-omap-dev.git
for_3.5/omap4_couple_idle

Kevin Hilman (1):
  ARM: OMAP4: CPUidle: add synchronization for coupled idle states

Santosh Shilimkar (3):
  ARM: OMAP: timer: allow gp timer clock-event to be used on both cpus
  ARM: OMAP4: CPUidle: Use coupled cpuidle states to implement SMP
    cpuidle.
  ARM: OMAP4: CPUidle: Open broadcast clock-event device.

 arch/arm/mach-omap2/Kconfig       |    1 +
 arch/arm/mach-omap2/cpuidle44xx.c |  141 +++++++++++++++++++++++++------------
 arch/arm/mach-omap2/timer.c       |    4 +-
 3 files changed, 101 insertions(+), 45 deletions(-)

Regards
Santosh

[1] [PATCHv3 0/4] coupled cpuidle state support
 https://lkml.org/lkml/2012/5/19/24

[2] [PATCH 0/2] bug fixes for coupled cpuidle
 https://lkml.org/lkml/2012/5/18/379

-- 
1.7.5.4


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

end of thread, other threads:[~2012-05-26  0:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-21  7:32 [PATCH v2 0/4] OMAP4: CPUidle: Add coupled idle support Santosh Shilimkar
2012-05-21  7:32 ` Santosh Shilimkar
2012-05-21  7:32 ` [PATCH v2 1/4] ARM: OMAP: timer: allow gp timer clock-event to be used on both cpus Santosh Shilimkar
2012-05-21  7:32   ` Santosh Shilimkar
2012-05-21  7:32 ` [PATCH v2 2/4] ARM: OMAP4: CPUidle: Use coupled cpuidle states to implement SMP cpuidle Santosh Shilimkar
2012-05-21  7:32   ` Santosh Shilimkar
2012-05-21  7:32 ` [PATCH v2 3/4] ARM: OMAP4: CPUidle: add synchronization for coupled idle states Santosh Shilimkar
2012-05-21  7:32   ` Santosh Shilimkar
2012-05-21  7:32 ` [PATCH v2 4/4] ARM: OMAP4: CPUidle: Open broadcast clock-event device Santosh Shilimkar
2012-05-21  7:32   ` Santosh Shilimkar
2012-05-26  0:08 ` [PATCH v2 0/4] OMAP4: CPUidle: Add coupled idle support Kevin Hilman
2012-05-26  0:08   ` Kevin Hilman

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.