Release 4.14 arch/mips/include/asm/spram.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _MIPS_SPRAM_H
#define _MIPS_SPRAM_H
#if defined(CONFIG_MIPS_SPRAM)
extern __init void spram_config(void);
#else
static inline void spram_config(void) { }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chris Dearman | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
;
#endif /* CONFIG_MIPS_SPRAM */
#endif /* _MIPS_SPRAM_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chris Dearman | 30 | 78.95% | 1 | 33.33% |
Markos Chandras | 7 | 18.42% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.63% | 1 | 33.33% |
Total | 38 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.