diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-27 23:08:51 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-04-27 23:12:16 -0700 |
commit | acad9853b95df6a3887f52e0ec88e4a77119ee28 (patch) | |
tree | 8e43801e6e5ebb245d5e90f73ef36bbfce3f6184 /include | |
parent | f5346668150c37094b42cc2d07ec5fd1451eb980 (diff) | |
download | linux-3.10-acad9853b95df6a3887f52e0ec88e4a77119ee28.tar.gz linux-3.10-acad9853b95df6a3887f52e0ec88e4a77119ee28.tar.bz2 linux-3.10-acad9853b95df6a3887f52e0ec88e4a77119ee28.zip |
Input: wm831x-ts - allow IRQ flags to be specified
This allows maximum flexibility for configuring the direct GPIO based
interrupts.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/wm831x/pdata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/wm831x/pdata.h b/include/linux/mfd/wm831x/pdata.h index 173086d42af..6b0eb130efb 100644 --- a/include/linux/mfd/wm831x/pdata.h +++ b/include/linux/mfd/wm831x/pdata.h @@ -81,7 +81,9 @@ struct wm831x_touch_pdata { int rpu; /** Pen down sensitivity resistor divider */ int pressure; /** Report pressure (boolean) */ unsigned int data_irq; /** Touch data ready IRQ */ + int data_irqf; /** IRQ flags for data ready IRQ */ unsigned int pd_irq; /** Touch pendown detect IRQ */ + int pd_irqf; /** IRQ flags for pen down IRQ */ }; enum wm831x_watchdog_action { |