/* * Pistachio clocksource/timer setup * * Copyright (C) 2014 Google, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. */ #include <linux/clk.h> #include <linux/clk-provider.h> #include <linux/clocksource.h> #include <linux/init.h> #include <linux/of.h> #include <asm/mips-cps.h> #include <asm/time.h>
unsigned int get_c0_compare_int(void) { return gic_get_c0_compare_int(); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andrew Bresticker | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Andrew Bresticker | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Andrew Bresticker | 90 | 98.90% | 1 | 50.00% |
Daniel Lezcano | 1 | 1.10% | 1 | 50.00% |
Total | 91 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Andrew Bresticker | 133 | 87.50% | 1 | 20.00% |
James Hogan | 11 | 7.24% | 1 | 20.00% |
Felix Fietkau | 5 | 3.29% | 1 | 20.00% |
Paul Burton | 2 | 1.32% | 1 | 20.00% |
Daniel Lezcano | 1 | 0.66% | 1 | 20.00% |
Total | 152 | 100.00% | 5 | 100.00% |