Hi Linus ! This is the branch I mentioned in my other pull request which contains our improved cpuidle support for the "powernv" platform (non-virtualized). It adds support for the "fast sleep" feature of the processor which provides higher power savings than our usual "nap" mode but at the cost of losing the timers while asleep, and thus exploits the new timer broadcast framework to work around that limitation.
It's based on a tip timer tree that you seem to have already merged Cheers, Ben. The following changes since commit 849401b66d305f3feb75b6db7459b95ad190552a: tick: Fixup more fallout from hrtimer broadcast mode (2014-02-09 15:11:47 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git powernv-cpuidle for you to fetch changes up to 0888839c5b62c44a55ac9d28acc273ba663c65ea: cpuidle/powernv: Parse device tree to setup idle states (2014-03-05 15:57:08 +1100) ---------------------------------------------------------------- Preeti U Murthy (3): powerpc: Split timer_interrupt() into timer handling and interrupt handling routines cpuidle/powernv: Add "Fast-Sleep" CPU idle state cpuidle/powernv: Parse device tree to setup idle states Srivatsa S. Bhat (2): powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI message powerpc: Implement tick broadcast IPI as a fixed IPI message Vaidyanathan Srinivasan (2): powerpc/powernv: Add context management for Fast Sleep powerpc/powernv: Add OPAL call to resync timebase on wakeup arch/powerpc/Kconfig | 2 + arch/powerpc/include/asm/opal.h | 2 + arch/powerpc/include/asm/processor.h | 1 + arch/powerpc/include/asm/smp.h | 2 +- arch/powerpc/include/asm/time.h | 1 + arch/powerpc/kernel/exceptions-64s.S | 10 ++- arch/powerpc/kernel/idle_power7.S | 90 +++++++++++++++++----- arch/powerpc/kernel/smp.c | 25 ++++-- arch/powerpc/kernel/time.c | 90 +++++++++++++--------- arch/powerpc/platforms/cell/interrupt.c | 2 +- arch/powerpc/platforms/powernv/opal-wrappers.S | 1 + arch/powerpc/platforms/ps3/smp.c | 2 +- drivers/cpuidle/cpuidle-powernv.c | 102 ++++++++++++++++++++++--- 13 files changed, 253 insertions(+), 77 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/