aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/ab8500_fg.c
AgeCommit message (Expand)Author
2023-09-18power: supply: ab8500_fg: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-08power: supply: ab8500: Fix external_power_changed raceHans de Goede
2023-01-02power: supply: use sysfs_emit() instead of sprintf() for sysfs show()ye xingchen
2023-01-02power: supply: use sysfs_emit() instead of scnprintf() for sysfs show()ye xingchen
2022-08-12Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds
2022-07-17power: supply: ab8500: Remove flush_scheduled_work() call.Tetsuo Handa
2022-07-17power: supply: ab8500_fg: drop duplicated 'is' in commentJiang Jian
2022-06-09power: supply: ab8500_fg: add missing destroy_workqueue in ab8500_fg_probeGao Chao
2022-05-03power: supply: ab8500_fg: Allocate wq in probeLinus Walleij
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-04power: supply: ab8500_fg: Account for line impedanceLinus Walleij
2022-02-28power: supply: ab8500_fg: Use VBAT-to-Ri if possibleLinus Walleij
2022-02-28power: supply: ab8500: Standardize BTI resistanceLinus Walleij
2022-02-13power: supply: ab8500: Remove unneeded variableChangcheng Deng
2022-02-13power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_initMiaoqian Lin
2022-02-11power: supply: ab8500_fg: Drop useless parameterLinus Walleij
2022-02-11power: supply: ab8500_fg: Safeguard compensated voltageLinus Walleij
2022-02-11power: supply: ab8500_fg: Break out load compensated voltageLinus Walleij
2022-02-11power: supply: ab8500_fg: Break loop for measurementLinus Walleij
2022-02-11power: supply: ab8500: Swap max and overvoltageLinus Walleij
2022-01-26power_supply: ab8500: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-03power: supply_core: Pass pointer to battery infoLinus Walleij
2021-11-22power: supply: ab8500: Standardize capacity lookupLinus Walleij
2021-11-22power: supply: ab8500: Standardize temp res lookupLinus Walleij
2021-11-22power: supply: ab8500_fg: Init battery data in bind()Linus Walleij
2021-11-22power: supply: ab8500: Standardize voltagesLinus Walleij
2021-11-22power: supply: ab8500: Standardize technologyLinus Walleij
2021-11-22power: supply: ab8500: Standardize design capacityLinus Walleij
2021-11-22power: supply: ab8500: Use only one battery typeLinus Walleij
2021-08-30Merge tag 'for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds
2021-07-16power: supply: ab8500: Drop abx500 conceptLinus Walleij
2021-07-16power: supply: ab8500: Use library interpolationLinus Walleij
2021-07-13power: supply: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-06-30power: supply: ab8500: add missing MODULE_DEVICE_TABLEZou Wei
2021-06-03power: supply: ab8500: Call battery population onceLinus Walleij
2021-06-03power: supply: ab8500: Move to componentized bindingLinus Walleij
2021-06-03power: supply: ab8500: Fix typoJian Xin
2021-03-22mfd/power: ab8500: Push data to power supply codeLinus Walleij
2021-03-22power: ab8500: Require device treeLinus Walleij
2021-01-16power: supply: ab8500_fg: convert comma to semicolonZheng Yongjun
2020-12-12power: supply: ab8500: Use dev_err_probe() for IIO channelsLinus Walleij
2020-12-12power: supply: ab8500_fg: Request all IRQs as threadedLinus Walleij
2020-12-12power: supply: ab8500: Convert to dev_pm_opsLinus Walleij
2020-12-12power: supply: ab8500: Use local helperLinus Walleij
2020-10-20Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds
2020-09-30power: supply: ab8500-fg: fix spelling typoWang Qing
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-28power: supply: ab8500_fg: remove comparison to boolJason Yan
2019-12-19power: supply: ab8500: Remove unneeded semicolonMa Feng
2019-10-20power: supply: ab8500: Handle invalid IRQ from platform_get_irq_byname()Krzysztof Kozlowski