Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/memblock.h>
#include <linux/of_irq.h>
#include <linux/of_platform.h>
#include <linux/export.h>
#include <asm/hardware/gic.h>
#include <asm/hardware/cache-l2x0.h>
#include <asm/mach/map.h>
#include <asm/memblock.h>
#include <plat/sram.h>
#include <plat/omap-secure.h>
#include <plat/mmc.h>
#include "omap-wakeupgen.h"
#include "soc.h"
#include "common.h"
#include "hsmmc.h"
#include "omap4-sar-layout.h"
Go to the source code of this file.
Functions | |
void __init | omap_barriers_init (void) |
void __init | gic_init_irq (void) |
void __iomem * | omap4_get_sar_ram_base (void) |
early_initcall (omap4_sar_ram_init) | |
void __init | omap_gic_of_init (void) |
int __init | omap4_twl6030_hsmmc_init (struct omap2_hsmmc_info *controllers) |
early_initcall | ( | omap4_sar_ram_init | ) |
Definition at line 95 of file omap4-common.c.
Definition at line 190 of file omap4-common.c.
int __init omap4_twl6030_hsmmc_init | ( | struct omap2_hsmmc_info * | controllers | ) |
Definition at line 279 of file omap4-common.c.
Definition at line 91 of file omap4-common.c.
Definition at line 223 of file omap4-common.c.