Linux Kernel
3.7.1
|
#include <linux/gpio.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
#include <linux/delay.h>
#include <linux/workqueue.h>
#include <linux/i2c.h>
#include <linux/i2c/at24.h>
#include <linux/input.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/input/matrix_keypad.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <plat/menelaus.h>
#include <plat/dma.h>
#include <plat/gpmc.h>
#include "debug-devices.h"
#include <video/omapdss.h>
#include <video/omap-panel-generic-dpi.h>
#include "common.h"
#include "mux.h"
#include "control.h"
Go to the source code of this file.
Macros | |
#define | H4_FLASH_CS 0 |
#define | H4_SMC91X_CS 1 |
#define | H4_ETHR_GPIO_IRQ 92 |
Variables | |
atag_offset = 0x100 | |
reserve = omap_reserve | |
map_io = omap242x_map_io | |
init_early = omap2420_init_early | |
init_irq = omap2_init_irq | |
handle_irq = omap2_intc_handle_irq | |
init_machine = omap_h4_init | |
init_late = omap2420_init_late | |
timer = &omap2_timer | |
restart = omap_prcm_restart | |
#define H4_ETHR_GPIO_IRQ 92 |
Definition at line 49 of file board-h4.c.
#define H4_FLASH_CS 0 |
Definition at line 46 of file board-h4.c.
#define H4_SMC91X_CS 1 |
Definition at line 47 of file board-h4.c.
atag_offset = 0x100 |
Definition at line 380 of file board-h4.c.
handle_irq = omap2_intc_handle_irq |
Definition at line 385 of file board-h4.c.
init_early = omap2420_init_early |
Definition at line 383 of file board-h4.c.
init_irq = omap2_init_irq |
Definition at line 384 of file board-h4.c.
init_late = omap2420_init_late |
Definition at line 387 of file board-h4.c.
init_machine = omap_h4_init |
Definition at line 386 of file board-h4.c.
map_io = omap242x_map_io |
Definition at line 382 of file board-h4.c.
reserve = omap_reserve |
Definition at line 381 of file board-h4.c.
restart = omap_prcm_restart |
Definition at line 389 of file board-h4.c.
timer = &omap2_timer |
Definition at line 388 of file board-h4.c.