Release 4.15 arch/arm/mach-highbank/core.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __HIGHBANK_CORE_H
#define __HIGHBANK_CORE_H
#include <linux/reboot.h>
extern void highbank_restart(enum reboot_mode, const char *);
extern void __iomem *scu_base_addr;
#ifdef CONFIG_PM_SLEEP
extern void highbank_pm_init(void);
#else
static inline void highbank_pm_init(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Rob Herring | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif
extern void highbank_smc1(int fn, int arg);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Rob Herring | 41 | 65.08% | 3 | 42.86% |
Olof Johansson | 8 | 12.70% | 1 | 14.29% |
Russell King | 8 | 12.70% | 1 | 14.29% |
Robin Holt | 5 | 7.94% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 1.59% | 1 | 14.29% |
Total | 63 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.