cregit-Linux how code gets into the kernel

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

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 Baryshkov3949.37%240.00%
Xie Xiaobo2329.11%120.00%
Zhao Qiang1620.25%120.00%
Greg Kroah-Hartman11.27%120.00%
Total79100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.