Release 4.11 arch/arm/mach-footbridge/common.h
#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 | 60.61% | 3 | 50.00% |
Stephen Warren | 12 | 18.18% | 1 | 16.67% |
Ben Dooks | 9 | 13.64% | 1 | 16.67% |
Robin Holt | 5 | 7.58% | 1 | 16.67% |
Total | 66 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.