|
Linux Kernel
3.7.1
|
#include <linux/delay.h>#include <linux/gpio.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/notifier.h>#include <linux/clk.h>#include <linux/input.h>#include <linux/interrupt.h>#include <linux/mtd/mtd.h>#include <linux/mtd/partitions.h>#include <linux/mtd/physmap.h>#include <linux/leds.h>#include <linux/omapfb.h>#include <linux/spi/spi.h>#include <linux/spi/ads7846.h>#include <linux/platform_data/omap1_bl.h>#include <asm/mach-types.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include <plat/led.h>#include <mach/flash.h>#include <mach/mux.h>#include <plat/dma.h>#include <plat/tc.h>#include <mach/irda.h>#include <linux/platform_data/keypad-omap.h>#include <mach/hardware.h>#include <mach/usb.h>#include "common.h"Go to the source code of this file.
Macros | |
| #define | PALMTT_USBDETECT_GPIO 0 |
| #define | PALMTT_CABLE_GPIO 1 |
| #define | PALMTT_LED_GPIO 3 |
| #define | PALMTT_PENIRQ_GPIO 6 |
| #define | PALMTT_MMC_WP_GPIO 8 |
| #define | PALMTT_HDQ_GPIO 11 |
Variables | |
| atag_offset = 0x100 | |
| map_io = omap15xx_map_io | |
| init_early = omap1_init_early | |
| reserve = omap_reserve | |
| init_irq = omap1_init_irq | |
| init_machine = omap_palmtt_init | |
| init_late = omap1_init_late | |
| timer = &omap1_timer | |
| restart = omap1_restart | |
| #define PALMTT_CABLE_GPIO 1 |
Definition at line 50 of file board-palmtt.c.
| #define PALMTT_HDQ_GPIO 11 |
Definition at line 54 of file board-palmtt.c.
| #define PALMTT_LED_GPIO 3 |
Definition at line 51 of file board-palmtt.c.
| #define PALMTT_MMC_WP_GPIO 8 |
Definition at line 53 of file board-palmtt.c.
| #define PALMTT_PENIRQ_GPIO 6 |
Definition at line 52 of file board-palmtt.c.
| #define PALMTT_USBDETECT_GPIO 0 |
Definition at line 49 of file board-palmtt.c.
| atag_offset = 0x100 |
Definition at line 310 of file board-palmtt.c.
| init_early = omap1_init_early |
Definition at line 312 of file board-palmtt.c.
| init_irq = omap1_init_irq |
Definition at line 314 of file board-palmtt.c.
| init_late = omap1_init_late |
Definition at line 316 of file board-palmtt.c.
| init_machine = omap_palmtt_init |
Definition at line 315 of file board-palmtt.c.
| map_io = omap15xx_map_io |
Definition at line 311 of file board-palmtt.c.
| reserve = omap_reserve |
Definition at line 313 of file board-palmtt.c.
| restart = omap1_restart |
Definition at line 318 of file board-palmtt.c.
| timer = &omap1_timer |
Definition at line 317 of file board-palmtt.c.
1.8.2