summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/ab8500_fg.c
Commit message (Expand)AuthorAgeFilesLines
* power: supply: ab8500: Fix external_power_changed raceHans de Goede2023-05-081-4/+2
* power: supply: use sysfs_emit() instead of sprintf() for sysfs show()ye xingchen2023-01-021-2/+2
* power: supply: use sysfs_emit() instead of scnprintf() for sysfs show()ye xingchen2023-01-021-9/+9
* Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2022-08-121-2/+1
|\
| * power: supply: ab8500: Remove flush_scheduled_work() call.Tetsuo Handa2022-07-171-1/+0
| * power: supply: ab8500_fg: drop duplicated 'is' in commentJiang Jian2022-07-171-1/+1
* | power: supply: ab8500_fg: add missing destroy_workqueue in ab8500_fg_probeGao Chao2022-06-091-1/+8
|/
* power: supply: ab8500_fg: Allocate wq in probeLinus Walleij2022-05-031-9/+10
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-1/+2
|\
| * power_supply: ab8500: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-261-1/+2
* | power: supply: ab8500_fg: Account for line impedanceLinus Walleij2022-03-041-0/+9
* | power: supply: ab8500_fg: Use VBAT-to-Ri if possibleLinus Walleij2022-02-281-10/+21
* | power: supply: ab8500: Standardize BTI resistanceLinus Walleij2022-02-281-4/+0
* | power: supply: ab8500: Remove unneeded variableChangcheng Deng2022-02-131-2/+1
* | power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_initMiaoqian Lin2022-02-131-1/+3
* | power: supply: ab8500_fg: Drop useless parameterLinus Walleij2022-02-111-14/+10
* | power: supply: ab8500_fg: Safeguard compensated voltageLinus Walleij2022-02-111-2/+13
* | power: supply: ab8500_fg: Break out load compensated voltageLinus Walleij2022-02-111-18/+32
* | power: supply: ab8500_fg: Break loop for measurementLinus Walleij2022-02-111-1/+10
* | power: supply: ab8500: Swap max and overvoltageLinus Walleij2022-02-111-1/+7
|/
* power: supply_core: Pass pointer to battery infoLinus Walleij2022-01-031-8/+10
* power: supply: ab8500: Standardize capacity lookupLinus Walleij2021-11-221-154/+132
* power: supply: ab8500: Standardize temp res lookupLinus Walleij2021-11-221-28/+19
* power: supply: ab8500_fg: Init battery data in bind()Linus Walleij2021-11-221-4/+4
* power: supply: ab8500: Standardize voltagesLinus Walleij2021-11-221-8/+13
* power: supply: ab8500: Standardize technologyLinus Walleij2021-11-221-1/+1
* power: supply: ab8500: Standardize design capacityLinus Walleij2021-11-221-6/+2
* power: supply: ab8500: Use only one battery typeLinus Walleij2021-11-221-8/+9
* Merge tag 'for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2021-08-301-10/+10
|\
| * power: supply: ab8500: Drop abx500 conceptLinus Walleij2021-07-161-3/+3
| * power: supply: ab8500: Use library interpolationLinus Walleij2021-07-161-7/+7
* | power: supply: Fix fall-through warnings for ClangGustavo A. R. Silva2021-07-131-0/+2
|/
* power: supply: ab8500: add missing MODULE_DEVICE_TABLEZou Wei2021-06-301-0/+1
* power: supply: ab8500: Call battery population onceLinus Walleij2021-06-031-6/+0
* power: supply: ab8500: Move to componentized bindingLinus Walleij2021-06-031-72/+64
* power: supply: ab8500: Fix typoJian Xin2021-06-031-1/+1
* mfd/power: ab8500: Push data to power supply codeLinus Walleij2021-03-221-7/+3
* power: ab8500: Require device treeLinus Walleij2021-03-221-6/+4
* power: supply: ab8500_fg: convert comma to semicolonZheng Yongjun2021-01-161-1/+1
* power: supply: ab8500: Use dev_err_probe() for IIO channelsLinus Walleij2020-12-121-4/+3
* power: supply: ab8500_fg: Request all IRQs as threadedLinus Walleij2020-12-121-36/+11
* power: supply: ab8500: Convert to dev_pm_opsLinus Walleij2020-12-121-12/+7
* power: supply: ab8500: Use local helperLinus Walleij2020-12-121-20/+19
* Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2020-10-201-2/+2
|\
| * power: supply: ab8500-fg: fix spelling typoWang Qing2020-09-301-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* power: supply: ab8500_fg: remove comparison to boolJason Yan2020-04-281-1/+1
* power: supply: ab8500: Remove unneeded semicolonMa Feng2019-12-191-7/+7
* power: supply: ab8500: Handle invalid IRQ from platform_get_irq_byname()Krzysztof Kozlowski2019-10-201-0/+10
* power: supply: ab8500_fg: Do not free non-requested IRQs in probe's error pathKrzysztof Kozlowski2019-10-201-3/+5