Linux Kernel
3.7.1
|
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/module.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/mach-types.h>
#include <mach/pxa2xx-regs.h>
Go to the source code of this file.
Macros | |
#define | GPIO_NAND_CS (11) |
#define | GPIO_NAND_RB (89) |
#define | NUM_PARTITIONS (ARRAY_SIZE(partition_info)) |
Functions | |
module_init (cmx270_init) | |
module_exit (cmx270_cleanup) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Mike Rapoport <[email protected]>") | |
MODULE_DESCRIPTION ("NAND flash driver for Compulab CM-X270 Module") | |
#define GPIO_NAND_CS (11) |
Definition at line 33 of file cmx270_nand.c.
#define GPIO_NAND_RB (89) |
Definition at line 34 of file cmx270_nand.c.
#define NUM_PARTITIONS (ARRAY_SIZE(partition_info)) |
Definition at line 52 of file cmx270_nand.c.
MODULE_AUTHOR | ( | "Mike Rapoport <[email protected]>" | ) |
module_exit | ( | cmx270_cleanup | ) |
module_init | ( | cmx270_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |