Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
aat2870-core.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/debugfs.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/i2c.h>
#include <linux/delay.h>
#include <linux/gpio.h>
#include <linux/mfd/core.h>
#include <linux/mfd/aat2870.h>
#include <linux/regulator/machine.h>

Go to the source code of this file.

Functions

 MODULE_DEVICE_TABLE (i2c, aat2870_i2c_id_table)
 
 subsys_initcall (aat2870_init)
 
 module_exit (aat2870_exit)
 
 MODULE_DESCRIPTION ("Core support for the AnalogicTech AAT2870")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Jin Park <[email protected]>")
 

Function Documentation

MODULE_AUTHOR ( "Jin Park <[email protected]>"  )
MODULE_DESCRIPTION ( "Core support for the AnalogicTech AAT2870"  )
MODULE_DEVICE_TABLE ( i2c  ,
aat2870_i2c_id_table   
)
module_exit ( aat2870_exit  )
MODULE_LICENSE ( "GPL"  )
subsys_initcall ( aat2870_init  )