cregit-Linux how code gets into the kernel

Release 4.14 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);
extern void __init sama5d2_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%


static inline void __init sama5d2_pm_init(void) { }

Contributors

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

#endif #endif /* _AT91_GENERIC_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni5969.41%444.44%
Nicolas Ferre1214.12%222.22%
Maxime Ripard910.59%111.11%
Arnd Bergmann44.71%111.11%
Andrew Victor11.18%111.11%
Total85100.00%9100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.