summaryrefslogtreecommitdiff
path: root/drivers/power/supply/ab8500_charger.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06power: supply: core: add power_supply_for_each_device()Sebastian Reichel1-2/+1
2024-03-01power: supply: core: make power_supply_class constantRicardo B. Marliere1-1/+1
2023-09-18power: supply: ab8500_charger: Convert to platform remove callback returning ...Uwe Kleine-König1-4/+2
2022-11-27power: supply: ab8500: Fix error handling in ab8500_charger_init()Yuan Can1-1/+8
2022-10-28power/supply: fix repeated words in commentswangjianli1-1/+1
2022-07-17power: supply: ab8500: add missing destroy_workqueue in ab8500_charger_bindZheng Bin1-0/+1
2022-07-17power: supply: ab8500: Remove flush_scheduled_work() call.Tetsuo Handa1-2/+0
2022-07-17power: supply: ab8500: Drop external charger leftoversLinus Walleij1-44/+1
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+1
2022-02-25power: supply: ab8500: Make use of the helper component_compare_devYong Wu1-7/+1
2022-02-14power: supply: ab8500_charger: Fix spelling typoHong Peng1-2/+2
2022-02-11power: supply: ab8500_charger: Fix VBAT interval checkLinus Walleij1-6/+13
2022-02-11power: supply: ab8500_charger: Restrict ADC retrievealLinus Walleij1-11/+13
2022-01-03power: supply: ab8500: Fix the error handling path of ab8500_charger_probe()Christophe JAILLET1-2/+6
2021-11-22power: supply: ab8500: Standardize CV voltageLinus Walleij1-108/+110
2021-11-22power: supply: ab8500: Standardize CC currentLinus Walleij1-146/+155
2021-11-22power: supply: ab8500: Standardize operating temperatureLinus Walleij1-0/+1
2021-11-22power: supply: ab8500: Sink current tables into charger codeLinus Walleij1-13/+25
2021-11-22power: supply: ab8500: Use core battery parserLinus Walleij1-5/+11
2021-07-16power: supply: ab8500: Drop abx500 conceptLinus Walleij1-1/+1
2021-07-16power: supply: ab8500: Rename charging algorithm symbolsLinus Walleij1-1/+1
2021-06-30power: supply: ab8500: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-03power: supply: ab8500: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-06-03power: supply: ab8500: Enable USB and ACLinus Walleij1-10/+14
2021-06-03power: supply: ab8500: Avoid NULL pointersLinus Walleij1-1/+17
2021-06-03power: supply: ab8500: Move to componentized bindingLinus Walleij1-143/+196
2021-03-22mfd/power: ab8500: Push algorithm to power supply codeLinus Walleij1-1/+1
2021-03-22mfd/power: ab8500: Push data to power supply codeLinus Walleij1-7/+3
2021-03-22power: ab8500: Require device treeLinus Walleij1-9/+6
2020-12-13power: supply: ab8500: Use dev_err_probe() for IIO channelsLinus Walleij1-22/+15
2020-12-13power: supply: ab8500_charger: Oneshot threaded IRQsLinus Walleij1-1/+1
2020-12-13power: supply: ab8500: Convert to dev_pm_opsLinus Walleij1-12/+7
2020-12-12power: supply: ab8500: Use local helperLinus Walleij1-28/+27
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-03-06power: supply: ab8500_charger: Fix typos in commit messagesAshish Chavan1-16/+19
2019-12-19power: supply: ab8500_charger: Remove unneeded semicolonMa Feng1-3/+3
2019-10-28power: supply: ab8500_charger: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1
2019-10-20power: supply: ab8500: Handle invalid IRQ from platform_get_irq_byname()Krzysztof Kozlowski1-0/+5
2019-10-18power: supply: ab8500_charger: Convert to IIO ADCLinus Walleij1-20/+58
2019-09-02power: supply: ab8500: remove set but not used variables 'vbup33_vrtcn' and '...YueHaibing1-7/+0
2019-09-02power: supply: ab8500_charger: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197Thomas Gleixner1-1/+1
2018-05-01power: supply: ab8500_charger: fix spelling mistake: "faile" -> "failed"Colin Ian King1-1/+1
2018-04-26power: supply: ab8500: Drop AB8540/9540 supportLinus Walleij1-122/+9
2017-12-01power: supply: ab8500_charger: Bail out in case of error in 'ab8500_charger_i...Christophe JAILLET1-1/+3
2017-12-01power: supply: ab8500_charger: Fix an error handling pathChristophe JAILLET1-1/+1
2017-05-01power: supply: ab8500_charger: spelling: "prechage" -> "precharge"Colin Ian King1-1/+1
2016-08-16power: ab8500_charger: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-08-11power: move power supply drivers to power/supplySebastian Reichel1-0/+3765