aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-15power: supply: cpcap-battery: Use accumulator for current and power averageTony Lindgren1-4/+4
2019-04-15power: supply: cpcap-battery: Fix coulomb counter calibration register useTony Lindgren1-9/+7
2019-04-15power: supply: cpcap-battery: Fix signed counter sample registerTony Lindgren1-5/+6
2019-04-15power: supply: cpcap-battery: Fix low battery checkTony Lindgren1-2/+2
2019-04-15Merge branch 'psy-fixes' into psy-nextSebastian Reichel1-0/+3
2019-04-15power: supply: gpio-charger: Add support for charger status.Artur Rojek1-11/+46
2019-04-15power: supply: core: fix typo in function to get current charge control limitEnric Balletbo i Serra1-2/+2
2019-04-15drivers: power: supply: goldfish_battery: Fix bogus SPDX identifierThomas Gleixner1-1/+1
2019-04-10power: supply: cpcap-battery: Fix division by zeroTony Lindgren1-0/+3
2019-04-10power: supply: ltc3651-charger: Fix device name (rename files)Michael Hennerich2-1/+1
2019-04-10power: supply: ltc3651-charger: Fix device nameMichael Hennerich3-68/+65
2019-04-05power: supply: max14656: fix potential use-after-freeSven Van Asbroeck1-2/+15
2019-04-05power: supply: max14656: fix potential use-before-allocSven Van Asbroeck1-7/+7
2019-04-05power: reset: at91-poweroff: add support for SAM9X60Claudiu Beznea1-0/+11
2019-04-05power: reset: at91-poweroff: add RTT wakeup capabilityClaudiu Beznea1-0/+14
2019-04-05power: supply: axp288_charger: Fix unchecked return valueGustavo A. R. Silva1-0/+4
2019-04-05power: supply: Fix the simple battery property namesMaxime Ripard1-2/+2
2019-04-05power: charger-manager: fix a potential NULL pointer dereferenceKangjie Lu1-0/+3
2019-04-05power: reset: syscon-reboot: add a mask propertyMartin Schiller1-2/+17
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