public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/3] xtensa generic time
@ 2009-03-03 15:30 Johannes Weiner
  2009-03-03 15:30 ` [patch 1/3] xtensa: use generic sched_clock() Johannes Weiner
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Johannes Weiner @ 2009-03-03 15:30 UTC (permalink / raw)
  To: Chris Zankel; +Cc: linux-kernel

Hi,

here are three patches that convert the xtensa arch code to make use
of the generic time implementation.

The first one just removes xtensa's sched_clock() in order to use the
default implementation as it is the same thing.

The second one removes the platform-specific rtc get/set callbacks,
the interface is not really feasible for the generic time
implementation.  Currently, no platform implements this callback.
Platforms that want to should implement a rtc driver and
read_persistent_clock().

The third one converts xtensa to use generic time code by implementing
ccount as a clocksource.  This lets us get rid of xtensa-specific
gtod/stod as now the generic time code is used for that.

	Hannes

 arch/xtensa/Kconfig                |    3 +
 arch/xtensa/include/asm/platform.h |   11 ---
 arch/xtensa/kernel/platform.c      |    2 -
 arch/xtensa/kernel/time.c          |  120 +++++-------------------------------
 4 files changed, 19 insertions(+), 117 deletions(-)


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

end of thread, other threads:[~2009-03-04 20:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-03 15:30 [patch 0/3] xtensa generic time Johannes Weiner
2009-03-03 15:30 ` [patch 1/3] xtensa: use generic sched_clock() Johannes Weiner
2009-03-03 15:30 ` [patch 2/3] xtensa: remove platform rtc hooks Johannes Weiner
2009-03-03 15:30 ` [patch 3/3] xtensa: ccount clocksource Johannes Weiner
2009-03-03 17:55   ` Daniel Walker
2009-03-03 19:54     ` Johannes Weiner
2009-03-03 21:36       ` Daniel Walker
2009-03-04 20:26         ` Johannes Weiner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox