summaryrefslogtreecommitdiff
path: root/drivers/power/supply/power_supply_core.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-25power: supply: Use multiple MODULE_AUTHOR statementsCharalampos Mitrodimas1-3/+3
2023-12-25power: supply: Fix indentation and some other warningsCharalampos Mitrodimas1-80/+81
2023-09-17power: supply: core: Don't export power_supply_notifierSebastian Reichel1-2/+1
2023-09-15power: supply: Propagate of_node to child deviceVincent Whitchurch1-0/+1
2023-09-13power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaintKai-Heng Feng1-4/+4
2023-09-05thermal: Use thermal_tripless_zone_device_register()Rafael J. Wysocki1-2/+2
2023-07-20power: supply: core: Avoid duplicate hwmon device from thermal frameworkChen-Yu Tsai1-1/+5
2023-05-17power: supply: Fix logic checking if system is running from batteryMario Limonciello1-2/+6
2023-05-09power: supply: Fix power_supply_get_battery_info() if parent is NULLHuacai Chen1-2/+5
2023-04-30Merge tag 'for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-18/+161
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-13power: supply: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-03-29power: supply: core: auto-exposure of simple-battery dataSebastian Reichel1-18/+161
2023-03-27Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki1-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano1-1/+1
2023-02-25power: supply: fix null pointer check order in __power_supply_registerqinyu1-3/+3
2023-02-03power: supply: remove faulty cooling logicAndreas Kemnade1-93/+0
2022-12-06power: supply: fix null pointer dereferencing in power_supply_get_battery_inforuanjinjie1-0/+5
2022-11-18power: supply: fix residue sysfs file in error handle route of __power_supply...Zeng Heng1-1/+1
2022-11-01power: supply: core: repair kernel-doc for power_supply_vbat2ri()Lukas Bulwahn1-1/+0
2022-08-12Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-2/+2
2022-07-17power: supply: Fix typo in power_supply_check_suppliesSchspa Shi1-2/+2
2022-06-09power: supply: core: Fix boundary conditions in interpolationDorian Rudolph1-12/+12
2022-05-03power: supply: core: Initialize struct to zeroLinus Walleij1-1/+1
2022-04-13power: supply: Reset err after not finding static batteryYassine Oudjana1-0/+6
2022-03-05power: supply: Static data for Samsung batteriesLinus Walleij1-27/+36
2022-02-28power: supply: Support VBAT-to-Ri lookup tablesLinus Walleij1-1/+66
2022-02-28power: supply: ab8500: Standardize BTI resistanceLinus Walleij1-1/+25
2022-02-28power: supply: ab8500: Standardize alert mode chargingLinus Walleij1-0/+4
2022-02-28power: supply: ab8500: Standardize maintenance chargingLinus Walleij1-0/+11
2022-02-11power: supply: core: Use device_property_string_array_count()Andy Shevchenko1-2/+1
2022-02-11power: supply: core: Add support for generic fwnodes to power_supply_get_batt...Hans de Goede1-10/+16
2022-02-11power: supply: core: Use fwnode_property_*() in power_supply_get_battery_info()Hans de Goede1-27/+42
2022-02-01power: supply: core: Refactor power_supply_set_input_current_limit_from_suppl...Hans de Goede1-27/+30
2022-01-11Merge tag 'for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-32/+48
2022-01-03power: supply_core: Pass pointer to battery infoLinus Walleij1-2/+17
2021-11-17power: supply: core: Use library interpolationLinus Walleij1-30/+31
2021-11-15power: supply: core: Break capacity loopLinus Walleij1-0/+4
2021-09-30power: supply: core: Move psy_has_property() to fix buildGeert Uytterhoeven1-16/+16
2021-09-27power: supply: core: Add psy_has_property()Matthias Kaehlcke1-28/+37
2021-08-20power: supply: core: Fix parsing of battery chemistry/technologyDmitry Osipenko1-2/+1
2021-08-14power: supply: core: Parse battery chemistry/technologyLinus Walleij1-0/+20
2021-04-02power: supply: core: reduce loglevel for probe defer infoSebastian Reichel1-2/+2
2020-08-25power: supply: Support battery temperature device-tree propertiesDmitry Osipenko1-0/+19
2020-08-08Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-1/+1
2020-07-29power: supply: Fix kerneldoc of power_supply_temp2resist_simple()Krzysztof Kozlowski1-1/+1
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz1-2/+7
2020-05-10power: supply: add battery parametersMatti Vaittinen1-0/+8