Release 4.14 arch/arm/mach-integrator/common.h
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/reboot.h>
#include <linux/amba/serial.h>
extern struct amba_pl010_data ap_uart_data;
void integrator_init_early(void);
int integrator_init(bool is_cp);
void integrator_reserve(void);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Walleij | 15 | 48.39% | 3 | 42.86% |
Russell King | 12 | 38.71% | 2 | 28.57% |
Robin Holt | 3 | 9.68% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 3.23% | 1 | 14.29% |
Total | 31 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.