aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorTodd Fischer <todd.fischer@ridgerun.com>2010-04-05 17:53:12 -0600
committerSamuel Ortiz <sameo@linux.intel.com>2010-05-28 01:37:38 +0200
commit752599667048898b6969e06e4637f906b04ec752 (patch)
tree91fd727ff21048eac193a84ff26833ff69647d5d /include/linux/mfd
parentmfd: Add TPS6507x support (diff)
downloadlinux-dev-752599667048898b6969e06e4637f906b04ec752.tar.xz
linux-dev-752599667048898b6969e06e4637f906b04ec752.zip
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.h2
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 @@
struct tps6507x_board {
struct regulator_init_data *tps6507x_pmic_init_data;
+ struct touchscreen_init_data *tps6507x_ts_init_data;
};
/**
@@ -162,6 +163,7 @@ struct tps6507x_dev {
/* Client devices */
struct tps6507x_pmic *pmic;
+ struct tps6507x_ts *ts;
};
#endif /* __LINUX_MFD_TPS6507X_H */