Release 4.11 arch/arm/mach-mmp/common.h
#include <linux/reboot.h>
#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
extern void timer_init(int irq);
extern void __init mmp_map_io(void);
extern void mmp_restart(enum reboot_mode, const char *);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Eric Miao | 20 | 52.63% | 2 | 33.33% |
Russell King | 10 | 26.32% | 1 | 16.67% |
Robin Holt | 5 | 13.16% | 1 | 16.67% |
Haojian Zhuang | 3 | 7.89% | 2 | 33.33% |
Total | 38 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.