aboutsummaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2020-12-13power: supply: Fix a typo in warning messageGravatar Masanari Iida 1-1/+1
2020-12-13power: reset: new driver regulator-poweroffGravatar Michael Klein 3-0/+90
2020-12-12power: supply: ab8500: Use dev_err_probe() for IIO channelsGravatar Linus Walleij 3-34/+24
2020-12-12power: supply: ab8500_fg: Request all IRQs as threadedGravatar Linus Walleij 1-36/+11
2020-12-12power: supply: ab8500_charger: Oneshot threaded IRQsGravatar Linus Walleij 1-1/+1
2020-12-12power: supply: ab8500: Convert to dev_pm_opsGravatar Linus Walleij 4-48/+28
2020-12-12power: supply: ab8500: Use local helperGravatar Linus Walleij 3-67/+64
2020-11-30power: supply: wm831x_power: remove unneeded breakGravatar Tom Rix 1-1/+0
2020-11-30power: supply: bq24735: Drop unused includeGravatar Linus Walleij 1-1/+0
2020-11-30power: supply: bq24190_charger: Drop unused includeGravatar Linus Walleij 1-1/+0
2020-11-30power: supply: generic-adc-battery: Use GPIO descriptorsGravatar Linus Walleij 1-20/+11
2020-11-30power: supply: collie_battery: Convert to GPIO descriptorsGravatar Linus Walleij 1-42/+109
2020-11-30power: supply: bq24190_charger: fix reference leakGravatar Zhang Qilong 1-5/+15
2020-11-30power: supply: s3c-adc-battery: Convert to GPIO descriptorsGravatar Linus Walleij 1-28/+29
2020-11-30power: reset: Use printk format symbol resolverGravatar Helge Deller 2-12/+4
2020-11-30power: supply: axp20x_usb_power: Use power efficient workqueue for debounceGravatar Yangtao Li 1-4/+4
2020-11-30power: supply: axp20x_usb_power: fix typoGravatar Yangtao Li 1-1/+1
2020-11-30power: supply: max8997-charger: Improve getting charger statusGravatar Timon Baetz 1-17/+35
2020-11-30power: supply: max8997-charger: Fix platform data retrievalGravatar Timon Baetz 1-1/+1
2020-11-30power: supply: max8997-charger: Use module_platform_driver()Gravatar Timon Baetz 1-12/+1
2020-11-30power: supply: pm2301_charger: remove unnecessary variableGravatar Nigel Christian 1-2/+1
2020-11-30power: supply: Fix missing IRQF_ONESHOT as only threaded handlerGravatar Tian Tao 1-1/+1
2020-11-30power: supply: axp288_charger: Fix HP Pavilion x2 10 DMI matchingGravatar Hans de Goede 1-11/+17
2020-11-30power: supply: max17042_battery: Export charge termination current propertyGravatar Sebastian Krzyszkowiak 1-0/+9
2020-11-30power: supply: max17042_battery: Take r_sns value into account in charge_counterGravatar Sebastian Krzyszkowiak 1-1/+2
2020-11-30power: supply: max17042_battery: Improve accuracy of current_now and current_...Gravatar Sebastian Krzyszkowiak 1-4/+4
2020-11-30power: supply: max17042_battery: Fix current_{avg,now} hiding with no current...Gravatar Sebastian Krzyszkowiak 1-1/+2
2020-11-29power: supply: bq25890: Use the correct range for IILIM registerGravatar Sebastian Krzyszkowiak 1-1/+1
2020-11-29power: reset: ocelot: Add support 2 other MIPS based SoCsGravatar Gregory CLEMENT 1-3/+27
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-1/+1
2020-10-23Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 7-3506/+0
2020-10-22PM: AVS: Drop the avs directory and the corresponding KconfigGravatar Ulf Hansson 4-4/+0
2020-10-22PM: AVS: qcom-cpr: Move the driver to the qcom specific driversGravatar Ulf Hansson 3-1805/+0
2020-10-20Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Gravatar Linus Torvalds 32-1156/+3391
2020-10-16PM: AVS: smartreflex Move driver to soc specific driversGravatar Ulf Hansson 3-1058/+0
2020-10-16PM: AVS: rockchip-io: Move the driver to the rockchip specific driversGravatar Ulf Hansson 3-639/+0
2020-10-15power: reset: POWER_RESET_OCELOT_RESET should depend on Ocelot or Sparx5Gravatar Geert Uytterhoeven 1-0/+1
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-3/+3
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-7/+1
2020-10-13power: supply: bq25980: Fix uninitialized wd_reg_val and overrunGravatar Dan Murphy 1-14/+15
2020-10-10power: supply: ltc2941: Fix ptr to enum castGravatar Iskren Chernev 1-1/+2
2020-10-09Merge tag 'for-v5.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Gravatar Linus Torvalds 1-0/+6
2020-10-09power: supply: sbs-battery: chromebook workaround for PECGravatar Sebastian Reichel 1-0/+6
2020-10-09power: supply: test-power: revise parameter printing to use sprintfGravatar Harley A.W. Lorenzo 1-19/+13
2020-10-09power: supply: charger-manager: fix incorrect check on charging_duration_msGravatar Colin Ian King 1-1/+1
2020-10-09power: supply: max17040: Fix ptr to enum castGravatar Iskren Chernev 1-1/+1
2020-10-08power: supply: bq25980: Fix uninitialized wd_reg_valGravatar Dan Murphy 1-1/+1
2020-10-08power: supply: bq25980: remove redundant zero check on retGravatar Colin Ian King 1-3/+0
2020-10-08power: reset: ocelot: Add support for Sparx5Gravatar Lars Povlsen 2-14/+44
2020-10-06power: supply: sbs-battery: keep error code when get_property() failsGravatar Ikjoon Jang 1-15/+9