aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20max17042_battery: fix potential use-after-free on device removeSven Van Asbroeck1-0/+10
2019-02-20power: supply: core: Add a field to support battery max voltageArtur Rojek1-0/+3
2019-02-20bq27x00: use cached flagsArthur Demchenkov1-16/+4
2019-02-12power: supply: ds2782: fix possible use-after-free on removeSven Van Asbroeck1-4/+4
2019-01-23power: supply: bq25890: show max charge current/voltage as configuredMichał Mirosław1-2/+2
2019-01-23power: supply: sc27xx: Fix capacity saving functionYuanjiang Yu1-5/+59
2019-01-23power: supply: sc27xx: Fix the incorrect formula when converting capacity to coulomb counterBaolin Wang1-1/+1
2019-01-23power: supply: sc27xx: Add one property to read charge voltageBaolin Wang1-0/+29
2019-01-21drivers: power: supply: goldfish_battery: Add support for reading more propertiesRoman Kiryanov1-0/+47
2019-01-20power: supply: charger-manager: Fix trivial language typosKrzysztof Kozlowski1-9/+9
2019-01-20cpcap-charger: generate events for userspacePavel Machek1-0/+1
2019-01-20power: supply: remove some duplicated includesYangtao Li1-2/+0
2019-01-20power: twl4030: fix a missing check of return valueKangjie Lu1-1/+3
2019-01-20drivers: power: supply: goldfish_battery: Use tabs for alignmentRoman Kiryanov1-6/+6
2019-01-20drivers: power: supply: goldfish_battery: Fix alignmentRoman Kiryanov1-2/+2
2019-01-20drivers: power: supply: goldfish_battery: Retire a redundant variableRoman Kiryanov1-8/+0
2019-01-20drivers: power: supply: goldfish_battery: Fix "line over 80 characters"Roman Kiryanov1-2/+3
2019-01-20drivers: power: supply: goldfish_battery: Put an SPDX tagRoman Kiryanov1-9/+1
2019-01-20power: supply: axp288_fuel_gauge: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-12/+2
2019-01-20power: supply: isp1704: switch to gpiod APISebastian Reichel1-48/+12
2018-12-18power: supply: bq25890: fix BAT_COMP field definitionMichał Mirosław1-1/+1
2018-12-13power: supply: gpio-charger: Do not use deprecated POWER_SUPPLY_TYPE_USB_*Sebastian Reichel1-3/+3
2018-12-13power: supply: ds2781: switch to devm_power_supply_registerSebastian Reichel1-12/+3
2018-12-13power: supply: ds2780: switch to devm_power_supply_registerSebastian Reichel1-12/+3
2018-12-13power: supply: ds2781: fix race-condition in bin attribute registrationSebastian Reichel1-31/+19
2018-12-13power: supply: ds2780: fix race-condition in bin attribute registrationSebastian Reichel1-35/+20
2018-12-13power: supply: pcf50633: fix race-condition in sysfs registrationSebastian Reichel1-10/+7
2018-12-13power: supply: charger-manager: fix race-condition in sysfs registrationSebastian Reichel1-29/+22
2018-12-13power: supply: charger-manager: simplify generation of sysfs attribute group nameSebastian Reichel1-9/+4
2018-12-13power: supply: bq24257: fix race-condition in sysfs registrationSebastian Reichel1-12/+3
2018-12-13power: supply: bq24190_charger: fix race-condition in sysfs registrationSebastian Reichel1-35/+8
2018-12-13power: supply: lp8788: fix race-condition in sysfs registrationSebastian Reichel1-35/+27
2018-12-13power: supply: ds2781: fix race-condition in sysfs registrationSebastian Reichel1-19/+4
2018-12-13power: supply: ds2780: fix race-condition in sysfs registrationSebastian Reichel1-19/+4
2018-12-13power: supply: bq2415x: fix race-condition in sysfs registrationSebastian Reichel1-70/+49
2018-12-13power: supply: core: add support for custom sysfs attributesSebastian Reichel1-0/+1
2018-12-06power: supply: sc27xx: Save last battery capacityYuanjiang Yu1-1/+134
2018-12-06power: supply: sc27xx: Add suspend/resume interfacesYuanjiang Yu1-0/+77
2018-12-06power: supply: sc27xx: Add fuel gauge low voltage alarmYuanjiang Yu1-1/+170
2018-12-06power: supply: sc27xx: Add fuel gauge calibrationBaolin Wang1-11/+51
2018-12-05power: supply: sc2731_charger: Free battery informationBaolin Wang1-0/+2
2018-12-05power: supply: sc2731_charger: Avoid repeated charge/dischargeBaolin Wang1-2/+2
2018-12-05power: supply: sc2731_charger: Add charger status detectionBaolin Wang1-0/+20
2018-12-05power: supply: sc2731_charger: Add one work to charge/dischargeBaolin Wang1-8/+22
2018-12-05power: supply: bq24190_charger: add support for bq24196 variantHeiko Stuebner1-1/+3
2018-12-05power: supply: bq24190_charger: add extcon support for USB OTGBrian Masney1-1/+36
2018-12-05power: supply: bq24190_charger: add of_match for usb-otg-vbus regulatorJonathan Marek1-0/+1
2018-12-05power: supply: bq24190_charger: add support for bq24192 variantJonathan Marek1-2/+8
2018-12-05power: supply: charger-manager: Make code more readableBaolin Wang1-7/+7
2018-12-05power: supply: charger-manager: Fix incorrect return valueBaolin Wang1-2/+1