Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
fsl_upm.c File Reference
#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.

Data Structures

struct  fsl_upm_nand
 

Macros

#define FSL_UPM_WAIT_RUN_PATTERN   0x1
 
#define FSL_UPM_WAIT_WRITE_BYTE   0x2
 
#define FSL_UPM_WAIT_WRITE_BUFFER   0x4
 

Functions

 MODULE_DEVICE_TABLE (of, of_fun_match)
 
 module_platform_driver (of_fun_driver)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Anton Vorontsov <[email protected]>")
 
 MODULE_DESCRIPTION ("Driver for NAND chips working through Freescale ""LocalBus User-Programmable Machine")
 

Macro Definition Documentation

#define FSL_UPM_WAIT_RUN_PATTERN   0x1

Definition at line 27 of file fsl_upm.c.

#define FSL_UPM_WAIT_WRITE_BUFFER   0x4

Definition at line 29 of file fsl_upm.c.

#define FSL_UPM_WAIT_WRITE_BYTE   0x2

Definition at line 28 of file fsl_upm.c.

Function Documentation

MODULE_AUTHOR ( "Anton Vorontsov <[email protected]>"  )
MODULE_DESCRIPTION ( "Driver for NAND chips working through Freescale ""LocalBus User-Programmable Machine"  )
MODULE_DEVICE_TABLE ( of  ,
of_fun_match   
)
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( of_fun_driver  )