linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] time/cpuidle: Support in tick broadcast framework in absence of external clock device
@ 2014-01-24  6:57 Preeti U Murthy
  2014-01-24  6:57 ` [PATCH V2 1/2] time: Change the return type of clockevents_notify() to integer Preeti U Murthy
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Preeti U Murthy @ 2014-01-24  6:57 UTC (permalink / raw)
  To: daniel.lezcano, peterz, fweisbec, galak, paul.gortmaker, paulus,
	mingo, mikey, shangw, rafael.j.wysocki, agraf, benh, paulmck,
	arnd, linux-pm, rostedt, michael, john.stultz, anton, tglx,
	chenhui.zhao, deepthi, r58472, geoff, linux-kernel,
	srivatsa.bhat, schwidefsky, svaidy, linuxppc-dev

This earlier version of this patchset can be found here:
https://lkml.org/lkml/2013/12/12/687. This version has been based on the
discussion in http://www.kernelhub.org/?p=2&msg=399516.

This patchset provides the hooks that the architectures without an external
clock device and deep idle states where the local timers stop can make use of.

Presently we are in need of this support on certain implementations of
PowerPC. This patchset has been used on PowerPC for testing with

---

Preeti U Murthy (1):
      time: Change the return type of clockevents_notify() to integer

Thomas Gleixner (1):
      tick/cpuidle: Initialize hrtimer mode of broadcast


 include/linux/clockchips.h           |   15 ++++-
 kernel/time/Makefile                 |    2 -
 kernel/time/clockevents.c            |    8 ++-
 kernel/time/tick-broadcast-hrtimer.c |  102 ++++++++++++++++++++++++++++++++++
 kernel/time/tick-broadcast.c         |   51 ++++++++++++++++-
 kernel/time/tick-internal.h          |    6 +-
 6 files changed, 171 insertions(+), 13 deletions(-)
 create mode 100644 kernel/time/tick-broadcast-hrtimer.c

-- 

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

end of thread, other threads:[~2014-02-04 20:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-24  6:57 [PATCH V2 0/2] time/cpuidle: Support in tick broadcast framework in absence of external clock device Preeti U Murthy
2014-01-24  6:57 ` [PATCH V2 1/2] time: Change the return type of clockevents_notify() to integer Preeti U Murthy
2014-02-04 10:01   ` Thomas Gleixner
2014-02-04 17:14     ` Preeti U Murthy
2014-01-24  6:58 ` [PATCH V2 2/2] tick/cpuidle: Initialize hrtimer mode of broadcast Preeti U Murthy
2014-02-04 10:18   ` Thomas Gleixner
2014-02-04 17:09     ` Preeti U Murthy
2014-02-04 20:18       ` Thomas Gleixner
2014-01-28 10:49 ` [PATCH V2 0/2] time/cpuidle: Support in tick broadcast framework in absence of external clock device Preeti U Murthy

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