Release 4.9 arch/arm/mach-highbank/core.h
#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 | 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 | rob herring | 41 | 66.13% | 3 | 50.00% |
russell king | russell king | 8 | 12.90% | 1 | 16.67% |
olof johansson | olof johansson | 8 | 12.90% | 1 | 16.67% |
robin holt | robin holt | 5 | 8.06% | 1 | 16.67% |
| Total | 62 | 100.00% | 6 | 100.00% |