Release 4.10 arch/arm/mach-shmobile/common.h
#ifndef __ARCH_MACH_COMMON_H
#define __ARCH_MACH_COMMON_H
extern void shmobile_init_delay(void);
extern void shmobile_boot_vector(void);
extern unsigned long shmobile_boot_fn;
extern unsigned long shmobile_boot_size;
extern void shmobile_smp_boot(void);
extern void shmobile_smp_sleep(void);
extern void shmobile_smp_hook(unsigned int cpu, unsigned long fn,
unsigned long arg);
extern bool shmobile_smp_cpu_can_disable(unsigned int cpu);
extern bool shmobile_smp_init_fallback_ops(void);
extern void shmobile_boot_scu(void);
extern void shmobile_smp_scu_prepare_cpus(phys_addr_t scu_base_phys,
unsigned int max_cpus);
extern void shmobile_smp_scu_cpu_die(unsigned int cpu);
extern int shmobile_smp_scu_cpu_kill(unsigned int cpu);
extern struct platform_suspend_ops shmobile_suspend_ops;
#ifdef CONFIG_SUSPEND
int shmobile_suspend_init(void);
void shmobile_smp_apmu_suspend_init(void);
#else
static inline int shmobile_suspend_init(void) { return 0; }
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
shawn guo | shawn guo | 12 | 100.00% | 1 | 100.00% |
| Total | 12 | 100.00% | 1 | 100.00% |
static inline void shmobile_smp_apmu_suspend_init(void) { }
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
keita kobayashi | keita kobayashi | 7 | 87.50% | 1 | 50.00% |
simon horman | simon horman | 1 | 12.50% | 1 | 50.00% |
| Total | 8 | 100.00% | 2 | 100.00% |
#endif
static inline void __init shmobile_init_late(void)
{
shmobile_suspend_init();
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
rafael j. wysocki | rafael j. wysocki | 12 | 92.31% | 1 | 50.00% |
arnd bergmann | arnd bergmann | 1 | 7.69% | 1 | 50.00% |
| Total | 13 | 100.00% | 2 | 100.00% |
#endif /* __ARCH_MACH_COMMON_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
magnus damm | magnus damm | 117 | 67.24% | 15 | 68.18% |
shawn guo | shawn guo | 25 | 14.37% | 1 | 4.55% |
keita kobayashi | keita kobayashi | 13 | 7.47% | 1 | 4.55% |
rafael j. wysocki | rafael j. wysocki | 12 | 6.90% | 1 | 4.55% |
geert uytterhoeven | geert uytterhoeven | 3 | 1.72% | 1 | 4.55% |
stephen boyd | stephen boyd | 2 | 1.15% | 1 | 4.55% |
arnd bergmann | arnd bergmann | 1 | 0.57% | 1 | 4.55% |
simon horman | simon horman | 1 | 0.57% | 1 | 4.55% |
| Total | 174 | 100.00% | 22 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.