Linux Kernel
3.7.1
|
#include <linux/platform_device.h>
#include <linux/irq.h>
#include <linux/gpio.h>
#include <linux/delay.h>
#include <linux/rtc-v3020.h>
#include <video/mbxfb.h>
#include <linux/spi/spi.h>
#include <linux/spi/pxa2xx_spi.h>
#include <linux/spi/libertas_spi.h>
#include <mach/pxa27x.h>
#include <linux/platform_data/usb-ohci-pxa27x.h>
#include <linux/platform_data/mmc-pxamci.h>
#include "generic.h"
Go to the source code of this file.
Macros | |
#define | RTC_PHYS_BASE (PXA_CS1_PHYS + (5 << 22)) |
#define | GPIO83_MMC_IRQ (83) |
#define | CMX270_MMC_IRQ PXA_GPIO_TO_IRQ(GPIO83_MMC_IRQ) |
#define | GPIO105_MMC_POWER (105) |
#define | GPIO19_WLAN_STRAP (19) |
#define | GPIO102_WLAN_RST (102) |
Functions | |
void __init | cmx270_init (void) |
#define CMX270_MMC_IRQ PXA_GPIO_TO_IRQ(GPIO83_MMC_IRQ) |
#define RTC_PHYS_BASE (PXA_CS1_PHYS + (5 << 22)) |