summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsyed rafiuddin <srafiuddin@nvidia.com>2011-08-22 16:46:17 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-08-24 16:39:05 -0700
commitaa299df0aeee49ac8f61fc230c3159537bd47abc (patch)
tree2c1dfac9f4a163b6686678d6ac82e122c915968c /include
parentc7ce0be1e96e9ad1722479f54abc3d30998fd39a (diff)
power: tps80031-battery-gauge: Add battery gauge driver
Adding battery-gauge driver for TPS8003x controller bug 841080 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