summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply
Commit message (Expand)AuthorAgeFilesLines
* power: supply: Fix fall-through warnings for ClangGustavo A. R. Silva2021-07-132-0/+3
* power: supply: ab8500: Fix an old bugLinus Walleij2021-06-301-1/+1
* power: supply: axp288_fuel_gauge: remove redundant continue statementColin Ian King2021-06-301-3/+1
* power: supply: axp288_fuel_gauge: Make "T3 MRD" no_battery_list DMI entry mor...Hans de Goede2021-06-301-9/+9
* power: supply: axp288_fuel_gauge: Rename fuel_gauge_blacklist to no_battery_listHans de Goede2021-06-301-2/+2
* power: supply: bq24190_charger: drop of_match_ptr() from device ID tableAndy Shevchenko2021-06-301-9/+2
* power: supply: ab8500: add missing MODULE_DEVICE_TABLEZou Wei2021-06-303-0/+3
* power: supply: charger-manager: add missing MODULE_DEVICE_TABLEZou Wei2021-06-291-0/+1
* Merge branch 'psy-fixes' into psy-nextSebastian Reichel2021-06-292-3/+13
|\
| * power: supply: surface-charger: Fix type of integer variableMaximilian Luz2021-06-031-1/+1
| * power: supply: surface_battery: Fix battery event handlingMaximilian Luz2021-05-131-2/+12
* | power: supply: cpcap-charger: get the battery inserted infomation from cpcap-...Carl Philipp Klemm2021-06-041-19/+20
* | power: supply: cpcap-battery: invalidate config when incompatible measurement...Carl Philipp Klemm2021-06-041-3/+16
* | power: supply: axp20x_battery: allow disabling battery chargingHermann Lauer2021-06-041-2/+15
* | power: supply: max17040: drop unused platform data supportKrzysztof Kozlowski2021-06-041-3/+0
* | power: supply: max17040: simplify POWER_SUPPLY_PROP_ONLINEKrzysztof Kozlowski2021-06-041-2/+1
* | power: supply: max17040: remove non-working POWER_SUPPLY_PROP_STATUSKrzysztof Kozlowski2021-06-041-29/+3
* | power: supply: rt5033_battery: Fix device tree enumerationStephan Gerhold2021-06-042-1/+9
* | power: supply: Drop BD70528 supportMatti Vaittinen2021-06-043-720/+0
* | power: supply: max17040: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-06-041-3/+1
* | power: supply: max17042: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-06-041-1/+1
* | power: supply: sbs-battery: cache constant string propertiesIkjoon Jang2021-06-031-58/+95
* | power: supply: rn5t618: Add input current limitAndreas Kemnade2021-06-031-0/+188
* | power: supply: rn5t618: Add charger type detectionAndreas Kemnade2021-06-031-0/+47
* | power: supply: smb347-charger: Drop unused includeLinus Walleij2021-06-031-1/+0
* | power: supply: pm2301_charger: Delete driverLinus Walleij2021-06-032-1250/+1
* | power: supply: ab8500: Drop unnecessary NULL check after container_ofGuenter Roeck2021-06-031-3/+0
* | power: supply: ab8500: Drop unused memberLinus Walleij2021-06-031-1/+0
* | power: supply: ab8500: Enable USB and ACLinus Walleij2021-06-032-12/+14
* | power: supply: ab8500: Avoid NULL pointersLinus Walleij2021-06-031-1/+17
* | power: supply: ab8500: Call battery population onceLinus Walleij2021-06-033-20/+0
* | power: supply: ab8500: Move to componentized bindingLinus Walleij2021-06-035-334/+379
* | power: supply: ab8500: Fix typoJian Xin2021-06-031-1/+1
* | power: supply: sc2731_charger: Add missing MODULE_DEVICE_TABLEZou Wei2021-05-131-0/+1
* | power: supply: sc27xx: Add missing MODULE_DEVICE_TABLEZou Wei2021-05-131-0/+1
|/
* Merge tag 'for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2021-04-2840-350/+2275
|\
| * power: supply: cpcap-battery: fix invalid usage of list cursorGuangqing Zhu2021-04-211-1/+1
| * power: supply: bq256xx: add kerneldoc for structure membersKrzysztof Kozlowski2021-04-201-0/+2
| * power: supply: act8945a: correct kerneldocKrzysztof Kozlowski2021-04-201-1/+1
| * power: supply: max17040: remove unneeded double castKrzysztof Kozlowski2021-04-201-2/+1
| * power: supply: max17040: handle device_property_read_u8_array() failureKrzysztof Kozlowski2021-04-201-5/+4
| * power: supply: max14577: remove unneeded variable initializationKrzysztof Kozlowski2021-04-201-1/+1
| * power: supply: surface-charger: Make symbol 'surface_ac_pm_ops' staticQiheng Lin2021-04-121-1/+1
| * power: supply: surface-battery: Make some symbols staticQiheng Lin2021-04-121-2/+2
| * power: supply: s3c_adc_battery: fix possible use-after-free in s3c_adc_bat_re...Yang Yingliang2021-04-081-1/+1
| * power: supply: generic-adc-battery: fix possible use-after-free in gab_remove()Yang Yingliang2021-04-081-1/+1
| * power: supply: Add AC driver for Surface Aggregator ModuleMaximilian Luz2021-04-083-0/+299
| * power: supply: Add battery driver for Surface Aggregator ModuleMaximilian Luz2021-04-083-0/+882
| * power: supply: bq25980: Move props from battery nodeRicardo Rivera-Matos2021-04-051-28/+12
| * Merge tag 'ib-mfd-power-v5.13' into psy-nextSebastian Reichel2021-04-059-85/+822
| |\