Release 4.14 arch/arm/mach-mmp/common.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 51.28% | 2 | 28.57% |
Russell King | 10 | 25.64% | 1 | 14.29% |
Robin Holt | 5 | 12.82% | 1 | 14.29% |
Haojian Zhuang | 3 | 7.69% | 2 | 28.57% |
Greg Kroah-Hartman | 1 | 2.56% | 1 | 14.29% |
Total | 39 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.