Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/gpio.h>
#include <linux/mfd/core.h>
#include <linux/platform_device.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/mfd/tps65912.h>
Go to the source code of this file.
Data Structures | |
struct | tps65912_gpio_data |
Functions | |
subsys_initcall (tps65912_gpio_init) | |
module_exit (tps65912_gpio_exit) | |
MODULE_AUTHOR ("Margarita Olaya Cabrera <[email protected]>") | |
MODULE_DESCRIPTION ("GPIO interface for TPS65912 PMICs") | |
MODULE_LICENSE ("GPL v2") | |
MODULE_ALIAS ("platform:tps65912-gpio") | |
MODULE_ALIAS | ( | "platform:tps65912-gpio" | ) |
MODULE_AUTHOR | ( | "Margarita Olaya Cabrera <[email protected]>" | ) |
module_exit | ( | tps65912_gpio_exit | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |
subsys_initcall | ( | tps65912_gpio_init | ) |