aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-13power: supply: Fix a typo in warning messageMasanari Iida1-1/+1
2020-12-13power: reset: new driver regulator-poweroffMichael Klein3-0/+90
2020-12-12power: supply: ab8500: Use dev_err_probe() for IIO channelsLinus Walleij3-34/+24
2020-12-12power: supply: ab8500_fg: Request all IRQs as threadedLinus Walleij1-36/+11
2020-12-12power: supply: ab8500_charger: Oneshot threaded IRQsLinus Walleij1-1/+1
2020-12-12power: supply: ab8500: Convert to dev_pm_opsLinus Walleij4-48/+28
2020-12-12power: supply: ab8500: Use local helperLinus Walleij3-67/+64
2020-11-30power: supply: wm831x_power: remove unneeded breakTom Rix1-1/+0
2020-11-30power: supply: bq24735: Drop unused includeLinus Walleij1-1/+0
2020-11-30power: supply: bq24190_charger: Drop unused includeLinus Walleij1-1/+0
2020-11-30power: supply: generic-adc-battery: Use GPIO descriptorsLinus Walleij1-20/+11
2020-11-30power: supply: collie_battery: Convert to GPIO descriptorsLinus Walleij1-42/+109
2020-11-30power: supply: bq24190_charger: fix reference leakZhang Qilong1-5/+15
2020-11-30power: supply: s3c-adc-battery: Convert to GPIO descriptorsLinus Walleij1-28/+29
2020-11-30power: reset: Use printk format symbol resolverHelge Deller2-12/+4
2020-11-30power: supply: axp20x_usb_power: Use power efficient workqueue for debounceYangtao Li1-4/+4
2020-11-30power: supply: axp20x_usb_power: fix typoYangtao Li1-1/+1
2020-11-30power: supply: max8997-charger: Improve getting charger statusTimon Baetz1-17/+35
2020-11-30power: supply: max8997-charger: Fix platform data retrievalTimon Baetz1-1/+1
2020-11-30power: supply: max8997-charger: Use module_platform_driver()Timon Baetz1-12/+1
2020-11-30power: supply: pm2301_charger: remove unnecessary variableNigel Christian1-2/+1
2020-11-30power: supply: Fix missing IRQF_ONESHOT as only threaded handlerTian Tao1-1/+1
2020-11-30power: supply: axp288_charger: Fix HP Pavilion x2 10 DMI matchingHans de Goede1-11/+17
2020-11-30power: supply: max17042_battery: Export charge termination current propertySebastian Krzyszkowiak1-0/+9
2020-11-30power: supply: max17042_battery: Take r_sns value into account in charge_counterSebastian Krzyszkowiak1-1/+2
2020-11-30power: supply: max17042_battery: Improve accuracy of current_now and current_avg readingsSebastian Krzyszkowiak1-4/+4
2020-11-30power: supply: max17042_battery: Fix current_{avg,now} hiding with no current senseSebastian Krzyszkowiak1-1/+2
2020-11-29power: supply: bq25890: Use the correct range for IILIM registerSebastian Krzyszkowiak1-1/+1
2020-11-29power: reset: ocelot: Add support 2 other MIPS based SoCsGregory CLEMENT1-3/+27
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2020-10-23Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus 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/linux-power-supplyLinus 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/git/gregkh/char-miscLinus Torvalds3-3/+3
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+1
2020-10-13power: 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/linux-power-supplyLinus 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-08power: supply: bq25980: Fix uninitialized wd_reg_valDan Murphy1-1/+1
2020-10-08power: supply: bq25980: remove redundant zero check on retColin Ian King1-3/+0
2020-10-08power: 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