Release 4.11 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 | 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 | 66.13% | 3 | 50.00% |
Russell King | 8 | 12.90% | 1 | 16.67% |
Olof Johansson | 8 | 12.90% | 1 | 16.67% |
Robin Holt | 5 | 8.06% | 1 | 16.67% |
Total | 62 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.