#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/of.h>
#include <linux/irq.h>
#include <linux/irqdomain.h>
#include <linux/interrupt.h>
#include <linux/mfd/tc3589x.h>
Go to the source code of this file.
- Enumerator:
| REG_IBE |
|
| REG_IEV |
|
| REG_IS |
|
| REG_IE |
|
Definition at line 24 of file gpio-tc3589x.c.
| MODULE_AUTHOR |
( |
"Hanumath |
Prasad, |
|
|
Rabin Vincent" |
|
|
) |
| |
| module_exit |
( |
tc3589x_gpio_exit |
| ) |
|
| MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
| subsys_initcall |
( |
tc3589x_gpio_init |
| ) |
|