summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/power_supply_core.c
Commit message (Expand)AuthorAgeFilesLines
* power: supply: samsung-sdi-battery: Constify struct power_supply_maintenance_...Christophe JAILLET2024-06-261-1/+1
* power: supply: samsung-sdi-battery: Constify struct power_supply_vbat_ri_tableChristophe JAILLET2024-06-261-1/+1
* power: supply: move power_supply_attr_groups definition back to sysfsRicardo B. Marliere2024-03-061-1/+0
* power: supply: core: simplify power_supply_class_initSebastian Reichel2024-03-061-8/+1
* power: supply: core: add power_supply_for_each_device()Sebastian Reichel2024-03-061-18/+16
* power: supply: core: make power_supply_class constantRicardo B. Marliere2024-03-011-18/+21
* power: supply: core: constify the struct device_type usageRicardo B. Marliere2024-02-251-2/+6
* power: supply: Use multiple MODULE_AUTHOR statementsCharalampos Mitrodimas2023-12-241-3/+3
* power: supply: Fix indentation and some other warningsCharalampos Mitrodimas2023-12-241-80/+81
* power: supply: core: Don't export power_supply_notifierSebastian Reichel2023-09-171-2/+1
* power: supply: Propagate of_node to child deviceVincent Whitchurch2023-09-151-0/+1
* power: supply: core: Use blocking_notifier_call_chain to avoid RCU complaintKai-Heng Feng2023-09-131-4/+4
* thermal: Use thermal_tripless_zone_device_register()Rafael J. Wysocki2023-09-051-2/+2
* power: supply: core: Avoid duplicate hwmon device from thermal frameworkChen-Yu Tsai2023-07-191-1/+5
* power: supply: Fix logic checking if system is running from batteryMario Limonciello2023-05-161-2/+6
* power: supply: Fix power_supply_get_battery_info() if parent is NULLHuacai Chen2023-05-091-2/+5
* Merge tag 'for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2023-04-291-18/+161
|\
| * power: supply: core: auto-exposure of simple-battery dataSebastian Reichel2023-03-291-18/+161
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\ \
| * | power: supply: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| |/
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| |/
* | Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki2023-03-271-1/+1
|\ \ | |/ |/|
| * thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano2023-03-031-1/+1
* | power: supply: fix null pointer check order in __power_supply_registerqinyu2023-02-251-3/+3
|/
* power: supply: remove faulty cooling logicAndreas Kemnade2023-02-031-93/+0
* power: supply: fix null pointer dereferencing in power_supply_get_battery_inforuanjinjie2022-12-051-0/+5
* power: supply: fix residue sysfs file in error handle route of __power_supply...Zeng Heng2022-11-171-1/+1
* power: supply: core: repair kernel-doc for power_supply_vbat2ri()Lukas Bulwahn2022-10-311-1/+0
* Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2022-08-121-2/+2
|\
| * power: supply: Fix typo in power_supply_check_suppliesSchspa Shi2022-07-171-2/+2
* | power: supply: core: Fix boundary conditions in interpolationDorian Rudolph2022-06-091-12/+12
|/
* power: supply: core: Initialize struct to zeroLinus Walleij2022-05-031-1/+1
* power: supply: Reset err after not finding static batteryYassine Oudjana2022-04-131-0/+6
* power: supply: Static data for Samsung batteriesLinus Walleij2022-03-041-27/+36
* power: supply: Support VBAT-to-Ri lookup tablesLinus Walleij2022-02-281-1/+66
* power: supply: ab8500: Standardize BTI resistanceLinus Walleij2022-02-281-1/+25
* power: supply: ab8500: Standardize alert mode chargingLinus Walleij2022-02-281-0/+4
* power: supply: ab8500: Standardize maintenance chargingLinus Walleij2022-02-281-0/+11
* power: supply: core: Use device_property_string_array_count()Andy Shevchenko2022-02-111-2/+1
* power: supply: core: Add support for generic fwnodes to power_supply_get_batt...Hans de Goede2022-02-111-10/+16
* power: supply: core: Use fwnode_property_*() in power_supply_get_battery_info()Hans de Goede2022-02-111-27/+42
* power: supply: core: Refactor power_supply_set_input_current_limit_from_suppl...Hans de Goede2022-02-011-27/+30
* Merge tag 'for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2022-01-111-32/+48
|\
| * power: supply_core: Pass pointer to battery infoLinus Walleij2022-01-031-2/+17
| * power: supply: core: Use library interpolationLinus Walleij2021-11-171-30/+31
* | power: supply: core: Break capacity loopLinus Walleij2021-11-151-0/+4
|/
* power: supply: core: Move psy_has_property() to fix buildGeert Uytterhoeven2021-09-301-16/+16
* power: supply: core: Add psy_has_property()Matthias Kaehlcke2021-09-271-28/+37
* power: supply: core: Fix parsing of battery chemistry/technologyDmitry Osipenko2021-08-201-2/+1