Release 4.15 arch/arm/mach-footbridge/common.h
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/reboot.h>
extern void footbridge_timer_init(void);
extern void isa_timer_init(void);
extern void isa_rtc_init(void);
extern void footbridge_map_io(void);
extern void footbridge_init_irq(void);
extern void isa_init_irq(unsigned int irq);
extern void footbridge_restart(enum reboot_mode, const char *);
extern void footbridge_sched_clock(void);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 40 | 59.70% | 3 | 42.86% |
Stephen Warren | 12 | 17.91% | 1 | 14.29% |
Ben Dooks | 9 | 13.43% | 1 | 14.29% |
Robin Holt | 5 | 7.46% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 1.49% | 1 | 14.29% |
Total | 67 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.