public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] clocksource_register_hz/khz cleanups for 2.6.39
@ 2011-02-16  6:34 John Stultz
  2011-02-16  6:34 ` [PATCH 1/6] x86: Convert untested clocksources to clocksource_register_hz/khz John Stultz
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: John Stultz @ 2011-02-16  6:34 UTC (permalink / raw)
  To: LKML
  Cc: John Stultz, Chris McDermott, David S. Miller, Dimitri Sivanich,
	Glauber Costa, Ivan Kokshaysky, jacob.jun.pan,
	Jeremy Fitzhardinge, Matt Turner, Mike Frysinger, Ralf Baechle,
	Richard Henderson, Rusty Russell, Thomas Gleixner, Tony Luck

So I wanted to send out a small batch of clocksource_register_hz/khz
cleanups for possible inclusion in 2.6.39.

I've been unable to test these, but they should be pretty straight
forward.

It would be *wonderful* if arch maintainers would check these out and
add them into their queue. However, since I sent most of these out
for 2.6.37 and 2.6.38 with no takers, if they get ignored again, I
will try to push these through Thomas.

thanks
-john

CC: Chris McDermott <lcm@us.ibm.com>
CC: "David S. Miller" <davem@davemloft.net>
CC: Dimitri Sivanich <sivanich@sgi.com>
CC: Glauber Costa <glommer@redhat.com>
CC: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
CC: jacob.jun.pan@intel.com
CC: Jeremy Fitzhardinge <jeremy@xensource.com>
CC: Matt Turner <mattst88@gmail.com>
CC: Mike Frysinger <vapier@gentoo.org>
CC: Ralf Baechle <ralf@linux-mips.org>
CC: Richard Henderson <rth@twiddle.net>
CC: Rusty Russell <rusty@rustcorp.com.au>
CC: Thomas Gleixner <tglx@linutronix.de>
CC: Tony Luck <tony.luck@intel.com>

John Stultz (6):
  x86: Convert untested clocksources to clocksource_register_hz/khz
  ia64: convert to clocksource_register_hz/khz
  alpha: convert to clocksource_register_hz
  sparc: convert to clocksource_register_hz/khz
  mips: convert to clocksource_register_hz/khz
  blackfin: convert to clocksource_register_hz

 arch/alpha/kernel/time.c                        |    3 +-
 arch/blackfin/kernel/time-ts.c                  |   35 +---------------------
 arch/ia64/kernel/cyclone.c                      |    6 +---
 arch/ia64/kernel/time.c                         |    9 +----
 arch/ia64/sn/kernel/sn2/timer.c                 |    6 +---
 arch/mips/alchemy/common/time.c                 |    3 +-
 arch/mips/cavium-octeon/csrc-octeon.c           |    3 +-
 arch/mips/include/asm/time.h                    |    6 ----
 arch/mips/jz4740/time.c                         |    3 +-
 arch/mips/kernel/cevt-txx9.c                    |    3 +-
 arch/mips/kernel/csrc-bcm1480.c                 |    3 +-
 arch/mips/kernel/csrc-ioasic.c                  |    4 +--
 arch/mips/kernel/csrc-powertv.c                 |   35 ++---------------------
 arch/mips/kernel/csrc-r4k.c                     |    4 +--
 arch/mips/kernel/csrc-sb1250.c                  |    3 +-
 arch/mips/kernel/i8253.c                        |    5 +--
 arch/mips/loongson/common/cs5536/cs5536_mfgpt.c |    5 +--
 arch/mips/sgi-ip27/ip27-timer.c                 |    3 +-
 arch/sparc/kernel/time_64.c                     |    4 +--
 arch/x86/kernel/apb_timer.c                     |   10 +------
 arch/x86/kernel/i8253.c                         |    6 +---
 arch/x86/kernel/kvmclock.c                      |    6 +---
 arch/x86/lguest/boot.c                          |    4 +--
 arch/x86/platform/uv/uv_time.c                  |    6 +---
 arch/x86/xen/time.c                             |    6 +---
 drivers/char/hpet.c                             |    6 +---
 drivers/clocksource/cyclone.c                   |   10 +-----
 27 files changed, 31 insertions(+), 166 deletions(-)

-- 
1.7.3.2.146.gca209


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

end of thread, other threads:[~2011-03-23 20:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16  6:34 [PATCH 0/6] clocksource_register_hz/khz cleanups for 2.6.39 John Stultz
2011-02-16  6:34 ` [PATCH 1/6] x86: Convert untested clocksources to clocksource_register_hz/khz John Stultz
2011-02-16  6:34 ` [PATCH 2/6] ia64: convert " John Stultz
2011-02-16 17:52   ` Tony Luck
2011-02-16  6:34 ` [PATCH 3/6] alpha: convert to clocksource_register_hz John Stultz
2011-03-23 20:50   ` Matt Turner
2011-02-16  6:34 ` [PATCH 4/6] sparc: convert to clocksource_register_hz/khz John Stultz
2011-02-23 21:26   ` David Miller
2011-02-23 22:17     ` john stultz
2011-02-16  6:34 ` [PATCH 5/6] mips: " John Stultz
2011-02-16  6:34 ` [PATCH 6/6] blackfin: convert to clocksource_register_hz John Stultz

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