diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-09-07 15:14:56 +0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-17 17:03:38 +0400 |
commit | 15e27b1088245a2de3b7d09d39cd209212eb16af (patch) | |
tree | 8986de2dd41b21b590ffe5a4910fb4e22be0364e /include/linux/mfd/tc3589x.h | |
parent | 8d2493781ad910019e9dc63dbf99f6dd2a8a2083 (diff) | |
download | linux-15e27b1088245a2de3b7d09d39cd209212eb16af.tar.xz |
mfd: Provide the tc3589x with its own IRQ domain
In preparation for Device Tree enablement all IRQ controllers
should control their own IRQ domain. This patch provides just
that.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/tc3589x.h')
-rw-r--r-- | include/linux/mfd/tc3589x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tc3589x.h b/include/linux/mfd/tc3589x.h index 3acb3a8e3af5..6b8e1ff4672b 100644 --- a/include/linux/mfd/tc3589x.h +++ b/include/linux/mfd/tc3589x.h @@ -117,6 +117,7 @@ struct tc3589x { struct mutex lock; struct device *dev; struct i2c_client *i2c; + struct irq_domain *domain; int irq_base; int num_gpio; |