Release 4.16 arch/arm/plat-omap/include/plat/sram.h
/* SPDX-License-Identifier: GPL-2.0 */
int omap_sram_init(void);
void omap_map_sram(unsigned long start, unsigned long size,
unsigned long skip, int cached);
void omap_sram_reset(void);
extern void *omap_sram_push(void *funcp, unsigned long size);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Tony Lindgren | 45 | 97.83% | 3 | 75.00% |
Greg Kroah-Hartman | 1 | 2.17% | 1 | 25.00% |
Total | 46 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.