From: John Stultz <johnstul@us.ibm.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: John Stultz <johnstul@us.ibm.com>,
Chris McDermott <lcm@us.ibm.com>,
"David S. Miller" <davem@davemloft.net>,
Dimitri Sivanich <sivanich@sgi.com>,
Glauber Costa <glommer@redhat.com>,
Ivan Kokshaysky <ink@jurassic.park.msu.ru>,
jacob.jun.pan@intel.com,
Jeremy Fitzhardinge <jeremy@xensource.com>,
Matt Turner <mattst88@gmail.com>,
Mike Frysinger <vapier@gentoo.org>,
Ralf Baechle <ralf@linux-mips.org>,
Richard Henderson <rth@twiddle.net>,
Rusty Russell <rusty@rustcorp.com.au>,
Thomas Gleixner <tglx@linutronix.de>,
Tony Luck <tony.luck@intel.com>
Subject: [PATCH 0/6] clocksource_register_hz/khz cleanups for 2.6.39
Date: Tue, 15 Feb 2011 22:34:46 -0800 [thread overview]
Message-ID: <1297838092-22989-1-git-send-email-johnstul@us.ibm.com> (raw)
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
next reply other threads:[~2011-02-16 6:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-16 6:34 John Stultz [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1297838092-22989-1-git-send-email-johnstul@us.ibm.com \
--to=johnstul@us.ibm.com \
--cc=davem@davemloft.net \
--cc=glommer@redhat.com \
--cc=ink@jurassic.park.msu.ru \
--cc=jacob.jun.pan@intel.com \
--cc=jeremy@xensource.com \
--cc=lcm@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mattst88@gmail.com \
--cc=ralf@linux-mips.org \
--cc=rth@twiddle.net \
--cc=rusty@rustcorp.com.au \
--cc=sivanich@sgi.com \
--cc=tglx@linutronix.de \
--cc=tony.luck@intel.com \
--cc=vapier@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®