/* * 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/irqchip/mips-gic.h> #include <linux/of.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 | andrew bresticker | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
andrew bresticker | andrew bresticker | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
james hogan | james hogan | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
andrew bresticker | andrew bresticker | 90 | 98.90% | 1 | 50.00% |
marc zyngier | marc zyngier | 1 | 1.10% | 1 | 50.00% |
Total | 91 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
andrew bresticker | andrew bresticker | 135 | 88.82% | 1 | 25.00% |
james hogan | james hogan | 11 | 7.24% | 1 | 25.00% |
felix fietkau | felix fietkau | 5 | 3.29% | 1 | 25.00% |
marc zyngier | marc zyngier | 1 | 0.66% | 1 | 25.00% |
Total | 152 | 100.00% | 4 | 100.00% |