// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/ia64/sn/kernel/sn2/timer.c * * Copyright (C) 2003 Silicon Graphics, Inc. * Copyright (C) 2003 Hewlett-Packard Co * David Mosberger <davidm@hpl.hp.com>: updated for new timer-interpolation infrastructure */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/time.h> #include <linux/interrupt.h> #include <linux/clocksource.h> #include <asm/hw_irq.h> #include <asm/timex.h> #include <asm/sn/leds.h> #include <asm/sn/shub_mmr.h> #include <asm/sn/clksupport.h> extern unsigned long sn_rtc_cycles_per_second;
static u64 read_sn2(struct clocksource *cs) { return (u64)readq(RTC_COUNTER_ADDR); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Tony Luck | 13 | 65.00% | 1 | 25.00% |
Magnus Damm | 4 | 20.00% | 1 | 25.00% |
Thomas Gleixner | 2 | 10.00% | 1 | 25.00% |
Christoph Lameter | 1 | 5.00% | 1 | 25.00% |
Total | 20 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
John Hawkes | 46 | 100.00% | 1 | 100.00% |
Total | 46 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Christoph Lameter | 10 | 34.48% | 2 | 25.00% |
John Hawkes | 5 | 17.24% | 1 | 12.50% |
Jack Steiner | 4 | 13.79% | 1 | 12.50% |
Tony Luck | 3 | 10.34% | 1 | 12.50% |
John Stultz | 3 | 10.34% | 1 | 12.50% |
Andrew Lutomirski | 2 | 6.90% | 1 | 12.50% |
Jes Sorensen | 2 | 6.90% | 1 | 12.50% |
Total | 29 | 100.00% | 8 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
John Hawkes | 55 | 31.61% | 1 | 6.67% |
Jes Sorensen | 33 | 18.97% | 1 | 6.67% |
Tony Luck | 33 | 18.97% | 1 | 6.67% |
Christoph Lameter | 29 | 16.67% | 3 | 20.00% |
David Mosberger-Tang | 5 | 2.87% | 2 | 13.33% |
Magnus Damm | 4 | 2.30% | 1 | 6.67% |
Jack Steiner | 4 | 2.30% | 1 | 6.67% |
John Stultz | 3 | 1.72% | 1 | 6.67% |
Patrick Gefre | 3 | 1.72% | 1 | 6.67% |
Andrew Lutomirski | 2 | 1.15% | 1 | 6.67% |
Thomas Gleixner | 2 | 1.15% | 1 | 6.67% |
Greg Kroah-Hartman | 1 | 0.57% | 1 | 6.67% |
Total | 174 | 100.00% | 15 | 100.00% |