|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/errno.h>#include <linux/gpio.h>#include <linux/i2c.h>#include <linux/platform_device.h>#include <linux/mfd/tps65910.h>#include <linux/of_device.h>Go to the source code of this file.
Data Structures | |
| struct | tps65910_gpio |
Functions | |
| subsys_initcall (tps65910_gpio_init) | |
| module_exit (tps65910_gpio_exit) | |
| MODULE_AUTHOR ("Graeme Gregory <[email protected]>") | |
| MODULE_AUTHOR ("Jorge Eduardo Candelaria [email protected]>") | |
| MODULE_DESCRIPTION ("GPIO interface for TPS65910/TPS6511 PMICs") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_ALIAS ("platform:tps65910-gpio") | |
| MODULE_ALIAS | ( | "platform:tps65910-gpio" | ) |
| MODULE_AUTHOR | ( | "Graeme Gregory <[email protected]>" | ) |
| MODULE_AUTHOR | ( | "Jorge Eduardo Candelaria [email protected]. | uk, |
| " | |||
| ) |
| module_exit | ( | tps65910_gpio_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| subsys_initcall | ( | tps65910_gpio_init | ) |
1.8.2