aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Merge tag 'for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds17-10/+702
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-0/+753
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds2-2/+1
2019-07-05power_supply: wilco_ec: Add charging config driverNick Crews3-0/+197
2019-06-28power: supply: cros: allow to set input voltage and current limitEnric Balletbo i Serra1-0/+116
2019-06-28power: supply: add input power and voltage limit propertiesEnric Balletbo i Serra1-0/+2
2019-06-27power: supply: Initial support for ROHM BD70528 PMIC charger blockMatti Vaittinen3-0/+753
2019-06-26power: supply: fix semicolon.cocci warningskbuild test robot1-1/+1
2019-06-23power: supply: Add HWMON compatibility layerAndrey Smirnov4-0/+377
2019-06-23power: supply: sbs-manager: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-23power: supply: rt9455_charger: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-23power: supply: rt5033_battery: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-23power: supply: max17042_battery: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-23power: supply: max17040_battery: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-23power: supply: max14656_charger_detector: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-23power: supply: bq25890_charger: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-23power: supply: bq24257_charger: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-23power: supply: bq24190_charger: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner28-122/+28
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 455Thomas Gleixner1-5/+1
2019-06-14docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 450Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-10/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 218Thomas Gleixner4-8/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-11/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Thomas Gleixner4-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2-18/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner5-51/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-29/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner8-41/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner1-10/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-05-20power: supply: olpc_battery: Allow building the driver on non-x86Lubomir Rintel1-1/+1
2019-05-20Platform: OLPC: Move EC-specific functionality out from x86Lubomir Rintel1-1/+0
2019-05-15Merge tag 'for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds18-219/+1325
2019-05-14power: supply: olpc_battery: force the le/be castsLubomir Rintel1-3/+3
2019-05-10power: supply: ucs1002: Fix build error without CONFIG_REGULATORYueHaibing1-0/+1
2019-05-09power: supply: ucs1002: Fix wrong return value checkingAxel Lin1-2/+2
2019-05-08power: supply: max77650: Add support for battery chargerBartosz Golaszewski3-0/+376
2019-05-03power: supply: Add driver for Microchip UCS1002Andrey Smirnov3-0/+656
2019-05-03power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constantAndrey Smirnov1-1/+1
2019-05-02power: supply: core: fix clang -WunsequencedPhong Tran1-2/+4
2019-05-02power: supply: core: Add CHARGE_CONTROL_{START_THRESHOLD,END_THRESHOLD} propertiesNick Crews1-0/+2
2019-05-02power: supply: core: Add Standard, Adaptive, and Custom charge typesNick Crews1-1/+1