/* * 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. * * Copyright (C) 2014 Broadcom Corporation * Author: Kevin Cernekee <cernekee@gmail.com> */ #include <linux/of.h> #include <linux/irqchip.h> #include <asm/bmips.h> #include <asm/irq.h> #include <asm/irq_cpu.h> #include <asm/time.h> static const struct of_device_id smp_intc_dt_match[] = { { .compatible = "brcm,bcm7038-l1-intc" }, { .compatible = "brcm,bcm6345-l1-intc" }, {} };
unsigned int get_c0_compare_int(void) { return CP0_LEGACY_COMPARE_IRQ; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kevin Cernekee | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kevin Cernekee | 37 | 92.50% | 2 | 66.67% |
Simon Arlott | 3 | 7.50% | 1 | 33.33% |
Total | 40 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kevin Cernekee | 75 | 72.12% | 3 | 60.00% |
Simon Arlott | 28 | 26.92% | 1 | 20.00% |
Joël Porquet | 1 | 0.96% | 1 | 20.00% |
Total | 104 | 100.00% | 5 | 100.00% |