|
Linux Kernel
3.7.1
|
#include <linux/err.h>#include <linux/i2c.h>#include <linux/init.h>#include <linux/interrupt.h>#include <linux/irq.h>#include <linux/mfd/core.h>#include <linux/mfd/max8907.h>#include <linux/module.h>#include <linux/of_device.h>#include <linux/regmap.h>#include <linux/slab.h>Go to the source code of this file.
Functions | |
| MODULE_DEVICE_TABLE (i2c, max8907_i2c_id) | |
| subsys_initcall (max8907_i2c_init) | |
| module_exit (max8907_i2c_exit) | |
| MODULE_DESCRIPTION ("MAX8907 multi-function core driver") | |
| MODULE_AUTHOR ("Gyungoh Yoo <[email protected]>") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_AUTHOR | ( | "Gyungoh Yoo <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | i2c | , |
| max8907_i2c_id | |||
| ) |
| module_exit | ( | max8907_i2c_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| subsys_initcall | ( | max8907_i2c_init | ) |
1.8.2