summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2019-06-15power: supply: max14656: fix potential use-before-allocSven Van Asbroeck1-7/+7
2019-05-25power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUGAndrey Smirnov1-6/+0
2019-05-25power: supply: cpcap-battery: Fix division by zeroTony Lindgren1-0/+3
2019-05-22power: supply: axp288_fuel_gauge: Add ACEPC T8 and T11 mini PCs to the blacklistHans de Goede1-0/+20
2019-05-22power: supply: axp288_charger: Fix unchecked return valueGustavo A. R. Silva1-0/+4
2019-03-27power: supply: charger-manager: Fix incorrect return valueBaolin Wang1-2/+1
2019-03-23cpcap-charger: generate events for userspacePavel Machek1-0/+1
2019-01-13power: supply: olpc_battery: correct the temperature unitsLubomir Rintel1-2/+2
2018-11-13power: supply: twl4030-charger: fix OF sibling-node lookupJohan Hovold1-2/+3
2018-08-24treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann1-2/+2
2018-08-22Merge tag 'for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds23-155/+1807
2018-08-16Merge branch 'psy-fixes' into psy-nextSebastian Reichel6-18/+45
2018-07-24power: supply: bq27xxx: Update commentsLiu Xiang1-1/+2
2018-07-23power: supply: max77693_charger: fix unintentional fall-throughGustavo A. R. Silva1-0/+1
2018-07-23power: supply: mark expected switch fall-throughsGustavo A. R. Silva3-1/+4
2018-07-23power: supply: lego_ev3_battery: fix Vce offsetDavid Lechner1-1/+1
2018-07-23power: supply: lego_ev3_battery: Don't ignore iio_read_channel_processed() re...David Lechner1-4/+14
2018-07-23Merge tag 'ds2760-for-v4.19-signed' into psy-nextSebastian Reichel2-91/+259
2018-07-11power: supply: ds2760_battery: add devicetree probingDaniel Mack1-1/+28
2018-07-11power: supply: ds2760_battery: merge ds2760 supply driver with its w1 slave c...Daniel Mack2-91/+232
2018-07-11power: supply: adp5061: Fix a couple off by onesDan Carpenter1-4/+4
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap4-0/+4
2018-07-06adp5061: New driver for ADP5061 I2C battery chargerStefan Popa3-0/+757
2018-07-06power: generic-adc-battery: check for duplicate properties copied from iio ch...H. Nikolaus Schaller1-2/+13
2018-07-06power: generic-adc-battery: fix out-of-bounds write when copying channel prop...H. Nikolaus Schaller1-10/+4
2018-07-06power: supply: axp288_charger: Fix initial constant_charge_current valueHans de Goede1-1/+1
2018-07-06power: supply: ab8500: stop using getnstimeofday64()Arnd Bergmann1-8/+6
2018-07-06power: gemini-poweroff: Avoid more spurious poweroffsLinus Walleij1-1/+11
2018-07-06power: vexpress: fix corruption in notifier registrationSudeep Holla1-4/+8
2018-07-06power: remove possible deadlock when unregistering power_supplyBenjamin Tissoires1-2/+9
2018-07-06power: reset: qcom-pon: Add Qcom PON driverVinod Koul3-0/+103
2018-07-05power: supply: add cros-ec USBPD charger driver.Sameer Nanda3-0/+555
2018-06-28power: supply: max1721x: fix spelling mistake "RSenese" -> "RSense"Colin Ian King1-1/+1
2018-06-28power: reset: zx-reboot: put device node in zx_reboot_probe()Alexey Khoroshilov1-0/+1
2018-06-28power: supply: tps65217: Switch to SPDX identifier.Enric Balletbo i Serra1-17/+5
2018-06-28power: supply: sbs-battery: don't assume MANUFACTURER_DATA formatsBrian Norris1-13/+54
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-14/+19
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-09Merge tag 'for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds14-398/+137
2018-06-06Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+58
2018-05-24power: supply: Add fwnode pointer to power_supply_config structAdam Thomson1-1/+3
2018-05-17PM / AVS: rockchip-io: add io selectors and supplies for PX30David Wu1-0/+68
2018-05-01power: supply: ab8500_charger: fix spelling mistake: "faile" -> "failed"Colin Ian King1-1/+1
2018-04-26Merge tag 'tags/tcpm-pps-4.18' into psy-nextSebastian Reichel2-1/+56
2018-04-26power: supply: axp288_fuel_gauge: Remove polling from the driverHans de Goede1-16/+0
2018-04-26power: supply: axp288_fuelguage: Do not bind when the fg function is not usedHans de Goede1-0/+11
2018-04-26power: supply: axp288_charger: Do not bind when the charge function is not usedHans de Goede1-0/+12
2018-04-26power: supply: axp288_charger: Support 3500 and 4000 mA input current limitHans de Goede1-3/+11
2018-04-26power: supply: s3c-adc-battery: fix driver data initializationSergiy Kibrik1-3/+5
2018-04-26power: supply: charger-manager: Verify polling interval only when polling req...Ladislav Michl1-2/+3