Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
pxa2xx-flash.c File Reference
#include <linux/module.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
#include <asm/io.h>
#include <mach/hardware.h>
#include <asm/mach/flash.h>

Go to the source code of this file.

Data Structures

struct  pxa2xx_flash_info
 

Macros

#define CACHELINESIZE   32
 
#define pxa2xx_flash_shutdown   NULL
 

Functions

 module_platform_driver (pxa2xx_flash_driver)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Nicolas Pitre <[email protected]>")
 
 MODULE_DESCRIPTION ("MTD map driver for Intel XScale PXA2xx")
 

Macro Definition Documentation

#define CACHELINESIZE   32

Definition at line 27 of file pxa2xx-flash.c.

#define pxa2xx_flash_shutdown   NULL

Definition at line 133 of file pxa2xx-flash.c.

Function Documentation

MODULE_AUTHOR ( "Nicolas Pitre <[email protected]>"  )
MODULE_DESCRIPTION ( "MTD map driver for Intel XScale PXA2xx"  )
MODULE_LICENSE ( "GPL"  )
module_platform_driver ( pxa2xx_flash_driver  )