cregit-Linux how code gets into the kernel

Release 4.11 arch/arm/mach-at91/generic.h

/*
 * linux/arch/arm/mach-at91/generic.h
 *
 *  Copyright (C) 2005 David Brownell
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef _AT91_GENERIC_H

#define _AT91_GENERIC_H

#ifdef CONFIG_PM
extern void __init at91rm9200_pm_init(void);
extern void __init at91sam9260_pm_init(void);
extern void __init at91sam9g45_pm_init(void);
extern void __init at91sam9x5_pm_init(void);
extern void __init sama5_pm_init(void);
#else

static inline void __init at91rm9200_pm_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni666.67%133.33%
Arnd Bergmann222.22%133.33%
Nicolas Ferre111.11%133.33%
Total9100.00%3100.00%


static inline void __init at91sam9260_pm_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni666.67%133.33%
Arnd Bergmann222.22%133.33%
Nicolas Ferre111.11%133.33%
Total9100.00%3100.00%


static inline void __init at91sam9g45_pm_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni666.67%133.33%
Arnd Bergmann222.22%133.33%
Nicolas Ferre111.11%133.33%
Total9100.00%3100.00%


static inline void __init at91sam9x5_pm_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Nicolas Ferre777.78%266.67%
Arnd Bergmann222.22%133.33%
Total9100.00%3100.00%


static inline void __init sama5_pm_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni9100.00%1100.00%
Total9100.00%1100.00%

#endif #endif /* _AT91_GENERIC_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni6361.76%228.57%
Nicolas Ferre2120.59%228.57%
Maxime Ripard98.82%114.29%
Arnd Bergmann87.84%114.29%
Andrew Victor10.98%114.29%
Total102100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.