summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-02-041-1/+0
|\
| * cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra2020-01-071-1/+0
* | power: supply: ipaq_micro_battery: remove unneeded semicolonChen Zhou2020-01-171-3/+3
* | power: supply: bq25890_charger: fix incorrect error return when bq25890_field...Colin Ian King2020-01-161-1/+1
* | power: supply: axp20x_usb_power: Only poll while offlineSamuel Holland2020-01-151-9/+21
* | power: supply: axp20x_usb_power: Add wakeup controlSamuel Holland2020-01-151-16/+67
* | power: supply: axp20x_usb_power: Allow offliningSamuel Holland2020-01-151-0/+30
* | power: supply: axp20x_usb_power: Use a match structureSamuel Holland2020-01-151-29/+57
* | power: suppy: ucs1002: Make the symbol 'ucs1002_regulator_enable' staticChen Wandun2020-01-151-1/+1
* | power: supply: bq25890_charger: Add DT and I2C ids for all supported chipsYauhen Kharuzhy2020-01-141-0/+6
* | power: supply: bq25890_charger: Add support of BQ25892 and BQ25896 chipsYauhen Kharuzhy2020-01-141-21/+76
* | power: supply: sbs-battery: Fix a signedness bug in sbs_get_battery_capacity()Dan Carpenter2020-01-141-1/+1
* | power: supply: ltc2941-battery-gauge: fix use-after-freeSven Van Asbroeck2020-01-141-1/+1
* | power: supply: max17040: Correct IRQ wake handlingMarek Szyprowski2020-01-141-12/+4
* | power: supply: axp20x_usb_power: Remove unused device_nodeSamuel Holland2020-01-141-2/+0
* | power: supply: axp20x_ac_power: Add wakeup controlSamuel Holland2020-01-141-17/+74
* | power: supply: axp20x_ac_power: Allow offliningSamuel Holland2020-01-141-1/+8
* | power: supply: axp20x_ac_power: Fix reporting online statusSamuel Holland2020-01-141-6/+25
* | power: supply: abx500_chargalg: Remove unneeded semicolonMa Feng2019-12-191-1/+1
* | power: supply: ab8500_charger: Remove unneeded semicolonMa Feng2019-12-191-3/+3
* | power: supply: ab8500: Remove unneeded semicolonMa Feng2019-12-191-7/+7
* | power: supply: sbs-battery: fix CAPACITY_MODE bit namingJean-Francois Dagenais2019-12-191-15/+16
* | power: supply: sbs-battery: use octal permissions on module paramJean-Francois Dagenais2019-12-191-1/+1
* | power: supply: cros_usbpd: Remove dev_err() getting the number of portsEnric Balletbo i Serra2019-12-191-8/+2
* | power: supply: max17040: Send uevent in SOC and status changeMatheus Castello2019-12-191-0/+9
* | power: supply: max17040: Config alert SOC low level threshold from FDTMatheus Castello2019-12-191-1/+51
* | power: supply: max17040: Add IRQ handler for low SOC alertMatheus Castello2019-12-191-5/+68
* | power: supply: sc27xx: Calibrate the resistance of coulomb counterBaolin Wang2019-12-191-1/+16
* | power: supply: sc27xx: Optimize the battery resistance with measuring tempera...Yuanjiang Yu2019-12-191-2/+30
* | power: supply: core: Add battery internal resistance temperature table supportBaolin Wang2019-12-191-1/+66
* | power: supply: max77650: add of_match tableBartosz Golaszewski2019-12-191-0/+7
* | power: supply: max17042: add MAX17055 supportAngus Ainslie (Purism)2019-12-191-3/+14
* | power: suppy: ucs1002: disable power when max current is 0Lucas Stach2019-12-191-4/+38
* | power: supply: Fix Kconfig indentationKrzysztof Kozlowski2019-12-191-15/+15
* | power/supply: ingenic-battery: Don't change scale if there's only onePaul Cercueil2019-12-191-4/+11
* | power: supply: pda_power: add missed usb_unregister_notifierChuhong Yuan2019-12-191-0/+4
|/
* power: supply: bd70528: Add MODULE_ALIAS to allow module auto loadingMatti Vaittinen2019-10-271-0/+1
* power: supply: ab8500_charger: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2019-10-271-1/+1
* power: supply: cpcap-charger: cpcap_charger_voltage_to_regval() can be statickbuild test robot2019-10-211-1/+1
* power: supply: cpcap-battery: Add basic coulomb counter calibrate supportTony Lindgren2019-10-201-8/+88
* power: supply: cpcap-battery: Read and save integrator register CCITony Lindgren2019-10-201-1/+9
* power: supply: cpcap-battery: Simplify short term power average calculationTony Lindgren2019-10-201-13/+10
* power: supply: cpcap-battery: Simplify coulomb counter calculation with div_s64Tony Lindgren2019-10-201-18/+5
* power: supply: cpcap-battery: Move coulomb counter units per lsb to ddataTony Lindgren2019-10-201-14/+14
* power: supply: cpcap-charger: Allow changing constant charge voltageTony Lindgren2019-10-201-0/+83
* power: supply: cpcap-battery: Fix handling of lowered charger voltageTony Lindgren2019-10-201-7/+78
* power: supply: cpcap-charger: Improve battery detectionTony Lindgren2019-10-201-3/+4
* power: supply: cpcap-battery: Check voltage before orderly_poweroffTony Lindgren2019-10-201-3/+5
* Merge tag 'psy-cpcap-charge-volt-limit-signed' into psy-nextSebastian Reichel2019-10-201-2/+130
|\
| * power: supply: cpcap-charger: Limit voltage to 4.2V for batteryTony Lindgren2019-10-201-2/+130