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/irq.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/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 <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 | PALMZ71_USBDETECT_GPIO 0 |
#define | PALMZ71_PENIRQ_GPIO 6 |
#define | PALMZ71_MMC_WP_GPIO 8 |
#define | PALMZ71_HDQ_GPIO 11 |
#define | PALMZ71_HOTSYNC_GPIO OMAP_MPUIO(1) |
#define | PALMZ71_CABLE_GPIO OMAP_MPUIO(2) |
#define | PALMZ71_SLIDER_GPIO OMAP_MPUIO(3) |
#define | PALMZ71_MMC_IN_GPIO OMAP_MPUIO(4) |
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_palmz71_init | |
init_late = omap1_init_late | |
timer = &omap1_timer | |
restart = omap1_restart | |
#define PALMZ71_CABLE_GPIO OMAP_MPUIO(2) |
Definition at line 57 of file board-palmz71.c.
#define PALMZ71_HDQ_GPIO 11 |
Definition at line 54 of file board-palmz71.c.
#define PALMZ71_HOTSYNC_GPIO OMAP_MPUIO(1) |
Definition at line 56 of file board-palmz71.c.
#define PALMZ71_MMC_IN_GPIO OMAP_MPUIO(4) |
Definition at line 59 of file board-palmz71.c.
#define PALMZ71_MMC_WP_GPIO 8 |
Definition at line 53 of file board-palmz71.c.
#define PALMZ71_PENIRQ_GPIO 6 |
Definition at line 52 of file board-palmz71.c.
#define PALMZ71_SLIDER_GPIO OMAP_MPUIO(3) |
Definition at line 58 of file board-palmz71.c.
#define PALMZ71_USBDETECT_GPIO 0 |
Definition at line 51 of file board-palmz71.c.
atag_offset = 0x100 |
Definition at line 326 of file board-palmz71.c.
init_early = omap1_init_early |
Definition at line 328 of file board-palmz71.c.
init_irq = omap1_init_irq |
Definition at line 330 of file board-palmz71.c.
init_late = omap1_init_late |
Definition at line 332 of file board-palmz71.c.
init_machine = omap_palmz71_init |
Definition at line 331 of file board-palmz71.c.
map_io = omap15xx_map_io |
Definition at line 327 of file board-palmz71.c.
reserve = omap_reserve |
Definition at line 329 of file board-palmz71.c.
restart = omap1_restart |
Definition at line 334 of file board-palmz71.c.
timer = &omap1_timer |
Definition at line 333 of file board-palmz71.c.