summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-09-07 08:48:18 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-07 08:48:17 -0700
commit78b791996af8523b696662b9680a8b013fc80b77 (patch)
tree8e57074c9baebb9610e1adc3f22b09fce3f65cfb /include/linux
parent7d231bbeff2a9e8c78e5925eba27693d076d311b (diff)
parent192d510128470c15c8371efd560929e34df87532 (diff)
Merge "power_supply: add two properties for step charging"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/power_supply.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index 56e78254286e..03853d956b41 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -176,6 +176,8 @@ enum power_supply_property {
POWER_SUPPLY_PROP_USB_OTG,
POWER_SUPPLY_PROP_BATTERY_CHARGING_ENABLED,
POWER_SUPPLY_PROP_CHARGING_ENABLED,
+ POWER_SUPPLY_PROP_STEP_CHARGING_ENABLED,
+ POWER_SUPPLY_PROP_STEP_CHARGING_STEP,
POWER_SUPPLY_PROP_PIN_ENABLED,
POWER_SUPPLY_PROP_INPUT_SUSPEND,
POWER_SUPPLY_PROP_INPUT_VOLTAGE_REGULATION,