summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/ab8500_charger.c
Commit message (Expand)AuthorAgeFilesLines
* power: supply: core: add power_supply_for_each_device()Sebastian Reichel2024-03-061-2/+1
* power: supply: core: make power_supply_class constantRicardo B. Marliere2024-03-011-1/+1
* power: supply: ab8500_charger: Convert to platform remove callback returning ...Uwe Kleine-König2023-09-181-4/+2
* power: supply: ab8500: Fix error handling in ab8500_charger_init()Yuan Can2022-11-261-1/+8
* power/supply: fix repeated words in commentswangjianli2022-10-281-1/+1
* power: supply: ab8500: add missing destroy_workqueue in ab8500_charger_bindZheng Bin2022-07-171-0/+1
* power: supply: ab8500: Remove flush_scheduled_work() call.Tetsuo Handa2022-07-171-2/+0
* power: supply: ab8500: Drop external charger leftoversLinus Walleij2022-07-171-44/+1
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-7/+1
|\
| * power: supply: ab8500: Make use of the helper component_compare_devYong Wu2022-02-251-7/+1
* | power: supply: ab8500_charger: Fix spelling typoHong Peng2022-02-131-2/+2
* | power: supply: ab8500_charger: Fix VBAT interval checkLinus Walleij2022-02-111-6/+13
* | power: supply: ab8500_charger: Restrict ADC retrievealLinus Walleij2022-02-111-11/+13
|/
* power: supply: ab8500: Fix the error handling path of ab8500_charger_probe()Christophe JAILLET2022-01-031-2/+6
* power: supply: ab8500: Standardize CV voltageLinus Walleij2021-11-221-108/+110
* power: supply: ab8500: Standardize CC currentLinus Walleij2021-11-221-146/+155
* power: supply: ab8500: Standardize operating temperatureLinus Walleij2021-11-221-0/+1
* power: supply: ab8500: Sink current tables into charger codeLinus Walleij2021-11-221-13/+25
* power: supply: ab8500: Use core battery parserLinus Walleij2021-11-221-5/+11
* power: supply: ab8500: Drop abx500 conceptLinus Walleij2021-07-161-1/+1
* power: supply: ab8500: Rename charging algorithm symbolsLinus Walleij2021-07-161-1/+1
* power: supply: ab8500: add missing MODULE_DEVICE_TABLEZou Wei2021-06-301-0/+1
* power: supply: ab8500: Drop unnecessary NULL check after container_ofGuenter Roeck2021-06-031-3/+0
* power: supply: ab8500: Enable USB and ACLinus Walleij2021-06-031-10/+14
* power: supply: ab8500: Avoid NULL pointersLinus Walleij2021-06-031-1/+17
* power: supply: ab8500: Move to componentized bindingLinus Walleij2021-06-031-143/+196
* mfd/power: ab8500: Push algorithm to power supply codeLinus Walleij2021-03-221-1/+1
* mfd/power: ab8500: Push data to power supply codeLinus Walleij2021-03-221-7/+3
* power: ab8500: Require device treeLinus Walleij2021-03-221-9/+6
* power: supply: ab8500: Use dev_err_probe() for IIO channelsLinus Walleij2020-12-121-22/+15
* power: supply: ab8500_charger: Oneshot threaded IRQsLinus Walleij2020-12-121-1/+1
* power: supply: ab8500: Convert to dev_pm_opsLinus Walleij2020-12-121-12/+7
* power: supply: ab8500: Use local helperLinus Walleij2020-12-121-28/+27
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* power: supply: ab8500_charger: Fix typos in commit messagesAshish Chavan2020-03-061-16/+19
* power: supply: ab8500_charger: Remove unneeded semicolonMa Feng2019-12-191-3/+3
* power: supply: ab8500_charger: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2019-10-271-1/+1
* power: supply: ab8500: Handle invalid IRQ from platform_get_irq_byname()Krzysztof Kozlowski2019-10-201-0/+5
* power: supply: ab8500_charger: Convert to IIO ADCLinus Walleij2019-10-181-20/+58
* power: supply: ab8500: remove set but not used variables 'vbup33_vrtcn' and '...YueHaibing2019-09-021-7/+0
* power: supply: ab8500_charger: Mark expected switch fall-throughGustavo A. R. Silva2019-09-021-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Thomas Gleixner2019-05-301-1/+1
* power: supply: ab8500_charger: fix spelling mistake: "faile" -> "failed"Colin Ian King2018-05-011-1/+1
* power: supply: ab8500: Drop AB8540/9540 supportLinus Walleij2018-04-251-122/+9
* power: supply: ab8500_charger: Bail out in case of error in 'ab8500_charger_i...Christophe JAILLET2017-12-011-1/+3
* power: supply: ab8500_charger: Fix an error handling pathChristophe JAILLET2017-12-011-1/+1
* power: supply: ab8500_charger: spelling: "prechage" -> "precharge"Colin Ian King2017-05-011-1/+1
* power: ab8500_charger: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-161-2/+2
* power: move power supply drivers to power/supplySebastian Reichel2016-08-111-0/+3765