summaryrefslogtreecommitdiff
path: root/include/linux/mfd/tc3589x.h
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-09-07 12:14:56 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2012-09-17 15:03:38 +0200
commit15e27b1088245a2de3b7d09d39cd209212eb16af (patch)
tree8986de2dd41b21b590ffe5a4910fb4e22be0364e /include/linux/mfd/tc3589x.h
parent8d2493781ad910019e9dc63dbf99f6dd2a8a2083 (diff)
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.h1
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;