/* * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com) * * Based on reduced version of METAG * * 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. */ #include <linux/init.h> #include <linux/reboot.h> #include <linux/memblock.h> #include <linux/of.h> #include <linux/of_fdt.h> #include <asm/mach_desc.h> #ifdef CONFIG_SERIAL_EARLYCON static unsigned int __initdata arc_base_baud;
unsigned int __init arc_early_base_baud(void) { return arc_base_baud/16; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Vineet Gupta | 14 | 100.00% | 1 | 100.00% |
Total | 14 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Vineet Gupta | 42 | 68.85% | 3 | 60.00% |
Noam Camus | 15 | 24.59% | 1 | 20.00% |
Alexey Brodkin | 4 | 6.56% | 1 | 20.00% |
Total | 61 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Rob Herring | 56 | 100.00% | 1 | 100.00% |
Total | 56 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Vineet Gupta | 50 | 78.12% | 3 | 60.00% |
Rob Herring | 14 | 21.88% | 2 | 40.00% |
Total | 64 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Vineet Gupta | 144 | 61.54% | 5 | 50.00% |
Rob Herring | 70 | 29.91% | 2 | 20.00% |
Noam Camus | 15 | 6.41% | 1 | 10.00% |
Alexey Brodkin | 4 | 1.71% | 1 | 10.00% |
Peter Hurley | 1 | 0.43% | 1 | 10.00% |
Total | 234 | 100.00% | 10 | 100.00% |