cregit-Linux how code gets into the kernel

Release 4.17 arch/arm/mach-imx/cpuidle.h

/*
 * Copyright 2012 Freescale Semiconductor, Inc.
 * Copyright 2012 Linaro Ltd.
 *
 * The code contained herein is licensed under the GNU General Public
 * License. You may obtain a copy of the GNU General Public License
 * Version 2 or later at the following locations:
 *
 * http://www.opensource.org/licenses/gpl-license.html
 * http://www.gnu.org/copyleft/gpl.html
 */

#ifdef CONFIG_CPU_IDLE
extern int imx5_cpuidle_init(void);
extern int imx6q_cpuidle_init(void);
extern int imx6sl_cpuidle_init(void);
extern int imx6sx_cpuidle_init(void);
#else

static inline int imx5_cpuidle_init(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Robert Lee975.00%150.00%
Daniel Lezcano325.00%150.00%
Total12100.00%2100.00%


static inline int imx6q_cpuidle_init(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Shawn Guo1191.67%150.00%
Daniel Lezcano18.33%150.00%
Total12100.00%2100.00%


static inline int imx6sl_cpuidle_init(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Anson Huang12100.00%1100.00%
Total12100.00%1100.00%


static inline int imx6sx_cpuidle_init(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Anson Huang12100.00%1100.00%
Total12100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Anson Huang3845.24%240.00%
Robert Lee2226.19%120.00%
Shawn Guo1821.43%120.00%
Daniel Lezcano67.14%120.00%
Total84100.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.