summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply
Commit message (Expand)AuthorAgeFilesLines
* 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
* | power: supply: ab8500: Handle invalid IRQ from platform_get_irq_byname()Krzysztof Kozlowski2019-10-203-0/+20
* | power: supply: ab8500_fg: Do not free non-requested IRQs in probe's error pathKrzysztof Kozlowski2019-10-201-3/+5
* | power: supply: ab8500: Cleanup probe in reverse orderKrzysztof Kozlowski2019-10-202-6/+6
* | Merge remote-tracking branch 'ib-ab8500-5.4-rc1' into for-nextSebastian Reichel2019-10-204-41/+103
|\ \
| * | power: supply: ab8500_fg: Convert to IIO ADCLinus Walleij2019-10-181-8/+15
| * | power: supply: ab8500_charger: Convert to IIO ADCLinus Walleij2019-10-181-20/+58
| * | power: supply: ab8500_btemp: Convert to IIO ADCLinus Walleij2019-10-182-13/+30
| |/
* | power: supply: abx500_chargalg: Fix code indentationMadhuparna Bhowmik2019-10-201-4/+4
* | power: supply: axp20x_usb_power: enable USB BC detection on AXP813Icenowy Zheng2019-10-141-0/+8
* | test_power: Add CURRENT propertieslecopzer@gmail.com2019-10-101-0/+31
* | test_power: Add CHARGE_COUNTER propertieslecopzer@gmail.com2019-10-101-0/+30
|/
* Merge tag 'for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2019-09-2211-114/+230
|\
| * power: supply: cpcap-charger: Enable vbus boost voltageTony Lindgren2019-09-021-3/+20
| * power: supply: sc27xx: Add POWER_SUPPLY_PROP_CALIBRATE attributeYuanjiang Yu2019-09-021-8/+19
| * power: supply: sc27xx: Optimize the battery capacity calibrationYuanjiang Yu2019-09-021-35/+92
| * power: supply: sc27xx: Make sure the alarm capacity is larger than 0Yuanjiang Yu2019-09-021-0/+2
| * power: supply: sc27xx: Fix the the accuracy issue of coulomb calculationYuanjiang Yu2019-09-021-7/+4
| * power: supply: sc27xx: Fix conditon to enable the FGU interruptYuanjiang Yu2019-09-021-1/+2
| * power: supply: sc27xx: Add POWER_SUPPLY_PROP_ENERGY_FULL_DESIGN attributeYuanjiang Yu2019-09-021-0/+5
| * power: supply: max77650: add MODULE_ALIAS()Bartosz Golaszewski2019-09-021-0/+1
| * power: supply: isp1704: remove redundant assignment to variable retColin Ian King2019-09-021-1/+1
| * power: supply: bq25890_charger: Add the BQ25895 partAngus Ainslie (Purism)2019-09-021-4/+8
| * power: supply: sc27xx: Replace devm_add_action() followed by failure action w...Fuqian Huang2019-09-021-2/+1
| * power: supply: sc27xx: Introduce local variable 'struct device *dev'Fuqian Huang2019-09-021-23/+24
| * power: supply: ab8500: remove set but not used variables 'vbup33_vrtcn' and '...YueHaibing2019-09-021-7/+0
| * power: supply: max17042_battery: Fix a typo in function namesChristophe JAILLET2019-09-021-4/+4
| * power: supply: Init device wakeup after device_add()Stephen Boyd2019-09-021-5/+5
| * power: supply: ab8500_charger: Mark expected switch fall-throughGustavo A. R. Silva2019-09-021-0/+1
| * power: supply: sbs-battery: only return health when battery presentMichael Nosthoff2019-09-021-9/+16
| * power: supply: sbs-battery: use correct flags fieldMichael Nosthoff2019-09-021-1/+1
| * power: supply: axp288_fuel_gauge: Add Minix Neo Z83-4 to the blacklistHans de Goede2019-09-011-0/+7
| * power: supply: axp288_fuel_gauge: Sort the DMI blacklist alphabeticallyHans de Goede2019-09-011-6/+7
| * power: supply: register HWMON devices with valid namesRomain Izard2019-09-011-1/+14
* | Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-223-433/+0
|\ \
| * | power/supply: Drop obsolete JZ4740 driverPaul Cercueil2019-07-303-433/+0
| |/
* | Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-192-3/+4
|\ \