summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2021-03-04power: supply: smb347-charger: Fix interrupt usage if interrupt is unavailableDmitry Osipenko1-4/+8
2021-03-04power: supply: axp20x_usb_power: Init work before enabling IRQsSamuel Holland1-1/+1
2021-03-04power: supply: fix sbs-charger build, needs REGMAP_I2CRandy Dunlap1-0/+1
2021-03-04power: reset: at91-sama5d2_shdwc: fix wkupdbc maskClaudiu Beznea1-1/+1
2021-03-04power: supply: cpcap-charger: Fix power_supply_put on null battery pointerColin Ian King1-1/+2
2021-03-04power: supply: cpcap-battery: Fix missing power_supply_put()Tony Lindgren1-3/+7
2021-03-04power: supply: cpcap-charger: Fix missing power_supply_put()Tony Lindgren1-0/+1
2021-03-04power: supply: cpcap: Add missing IRQF_ONESHOT to fix regressionTony Lindgren2-2/+2
2020-12-30power: supply: bq24190_charger: fix reference leakZhang Qilong1-5/+15
2020-12-30power: supply: axp288_charger: Fix HP Pavilion x2 10 DMI matchingHans de Goede1-11/+17
2020-12-30power: supply: max17042_battery: Fix current_{avg,now} hiding with no current...Sebastian Krzyszkowiak1-1/+2
2020-12-30power: supply: bq25890: Use the correct range for IILIM registerSebastian Krzyszkowiak1-1/+1
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2020-10-24Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds7-3506/+0
2020-10-22PM: AVS: Drop the avs directory and the corresponding KconfigUlf Hansson4-4/+0
2020-10-22PM: AVS: qcom-cpr: Move the driver to the qcom specific driversUlf Hansson3-1805/+0
2020-10-20Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds32-1156/+3391
2020-10-16PM: AVS: smartreflex Move driver to soc specific driversUlf Hansson3-1058/+0
2020-10-16PM: AVS: rockchip-io: Move the driver to the rockchip specific driversUlf Hansson3-639/+0
2020-10-15power: reset: POWER_RESET_OCELOT_RESET should depend on Ocelot or Sparx5Geert Uytterhoeven1-0/+1
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+3
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-7/+1
2020-10-14power: supply: bq25980: Fix uninitialized wd_reg_val and overrunDan Murphy1-14/+15
2020-10-10power: supply: ltc2941: Fix ptr to enum castIskren Chernev1-1/+2
2020-10-09Merge tag 'for-v5.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds1-0/+6
2020-10-09power: supply: sbs-battery: chromebook workaround for PECSebastian Reichel1-0/+6
2020-10-09power: supply: test-power: revise parameter printing to use sprintfHarley A.W. Lorenzo1-19/+13
2020-10-09power: supply: charger-manager: fix incorrect check on charging_duration_msColin Ian King1-1/+1
2020-10-09power: supply: max17040: Fix ptr to enum castIskren Chernev1-1/+1
2020-10-09power: supply: bq25980: Fix uninitialized wd_reg_valDan Murphy1-1/+1
2020-10-09power: supply: bq25980: remove redundant zero check on retColin Ian King1-3/+0
2020-10-09power: reset: ocelot: Add support for Sparx5Lars Povlsen2-14/+44
2020-10-06power: supply: sbs-battery: keep error code when get_property() failsIkjoon Jang1-15/+9
2020-10-05power: supply: Constify static w1_family_ops structsRikard Falkeborn3-3/+3
2020-10-04power: supply: bq25980: Add support for the BQ259xx familyDan Murphy4-0/+1504
2020-10-04power: supply: fix spelling mistake "unprecise" -> "imprecise"Colin Ian King1-1/+1
2020-10-04power: supply: test_power: add missing newlines when printing parameters by s...Xiongfeng Wang1-0/+6
2020-10-03power: supply: pm2301: drop duplicated i2c_device_idKrzysztof Kozlowski1-5/+0
2020-10-03power: supply: charger-manager: drop unused charger assignmentKrzysztof Kozlowski1-6/+1
2020-10-03power: supply: rt9455: skip 'struct acpi_device_id' when !CONFIG_ACPIKrzysztof Kozlowski1-0/+2
2020-10-03power: supply: goldfish: skip 'struct acpi_device_id' when !CONFIG_ACPIKrzysztof Kozlowski1-0/+2
2020-10-03power: supply: bq25890: skip 'struct acpi_device_id' when !CONFIG_ACPIKrzysztof Kozlowski1-0/+2
2020-10-03power: supply: bq2515x: fix kerneldocKrzysztof Kozlowski1-1/+1
2020-10-03power: supply: bq24257: skip 'struct acpi_device_id' when !CONFIG_ACPIKrzysztof Kozlowski1-0/+2
2020-10-03power: supply: max17040: Support soc alertIskren Chernev1-9/+73
2020-10-03power: supply: max17040: Support setting rcompIskren Chernev1-0/+40
2020-10-03power: supply: max17040: Support compatible devicesIskren Chernev2-22/+143
2020-10-03power: supply: max17040: Use regmap i2cIskren Chernev2-127/+93
2020-10-03power: supply: max17040: Use devm_ to automate removeIskren Chernev1-18/+21
2020-10-02power: supply: bq27xxx: add support for TI bq34z100Krzysztof Kozlowski2-1/+51