aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-1/+0
2020-01-17power: supply: ipaq_micro_battery: remove unneeded semicolonChen Zhou1-3/+3
2020-01-16power: supply: bq25890_charger: fix incorrect error return when bq25890_field_read failsColin Ian King1-1/+1
2020-01-15power: supply: axp20x_usb_power: Only poll while offlineSamuel Holland1-9/+21
2020-01-15power: supply: axp20x_usb_power: Add wakeup controlSamuel Holland1-16/+67
2020-01-15power: supply: axp20x_usb_power: Allow offliningSamuel Holland1-0/+30
2020-01-15power: supply: axp20x_usb_power: Use a match structureSamuel Holland1-29/+57
2020-01-15power: suppy: ucs1002: Make the symbol 'ucs1002_regulator_enable' staticChen Wandun1-1/+1
2020-01-14power: supply: bq25890_charger: Add DT and I2C ids for all supported chipsYauhen Kharuzhy1-0/+6
2020-01-14power: supply: bq25890_charger: Add support of BQ25892 and BQ25896 chipsYauhen Kharuzhy1-21/+76
2020-01-14power: supply: sbs-battery: Fix a signedness bug in sbs_get_battery_capacity()Dan Carpenter1-1/+1
2020-01-14power: supply: ltc2941-battery-gauge: fix use-after-freeSven Van Asbroeck1-1/+1
2020-01-14power: supply: max17040: Correct IRQ wake handlingMarek Szyprowski1-12/+4
2020-01-14power: supply: axp20x_usb_power: Remove unused device_nodeSamuel Holland1-2/+0
2020-01-14power: supply: axp20x_ac_power: Add wakeup controlSamuel Holland1-17/+74
2020-01-14power: supply: axp20x_ac_power: Allow offliningSamuel Holland1-1/+8
2020-01-14power: supply: axp20x_ac_power: Fix reporting online statusSamuel Holland1-6/+25
2020-01-07cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra1-1/+0
2019-12-19power: supply: abx500_chargalg: Remove unneeded semicolonMa Feng1-1/+1
2019-12-19power: supply: ab8500_charger: Remove unneeded semicolonMa Feng1-3/+3
2019-12-19power: supply: ab8500: Remove unneeded semicolonMa Feng1-7/+7
2019-12-19power: supply: sbs-battery: fix CAPACITY_MODE bit namingJean-Francois Dagenais1-15/+16
2019-12-19power: supply: sbs-battery: use octal permissions on module paramJean-Francois Dagenais1-1/+1
2019-12-19power: supply: cros_usbpd: Remove dev_err() getting the number of portsEnric Balletbo i Serra1-8/+2
2019-12-19power: supply: max17040: Send uevent in SOC and status changeMatheus Castello1-0/+9
2019-12-19power: supply: max17040: Config alert SOC low level threshold from FDTMatheus Castello1-1/+51
2019-12-19power: supply: max17040: Add IRQ handler for low SOC alertMatheus Castello1-5/+68
2019-12-19power: supply: sc27xx: Calibrate the resistance of coulomb counterBaolin Wang1-1/+16
2019-12-19power: supply: sc27xx: Optimize the battery resistance with measuring temperatureYuanjiang Yu1-2/+30
2019-12-19power: supply: core: Add battery internal resistance temperature table supportBaolin Wang1-1/+66
2019-12-19power: supply: max77650: add of_match tableBartosz Golaszewski1-0/+7
2019-12-19power: supply: max17042: add MAX17055 supportAngus Ainslie (Purism)1-3/+14
2019-12-19power: suppy: ucs1002: disable power when max current is 0Lucas Stach1-4/+38
2019-12-19power: supply: Fix Kconfig indentationKrzysztof Kozlowski1-15/+15
2019-12-19power/supply: ingenic-battery: Don't change scale if there's only onePaul Cercueil1-4/+11
2019-12-19power: supply: pda_power: add missed usb_unregister_notifierChuhong Yuan1-0/+4
2019-10-27power: supply: bd70528: Add MODULE_ALIAS to allow module auto loadingMatti Vaittinen1-0/+1
2019-10-27power: supply: ab8500_charger: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1
2019-10-21power: supply: cpcap-charger: cpcap_charger_voltage_to_regval() can be statickbuild test robot1-1/+1
2019-10-20power: supply: cpcap-battery: Add basic coulomb counter calibrate supportTony Lindgren1-8/+88
2019-10-20power: supply: cpcap-battery: Read and save integrator register CCITony Lindgren1-1/+9
2019-10-20power: supply: cpcap-battery: Simplify short term power average calculationTony Lindgren1-13/+10
2019-10-20power: supply: cpcap-battery: Simplify coulomb counter calculation with div_s64Tony Lindgren1-18/+5
2019-10-20power: supply: cpcap-battery: Move coulomb counter units per lsb to ddataTony Lindgren1-14/+14
2019-10-20power: supply: cpcap-charger: Allow changing constant charge voltageTony Lindgren1-0/+83
2019-10-20power: supply: cpcap-battery: Fix handling of lowered charger voltageTony Lindgren1-7/+78
2019-10-20power: supply: cpcap-charger: Improve battery detectionTony Lindgren1-3/+4
2019-10-20power: supply: cpcap-battery: Check voltage before orderly_poweroffTony Lindgren1-3/+5
2019-10-20Merge tag 'psy-cpcap-charge-volt-limit-signed' into psy-nextSebastian Reichel1-2/+130
2019-10-20power: supply: cpcap-charger: Limit voltage to 4.2V for batteryTony Lindgren1-2/+130