Release 4.11 arch/powerpc/platforms/85xx/mpc85xx.h
#ifndef MPC85xx_H
#define MPC85xx_H
extern int mpc85xx_common_publish_devices(void);
#ifdef CONFIG_CPM2
extern void mpc85xx_cpm2_pic_init(void);
#else
static inline void __init mpc85xx_cpm2_pic_init(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Dmitry Baryshkov | 9 | 100.00% | 1 | 100.00% |
Total | 9 | 100.00% | 1 | 100.00% |
#endif /* CONFIG_CPM2 */
#ifdef CONFIG_QUICC_ENGINE
extern void mpc85xx_qe_init(void);
extern void mpc85xx_qe_par_io_init(void);
#else
static inline void __init mpc85xx_qe_init(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Xie Xiaobo | 9 | 100.00% | 1 | 100.00% |
Total | 9 | 100.00% | 1 | 100.00% |
static inline void __init mpc85xx_qe_par_io_init(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Zhao Qiang | 9 | 100.00% | 1 | 100.00% |
Total | 9 | 100.00% | 1 | 100.00% |
#endif
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Dmitry Baryshkov | 39 | 50.00% | 2 | 50.00% |
Xie Xiaobo | 23 | 29.49% | 1 | 25.00% |
Zhao Qiang | 16 | 20.51% | 1 | 25.00% |
Total | 78 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.