|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/platform_device.h>#include <linux/spi/spi.h>#include <linux/regulator/machine.h>#include <linux/i2c/twl.h>#include <linux/wl12xx.h>#include <linux/mtd/partitions.h>#include <linux/mtd/nand.h>#include <linux/leds.h>#include <linux/input.h>#include <linux/input/matrix_keypad.h>#include <linux/gpio.h>#include <linux/gpio_keys.h>#include <linux/mmc/host.h>#include <linux/mmc/card.h>#include <linux/regulator/fixed.h>#include <linux/platform_data/spi-omap2-mcspi.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include "common.h"#include <plat/usb.h>#include <video/omapdss.h>#include <linux/platform_data/mtd-nand-omap2.h>#include "mux.h"#include "sdram-micron-mt46h32m32lf-6.h"#include "hsmmc.h"#include "common-board-devices.h"Go to the source code of this file.
Macros | |
| #define | PANDORA_WIFI_IRQ_GPIO 21 |
| #define | PANDORA_WIFI_NRESET_GPIO 23 |
| #define | OMAP3_PANDORA_TS_GPIO 94 |
| #define | GPIO_BUTTON(gpio_num, ev_type, ev_code, act_low, descr) |
| #define | GPIO_BUTTON_LOW(gpio_num, event_code, description) GPIO_BUTTON(gpio_num, EV_KEY, event_code, 1, description) |
Variables | |
| atag_offset = 0x100 | |
| reserve = omap_reserve | |
| map_io = omap3_map_io | |
| init_early = omap35xx_init_early | |
| init_irq = omap3_init_irq | |
| handle_irq = omap3_intc_handle_irq | |
| init_machine = omap3pandora_init | |
| init_late = omap35xx_init_late | |
| timer = &omap3_timer | |
| restart = omap_prcm_restart | |
| #define GPIO_BUTTON | ( | gpio_num, | |
| ev_type, | |||
| ev_code, | |||
| act_low, | |||
| descr | |||
| ) |
Definition at line 127 of file board-omap3pandora.c.
| #define GPIO_BUTTON_LOW | ( | gpio_num, | |
| event_code, | |||
| description | |||
| ) | GPIO_BUTTON(gpio_num, EV_KEY, event_code, 1, description) |
Definition at line 137 of file board-omap3pandora.c.
| #define OMAP3_PANDORA_TS_GPIO 94 |
Definition at line 56 of file board-omap3pandora.c.
| #define PANDORA_WIFI_IRQ_GPIO 21 |
Definition at line 54 of file board-omap3pandora.c.
| #define PANDORA_WIFI_NRESET_GPIO 23 |
Definition at line 55 of file board-omap3pandora.c.
| atag_offset = 0x100 |
Definition at line 613 of file board-omap3pandora.c.
| handle_irq = omap3_intc_handle_irq |
Definition at line 618 of file board-omap3pandora.c.
| init_early = omap35xx_init_early |
Definition at line 616 of file board-omap3pandora.c.
| init_irq = omap3_init_irq |
Definition at line 617 of file board-omap3pandora.c.
| init_late = omap35xx_init_late |
Definition at line 620 of file board-omap3pandora.c.
| init_machine = omap3pandora_init |
Definition at line 619 of file board-omap3pandora.c.
| map_io = omap3_map_io |
Definition at line 615 of file board-omap3pandora.c.
| reserve = omap_reserve |
Definition at line 614 of file board-omap3pandora.c.
| restart = omap_prcm_restart |
Definition at line 622 of file board-omap3pandora.c.
| timer = &omap3_timer |
Definition at line 621 of file board-omap3pandora.c.
1.8.2