summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsyed rafiuddin <srafiuddin@nvidia.com>2011-08-22 16:46:17 +0530
committerGaurav Sarode <gsarode@nvidia.com>2011-08-26 13:50:10 +0530
commit160d372e97526e2ce983091740290ef6fae3a30a (patch)
treeeb36505d7e2486576a8df387d70163552530f2f8 /include
parented6d9febaf20370c3731c2787ca0f17f539944bc (diff)
power: tps80031-battery-gauge: Add battery gauge driver
Adding battery-gauge driver for TPS8003x controller bug 841080 Original-Change-Id: Id65c3de88e6893005a8d7590fc7273cd7c43a1b3 Reviewed-on: http://git-master/r/48428 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Syed Rafiuddin <srafiuddin@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/tps80031.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mfd/tps80031.h b/include/linux/mfd/tps80031.h
index e62cfb30e988..994b38e29284 100644
--- a/include/linux/mfd/tps80031.h
+++ b/include/linux/mfd/tps80031.h
@@ -116,6 +116,10 @@ struct tps80031_platform_data {
struct tps80031_32kclock_plat_data *clk32k_pdata;
};
+struct tps80031_bg_platform_data {
+ int irq_base;
+};
+
/*
* NOTE: the functions below are not intended for use outside
* of the TPS80031 sub-device drivers