diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2011-06-28 20:34:02 +0530 |
---|---|---|
committer | Niket Sirsi <nsirsi@nvidia.com> | 2011-07-07 12:28:50 -0700 |
commit | a6bfb06cbcacec25078d79a24164ab9c8783070b (patch) | |
tree | 8153b5ee7af13244c53269eb230028659acb9c98 /include/linux | |
parent | b4ed37082aeb30f00ccff63e60f4bf2d721c85af (diff) |
mfd: tps80031: Support second level of charge_control interrupt
There is multiple independent case for charge control interrupt and
so exposing each of the case as separate interrupt number.
bug 842072
Change-Id: I500d7e921e07b43de4eefdde2590f045022d8169
Reviewed-on: http://git-master/r/38732
Reviewed-by: Niket Sirsi <nsirsi@nvidia.com>
Tested-by: Niket Sirsi <nsirsi@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mfd/tps80031.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/mfd/tps80031.h b/include/linux/mfd/tps80031.h index da5a6f62bf98..a5eb257919e0 100644 --- a/include/linux/mfd/tps80031.h +++ b/include/linux/mfd/tps80031.h @@ -72,6 +72,15 @@ enum { TPS80031_INT_EXT_CHRG, TPS80031_INT_INT_CHRG, TPS80031_INT_RES2, + TPS80031_INT_BAT_TEMP_OVRANGE, + TPS80031_INT_BAT_REMOVED, + TPS80031_INT_VBUS_DET, + TPS80031_INT_VAC_DET, + TPS80031_INT_FAULT_WDG, + TPS80031_INT_LINCH_GATED, + + /* Last interrupt id to get the end number */ + TPS80031_INT_END, }; enum { |