Release 4.14 arch/powerpc/platforms/85xx/mpc85xx.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 49.37% | 2 | 40.00% |
| Xie Xiaobo | 23 | 29.11% | 1 | 20.00% |
| Zhao Qiang | 16 | 20.25% | 1 | 20.00% |
| Greg Kroah-Hartman | 1 | 1.27% | 1 | 20.00% |
| Total | 79 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.