/* * Copyright (C) 2013-2014 Broadcom Corporation * * 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 version 2. * * This program is distributed "as is" WITHOUT ANY WARRANTY of any * kind, whether express or implied; without even the implied warranty * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ #include <linux/init.h> #include <linux/irqchip.h> #include <linux/of_platform.h> #include <linux/soc/brcmstb/brcmstb.h> #include <asm/mach-types.h> #include <asm/mach/arch.h>
static void __init brcmstb_init_irq(void) { irqchip_init(); brcmstb_biuctrl_init(); }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
florian fainelli | florian fainelli | 15 | 100.00% | 1 | 100.00% |
Total | 15 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
marc carino | marc carino | 41 | 60.29% | 1 | 33.33% |
florian fainelli | florian fainelli | 26 | 38.24% | 1 | 33.33% |
uwe kleine-koenig | uwe kleine-koenig | 1 | 1.47% | 1 | 33.33% |
Total | 68 | 100.00% | 3 | 100.00% |