summaryrefslogtreecommitdiff
path: root/drivers/power/supply/power_supply_core.c
AgeCommit message (Expand)Author
2023-12-24power: supply: Use multiple MODULE_AUTHOR statementsCharalampos Mitrodimas
2023-12-24power: supply: Fix indentation and some other warningsCharalampos Mitrodimas
2023-09-17power: supply: core: Don't export power_supply_notifierSebastian Reichel
2023-09-15power: supply: Propagate of_node to child deviceVincent Whitchurch
2023-09-13power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaintKai-Heng Feng
2023-09-05thermal: Use thermal_tripless_zone_device_register()Rafael J. Wysocki
2023-07-19power: supply: core: Avoid duplicate hwmon device from thermal frameworkChen-Yu Tsai
2023-05-16power: supply: Fix logic checking if system is running from batteryMario Limonciello
2023-05-09power: supply: Fix power_supply_get_battery_info() if parent is NULLHuacai Chen
2023-04-29Merge tag 'for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-13power: supply: remove MODULE_LICENSE in non-modulesNick Alcock
2023-03-29power: supply: core: auto-exposure of simple-battery dataSebastian Reichel
2023-03-27Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano
2023-02-25power: supply: fix null pointer check order in __power_supply_registerqinyu
2023-02-03power: supply: remove faulty cooling logicAndreas Kemnade
2022-12-05power: supply: fix null pointer dereferencing in power_supply_get_battery_inforuanjinjie
2022-11-17power: supply: fix residue sysfs file in error handle route of __power_supply...Zeng Heng
2022-10-31power: supply: core: repair kernel-doc for power_supply_vbat2ri()Lukas Bulwahn
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: Fix typo in power_supply_check_suppliesSchspa Shi
2022-06-09power: supply: core: Fix boundary conditions in interpolationDorian Rudolph
2022-05-03power: supply: core: Initialize struct to zeroLinus Walleij
2022-04-13power: supply: Reset err after not finding static batteryYassine Oudjana
2022-03-04power: supply: Static data for Samsung batteriesLinus Walleij
2022-02-28power: supply: Support VBAT-to-Ri lookup tablesLinus Walleij
2022-02-28power: supply: ab8500: Standardize BTI resistanceLinus Walleij
2022-02-28power: supply: ab8500: Standardize alert mode chargingLinus Walleij
2022-02-28power: supply: ab8500: Standardize maintenance chargingLinus Walleij
2022-02-11power: supply: core: Use device_property_string_array_count()Andy Shevchenko
2022-02-11power: supply: core: Add support for generic fwnodes to power_supply_get_batt...Hans de Goede
2022-02-11power: supply: core: Use fwnode_property_*() in power_supply_get_battery_info()Hans de Goede
2022-02-01power: supply: core: Refactor power_supply_set_input_current_limit_from_suppl...Hans de Goede
2022-01-11Merge tag 'for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds
2022-01-03power: supply_core: Pass pointer to battery infoLinus Walleij
2021-11-17power: supply: core: Use library interpolationLinus Walleij
2021-11-15power: supply: core: Break capacity loopLinus Walleij
2021-09-30power: supply: core: Move psy_has_property() to fix buildGeert Uytterhoeven
2021-09-27power: supply: core: Add psy_has_property()Matthias Kaehlcke
2021-08-20power: supply: core: Fix parsing of battery chemistry/technologyDmitry Osipenko
2021-08-14power: supply: core: Parse battery chemistry/technologyLinus Walleij
2021-04-02power: supply: core: reduce loglevel for probe defer infoSebastian Reichel
2020-08-25power: supply: Support battery temperature device-tree propertiesDmitry Osipenko
2020-08-07Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds
2020-07-29power: supply: Fix kerneldoc of power_supply_temp2resist_simple()Krzysztof Kozlowski
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz
2020-05-10power: supply: add battery parametersMatti Vaittinen