diff options
author | Todd Fischer <todd.fischer@ridgerun.com> | 2010-04-05 19:53:12 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-05-27 19:37:38 -0400 |
commit | 752599667048898b6969e06e4637f906b04ec752 (patch) | |
tree | 91fd727ff21048eac193a84ff26833ff69647d5d /include/linux/mfd | |
parent | 31dd6a2672e337f5de188df3e5169ee732798236 (diff) |
input: Touchscreen driver for TPS6507x
Add touch screen input driver for TPS6507x family of multi-function
chips. Uses the TPS6507x MFD driver. No interrupt support due to
testing limitations of current hardware.
Signed-off-by: Todd Fischer <todd.fischer@ridgerun.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/tps6507x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/tps6507x.h b/include/linux/mfd/tps6507x.h index 9543cb716428..c923e4864f55 100644 --- a/include/linux/mfd/tps6507x.h +++ b/include/linux/mfd/tps6507x.h | |||
@@ -142,6 +142,7 @@ | |||
142 | 142 | ||
143 | struct tps6507x_board { | 143 | struct tps6507x_board { |
144 | struct regulator_init_data *tps6507x_pmic_init_data; | 144 | struct regulator_init_data *tps6507x_pmic_init_data; |
145 | struct touchscreen_init_data *tps6507x_ts_init_data; | ||
145 | }; | 146 | }; |
146 | 147 | ||
147 | /** | 148 | /** |
@@ -162,6 +163,7 @@ struct tps6507x_dev { | |||
162 | 163 | ||
163 | /* Client devices */ | 164 | /* Client devices */ |
164 | struct tps6507x_pmic *pmic; | 165 | struct tps6507x_pmic *pmic; |
166 | struct tps6507x_ts *ts; | ||
165 | }; | 167 | }; |
166 | 168 | ||
167 | #endif /* __LINUX_MFD_TPS6507X_H */ | 169 | #endif /* __LINUX_MFD_TPS6507X_H */ |