cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Dmitry Baryshkov9100.00%1100.00%
Total9100.00%1100.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

PersonTokensPropCommitsCommitProp
Xie Xiaobo9100.00%1100.00%
Total9100.00%1100.00%


static inline void __init mpc85xx_qe_par_io_init(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Zhao Qiang9100.00%1100.00%
Total9100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Dmitry Baryshkov3950.00%250.00%
Xie Xiaobo2329.49%125.00%
Zhao Qiang1620.51%125.00%
Total78100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.