index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
power
/
supply
/
charger-manager.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
alarmtimers: Remove return value from alarm functions
Thomas Gleixner
2024-11-07
1
-2
/
+1
*
power: supply: charger-manager: replace deprecated strncpy with strscpy
Justin Stitt
2023-10-21
1
-2
/
+4
*
power: supply: charger-manager: Convert to platform remove callback returning...
Uwe Kleine-König
2023-09-18
1
-4
/
+2
*
power: supply: charger-manager: Use of_property_read_bool() for boolean prope...
Rob Herring
2023-03-12
1
-1
/
+1
*
power: supply: use sysfs_emit() instead of sprintf() for sysfs show()
ye xingchen
2023-01-02
1
-3
/
+3
*
extcon: Fix extcon_get_extcon_dev() error handling
Dan Carpenter
2022-05-13
1
-5
/
+2
*
power: supply: charger-manager: add missing MODULE_DEVICE_TABLE
Zou Wei
2021-06-29
1
-0
/
+1
*
power: supply: charger-manager: Fix a typo
Bhaskar Chowdhury
2021-03-22
1
-1
/
+1
*
power: supply: charger-manager: fix typo
Junlin Yang
2021-01-25
1
-2
/
+2
*
power: supply: charger-manager: fix incorrect health status
Junlin Yang
2021-01-16
1
-2
/
+2
*
power: supply: charger-manager: fix incorrect check on charging_duration_ms
Colin Ian King
2020-10-09
1
-1
/
+1
*
power: supply: charger-manager: drop unused charger assignment
Krzysztof Kozlowski
2020-10-03
1
-6
/
+1
*
power: supply: charger-manager: Count cm-chargers property directly
Jonathan Bakker
2020-08-28
1
-2
/
+2
*
power: supply: charger-manager: Update extcon functions
Jonathan Bakker
2020-08-28
1
-22
/
+60
*
power: supply: charger-manager: Don't start charging in cable nofitication
Jonghwa Lee
2020-08-28
1
-10
/
+2
*
power: supply: charger-manager: Make decisions focussed on battery status
Jonghwa Lee
2020-08-28
1
-120
/
+61
*
power: supply: charger-manager: Collect all power_supply_changed() calls
Jonghwa Lee
2020-08-28
1
-12
/
+6
*
power: supply: charger-manager: Correct usage of CHARGE_NOW/FULL
Jonghwa Lee
2020-08-28
1
-28
/
+12
*
power: supply: charger-manager: Always use POWER_SUPPLY_PROP_TEMP
Jonathan Bakker
2020-08-28
1
-4
/
+2
*
power: supply: charger-manager: Remove cm_notify_event function
Jonghwa Lee
2020-08-28
1
-173
/
+10
*
power: supply: charger-manager: Swap private uevent for power_supply_changed
Jonghwa Lee
2020-08-28
1
-80
/
+11
*
power: charger-manager: clarify num_properties starting value
Michał Mirosław
2020-05-01
1
-1
/
+1
*
power: supply: charger-manager: Prepare for const properties
Sebastian Reichel
2020-05-01
1
-18
/
+22
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-3
/
+1
*
power: charger-manager: fix a potential NULL pointer dereference
Kangjie Lu
2019-04-05
1
-0
/
+3
*
power: supply: charger-manager: Fix trivial language typos
Krzysztof Kozlowski
2019-01-20
1
-9
/
+9
*
power: supply: charger-manager: fix race-condition in sysfs registration
Sebastian Reichel
2018-12-13
1
-29
/
+22
*
power: supply: charger-manager: simplify generation of sysfs attribute group ...
Sebastian Reichel
2018-12-13
1
-9
/
+4
*
power: supply: charger-manager: Make code more readable
Baolin Wang
2018-12-05
1
-7
/
+7
*
power: supply: charger-manager: Fix incorrect return value
Baolin Wang
2018-12-05
1
-2
/
+1
*
power: supply: charger-manager: Fix some misspelled words
Baolin Wang
2018-12-05
1
-3
/
+3
*
power: supply: charger-manager: Remove unused index counting
Baolin Wang
2018-12-05
1
-4
/
+0
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-13
1
-12
/
+17
*
power: supply: charger-manager: Verify polling interval only when polling req...
Ladislav Michl
2018-04-26
1
-2
/
+3
*
power: supply: charger-manager: Fix typo in condition
Ryosuke Saito
2017-12-01
1
-1
/
+1
*
power: supply: charger-manager: Slighly simplify code
Christophe JAILLET
2017-08-11
1
-2
/
+1
*
power: supply: charger-manager: Fix a comment
Christophe JAILLET
2017-08-11
1
-2
/
+2
*
power: supply: charger-manager: Fix a NULL pointer dereference in 'charger_ma...
Christophe JAILLET
2017-08-11
1
-0
/
+2
*
power: supply: charger-manager: simplify return statements
Andi Shyti
2017-04-14
1
-21
/
+14
*
power: move power supply drivers to power/supply
Sebastian Reichel
2016-08-11
1
-0
/
+2074