aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-20power: reset: at91-reset: add support for sam9x60 SoCNicolas Ferre1-0/+13
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-28Merge tag 'for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds24-418/+1677
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
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-12PM / AVS: SmartReflex: Switch to SPDX Licence IDNishanth Menon1-4/+1
2018-12-12PM / AVS: SmartReflex: NULL check before some freeing functions is not neededThomas Meyer1-2/+1
2018-12-11Merge back staging AVS changes for v4.21.Rafael J. Wysocki1-31/+0
2018-12-06power: supply: sc27xx: Save last battery capacityYuanjiang Yu1-1/+134
2018-12-06power: reset: at91-poweroff: move shdwc related data to one structureClaudiu Beznea1-23/+25
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