/* * Copyright 2001 MontaVista Software Inc. * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net * Copyright (c) 2003, 2004 Maciej W. Rozycki * * Common time service routines for MIPS machines. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. */ #include <linux/bug.h> #include <linux/clockchips.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/sched.h> #include <linux/param.h> #include <linux/time.h> #include <linux/timex.h> #include <linux/smp.h> #include <linux/spinlock.h> #include <linux/export.h> #include <asm/cpu-features.h> #include <asm/cpu-type.h> #include <asm/div64.h> #include <asm/time.h> /* * forward reference */ DEFINE_SPINLOCK(rtc_lock); EXPORT_SYMBOL(rtc_lock);
static int null_perf_irq(void) { return 0; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 9 | 81.82% | 1 | 33.33% |
Dmitri Vorobiev | 1 | 9.09% | 1 | 33.33% |
David Howells | 1 | 9.09% | 1 | 33.33% |
Total | 11 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 47 | 77.05% | 2 | 20.00% |
Linus Torvalds (pre-git) | 8 | 13.11% | 4 | 40.00% |
Thomas Bogendoerfer | 2 | 3.28% | 1 | 10.00% |
Atsushi Nemoto | 2 | 3.28% | 1 | 10.00% |
Linus Torvalds | 1 | 1.64% | 1 | 10.00% |
Lucas De Marchi | 1 | 1.64% | 1 | 10.00% |
Total | 61 | 100.00% | 10 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 14 | 53.85% | 1 | 12.50% |
Atsushi Nemoto | 5 | 19.23% | 3 | 37.50% |
Maciej W. Rozycki | 3 | 11.54% | 1 | 12.50% |
Linus Torvalds | 2 | 7.69% | 1 | 12.50% |
Andrew Morton | 1 | 3.85% | 1 | 12.50% |
Linus Torvalds (pre-git) | 1 | 3.85% | 1 | 12.50% |
Total | 26 | 100.00% | 8 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 112 | 60.87% | 10 | 37.04% |
Linus Torvalds (pre-git) | 30 | 16.30% | 5 | 18.52% |
Linus Torvalds | 13 | 7.07% | 1 | 3.70% |
Atsushi Nemoto | 7 | 3.80% | 3 | 11.11% |
Andrew Morton | 7 | 3.80% | 1 | 3.70% |
James Hogan | 5 | 2.72% | 1 | 3.70% |
Maciej W. Rozycki | 3 | 1.63% | 1 | 3.70% |
Thomas Bogendoerfer | 2 | 1.09% | 1 | 3.70% |
David Howells | 2 | 1.09% | 1 | 3.70% |
Paul Gortmaker | 1 | 0.54% | 1 | 3.70% |
Dmitri Vorobiev | 1 | 0.54% | 1 | 3.70% |
Lucas De Marchi | 1 | 0.54% | 1 | 3.70% |
Total | 184 | 100.00% | 27 | 100.00% |