cregit-Linux how code gets into the kernel

Release 4.12 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 at91sam9_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 at91sam9_pm_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Nicolas Ferre666.67%133.33%
Arnd Bergmann222.22%133.33%
Alexandre Belloni111.11%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 Belloni4261.76%337.50%
Nicolas Ferre1217.65%225.00%
Maxime Ripard913.24%112.50%
Arnd Bergmann45.88%112.50%
Andrew Victor11.47%112.50%
Total68100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.