#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/nand_ecc.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/mtd.h>
#include <linux/of_platform.h>
#include <linux/of_gpio.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <asm/fsl_lbc.h>
Go to the source code of this file.
#define FSL_UPM_WAIT_RUN_PATTERN 0x1 |
#define FSL_UPM_WAIT_WRITE_BUFFER 0x4 |
#define FSL_UPM_WAIT_WRITE_BYTE 0x2 |
MODULE_DESCRIPTION |
( |
"Driver for NAND chips working through Freescale ""LocalBus User-Programmable Machine" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
of_fun_match |
|
|
) |
| |
module_platform_driver |
( |
of_fun_driver |
| ) |
|