/* * Copyright (C) 2010 Broadcom * * 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; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; 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_address.h> #include <linux/clk/bcm2835.h> #include <asm/mach/arch.h> #include <asm/mach/map.h>
static void __init bcm2835_init(void) { bcm2835_init_clocks(); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Simon Arlott | 11 | 91.67% | 2 | 66.67% |
Domenico Andreoli | 1 | 8.33% | 1 | 33.33% |
Total | 12 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Simon Arlott | 55 | 75.34% | 3 | 37.50% |
Eric Anholt | 12 | 16.44% | 1 | 12.50% |
Stephen Warren | 4 | 5.48% | 2 | 25.00% |
Domenico Andreoli | 1 | 1.37% | 1 | 12.50% |
Axel Lin | 1 | 1.37% | 1 | 12.50% |
Total | 73 | 100.00% | 8 | 100.00% |