Release 4.14 arch/mips/ath25/ar5312.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __AR5312_H
#define __AR5312_H
#ifdef CONFIG_SOC_AR5312
void ar5312_arch_init_irq(void);
void ar5312_init_devices(void);
void ar5312_plat_time_init(void);
void ar5312_plat_mem_setup(void);
void ar5312_arch_init(void);
#else
static inline void ar5312_arch_init_irq(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void ar5312_init_devices(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void ar5312_plat_time_init(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void ar5312_plat_mem_setup(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void ar5312_arch_init(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif
#endif /* __AR5312_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Sergey Ryazanov | 86 | 98.85% | 4 | 80.00% |
Greg Kroah-Hartman | 1 | 1.15% | 1 | 20.00% |
Total | 87 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.