summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsyed rafiuddin <srafiuddin@nvidia.com>2011-09-27 14:33:29 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-10-10 16:53:47 -0700
commit9e0a4ef0f800d40d04587538f47ff656fab70971 (patch)
tree16a66b6625449112a1397ed22a5cc04a7fe5018d /include
parent95f9948f31f1ce0862821830bb348cbe027cfcaf (diff)
mfd: tps80031-gpadc: Add gpadc driver
Adding gpadc driver for TPS8003x controller bug 872697 Reviewed-on: http://git-master/r/52634 (cherry picked from commit 3daadb9297253c955bea289117dd1986db543ee2) Change-Id: I7e5df609837d8997de74c0b22d38c6634189d5d4 Reviewed-on: http://git-master/r/56987 Reviewed-by: Syed Rafiuddin <srafiuddin@nvidia.com> Tested-by: Syed Rafiuddin <srafiuddin@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/tps80031.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/tps80031.h b/include/linux/mfd/tps80031.h
index 994b38e29284..d888e46643fa 100644
--- a/include/linux/mfd/tps80031.h
+++ b/include/linux/mfd/tps80031.h
@@ -142,4 +142,6 @@ extern int tps80031_power_off(void);
extern unsigned long tps80031_get_chip_info(struct device *dev);
+extern int tps80031_gpadc_conversion(int channle_no);
+
#endif /*__LINUX_MFD_TPS80031_H */