/* * linux/arch/arm/kernel/arch_timer.c * * Copyright (C) 2011 ARM Ltd. * All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/init.h> #include <linux/types.h> #include <linux/errno.h> #include <asm/delay.h> #include <clocksource/arm_arch_timer.h>
static unsigned long arch_timer_read_counter_long(void) { return arch_timer_read_counter(); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Marc Zyngier | 10 | 76.92% | 2 | 66.67% |
Mark Rutland | 3 | 23.08% | 1 | 33.33% |
Total | 13 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Jonathan Austin | 15 | 51.72% | 1 | 20.00% |
Marc Zyngier | 7 | 24.14% | 2 | 40.00% |
Mark Rutland | 5 | 17.24% | 1 | 20.00% |
Will Deacon | 2 | 6.90% | 1 | 20.00% |
Total | 29 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Marc Zyngier | 13 | 43.33% | 2 | 40.00% |
Rob Herring | 11 | 36.67% | 2 | 40.00% |
Mark Rutland | 6 | 20.00% | 1 | 20.00% |
Total | 30 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Marc Zyngier | 43 | 46.24% | 4 | 36.36% |
Mark Rutland | 18 | 19.35% | 1 | 9.09% |
Jonathan Austin | 15 | 16.13% | 1 | 9.09% |
Rob Herring | 11 | 11.83% | 2 | 18.18% |
Arnd Bergmann | 3 | 3.23% | 1 | 9.09% |
Will Deacon | 2 | 2.15% | 1 | 9.09% |
Stephen Boyd | 1 | 1.08% | 1 | 9.09% |
Total | 93 | 100.00% | 11 | 100.00% |