aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-13power: supply: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+3
2021-06-30power: supply: ab8500: Fix an old bugLinus Walleij1-1/+1
2021-06-30power: supply: axp288_fuel_gauge: remove redundant continue statementColin Ian King1-3/+1
2021-06-30power: supply: axp288_fuel_gauge: Make "T3 MRD" no_battery_list DMI entry more genericHans de Goede1-9/+9
2021-06-30power: supply: axp288_fuel_gauge: Rename fuel_gauge_blacklist to no_battery_listHans de Goede1-2/+2
2021-06-30power: supply: bq24190_charger: drop of_match_ptr() from device ID tableAndy Shevchenko1-9/+2
2021-06-30power: supply: ab8500: add missing MODULE_DEVICE_TABLEZou Wei3-0/+3
2021-06-29power: supply: charger-manager: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-29Merge branch 'psy-fixes' into psy-nextSebastian Reichel2-3/+13
2021-06-04power: supply: cpcap-charger: get the battery inserted infomation from cpcap-batteryCarl Philipp Klemm1-19/+20
2021-06-04power: supply: cpcap-battery: invalidate config when incompatible measurements are readCarl Philipp Klemm1-3/+16
2021-06-04power: supply: axp20x_battery: allow disabling battery chargingHermann Lauer1-2/+15
2021-06-04power: supply: max17040: drop unused platform data supportKrzysztof Kozlowski1-3/+0
2021-06-04power: supply: max17040: simplify POWER_SUPPLY_PROP_ONLINEKrzysztof Kozlowski1-2/+1
2021-06-04power: supply: max17040: remove non-working POWER_SUPPLY_PROP_STATUSKrzysztof Kozlowski1-29/+3
2021-06-04power: supply: rt5033_battery: Fix device tree enumerationStephan Gerhold2-1/+9
2021-06-04power: supply: Drop BD70528 supportMatti Vaittinen3-720/+0
2021-06-04power: supply: max17040: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski1-3/+1
2021-06-04power: supply: max17042: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski1-1/+1
2021-06-03power: supply: surface-charger: Fix type of integer variableMaximilian Luz1-1/+1
2021-06-03power: supply: sbs-battery: cache constant string propertiesIkjoon Jang1-58/+95
2021-06-03power: supply: rn5t618: Add input current limitAndreas Kemnade1-0/+188
2021-06-03power: supply: rn5t618: Add charger type detectionAndreas Kemnade1-0/+47
2021-06-03power: supply: smb347-charger: Drop unused includeLinus Walleij1-1/+0
2021-06-03power: supply: pm2301_charger: Delete driverLinus Walleij2-1250/+1
2021-06-03power: supply: ab8500: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-06-03power: supply: ab8500: Drop unused memberLinus Walleij1-1/+0
2021-06-03power: supply: ab8500: Enable USB and ACLinus Walleij2-12/+14
2021-06-03power: supply: ab8500: Avoid NULL pointersLinus Walleij1-1/+17
2021-06-03power: supply: ab8500: Call battery population onceLinus Walleij3-20/+0
2021-06-03power: supply: ab8500: Move to componentized bindingLinus Walleij5-334/+379
2021-06-03power: supply: ab8500: Fix typoJian Xin1-1/+1
2021-05-13power: supply: surface_battery: Fix battery event handlingMaximilian Luz1-2/+12
2021-05-13power: supply: sc2731_charger: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-05-13power: supply: sc27xx: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-04-28Merge tag 'for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds40-350/+2275
2021-04-21power: supply: cpcap-battery: fix invalid usage of list cursorGuangqing Zhu1-1/+1
2021-04-20power: supply: bq256xx: add kerneldoc for structure membersKrzysztof Kozlowski1-0/+2
2021-04-20power: supply: act8945a: correct kerneldocKrzysztof Kozlowski1-1/+1
2021-04-20power: supply: max17040: remove unneeded double castKrzysztof Kozlowski1-2/+1
2021-04-20power: supply: max17040: handle device_property_read_u8_array() failureKrzysztof Kozlowski1-5/+4
2021-04-20power: supply: max14577: remove unneeded variable initializationKrzysztof Kozlowski1-1/+1
2021-04-12power: supply: surface-charger: Make symbol 'surface_ac_pm_ops' staticQiheng Lin1-1/+1
2021-04-12power: supply: surface-battery: Make some symbols staticQiheng Lin1-2/+2
2021-04-08power: supply: s3c_adc_battery: fix possible use-after-free in s3c_adc_bat_remove()Yang Yingliang1-1/+1
2021-04-08power: supply: generic-adc-battery: fix possible use-after-free in gab_remove()Yang Yingliang1-1/+1
2021-04-08power: supply: Add AC driver for Surface Aggregator ModuleMaximilian Luz3-0/+299
2021-04-08power: supply: Add battery driver for Surface Aggregator ModuleMaximilian Luz3-0/+882
2021-04-05power: supply: bq25980: Move props from battery nodeRicardo Rivera-Matos1-28/+12
2021-04-05Merge tag 'ib-mfd-power-v5.13' into psy-nextSebastian Reichel9-85/+822