index
:
pub/scm/linux/kernel/git/mcgrof/linux.git
master
Luis Chamberlain fork of linux.git
Luis R. Rodriguez
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
power
/
supply
/
max17042_battery.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-21
Merge tag 'for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...
Linus Torvalds
1
-34
/
+339
2026-07-27
power: supply: max17042_battery: Honor MAX17055 charge voltage
Vincent Cloutier
1
-3
/
+39
2026-07-27
power: supply: max17042_battery: Initialize MAX17055 from battery info
Vincent Cloutier
1
-0
/
+82
2026-07-27
power: supply: max17042_battery: Follow MAX17055 POR sequence
Vincent Cloutier
1
-11
/
+80
2026-07-27
power: supply: max17042_battery: Program MAX17055 EZ Config values
Vincent Cloutier
1
-4
/
+95
2026-07-27
power: supply: max17042_battery: Retry failed MAX17055 initialization
Vincent Cloutier
1
-11
/
+26
2026-07-27
power: supply: max17042_battery: Propagate status register errors
Vincent Cloutier
1
-3
/
+5
2026-07-27
power: supply: max17042_battery: Convert initialization to delayed work
Vincent Cloutier
1
-5
/
+5
2026-07-27
power: supply: max17042_battery: Use bool for init_complete
Vincent Cloutier
1
-4
/
+4
2026-07-27
power: supply: max17042_battery: Separate MAX17055 initialization
Vincent Cloutier
1
-7
/
+13
2026-07-21
power: supply: Match DT value types
Rob Herring (Arm)
1
-2
/
+6
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-06-05
power: supply: max17042_battery: Use modern PM ops to clear up warning
Nathan Chancellor
1
-6
/
+4
2026-06-03
power: supply: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
1
-6
/
+6
2026-06-03
power: supply: max17042: fix OF node reference imbalance
Johan Hovold
1
-1
/
+2
2026-06-03
power: supply: max17042_battery: use ModelCfg refresh on max17055
Sebastian Krzyszkowiak
1
-27
/
+39
2026-06-03
power: supply: max17042_battery: Remove unused platform-data plumbing
Vincent Cloutier
1
-115
/
+89
2026-06-03
power: supply: max17042_battery: Keep only critical alerts during suspend
Vincent Cloutier
1
-2
/
+13
2026-06-03
power: supply: max17042_battery: Route MAX17055 SOC alerts through dSOCi
Vincent Cloutier
1
-3
/
+36
2026-06-03
power: supply: max17042_battery: Use Current register in get_status
Sebastian Krzyszkowiak
1
-5
/
+4
2026-06-03
power: supply: max17042_battery: Put LSB units into defines
Sebastian Krzyszkowiak
1
-16
/
+22
2026-03-03
power: supply: max17042: report time to full (max17055 & max77759)
André Draszik
1
-0
/
+16
2026-03-03
power: supply: max17042: consider task period (max77759)
André Draszik
1
-0
/
+20
2026-03-03
power: supply: max17042: initial support for Maxim MAX77759
André Draszik
1
-4
/
+55
2026-03-03
power: supply: max17042: support standard shunt-resistor-micro-ohms DT property
André Draszik
1
-1
/
+5
2026-03-03
power: supply: max17042: time to empty is meaningless when charging
André Draszik
1
-0
/
+4
2026-03-03
power: supply: max17042: avoid overflow when determining health
André Draszik
1
-1
/
+1
2026-03-03
power: supply: max17042: use dev_err_probe() where appropriate
André Draszik
1
-12
/
+9
2026-03-03
power: supply: max17042: fix a comment typo (then -> than)
André Draszik
1
-1
/
+1
2025-03-08
power: supply: all: switch psy_cfg from of_node to fwnode
Sebastian Reichel
1
-1
/
+1
2025-01-15
power: supply: max17042: add max77705 fuel gauge support
Dzmitry Sankouski
1
-0
/
+3
2025-01-15
power: supply: max17042: add platform driver variant
Dzmitry Sankouski
1
-50
/
+141
2025-01-15
power: supply: max17042: make interrupt shared
Dzmitry Sankouski
1
-8
/
+1
2024-08-27
power: supply: max17042_battery: Fix SOC threshold calc w/ no current sense
Artur Weber
1
-1
/
+4
2023-09-12
power: supply: max17042_battery: Do not use CONFIG_ prefix in regular C code
Przemyslaw Chwiala
1
-3
/
+3
2023-06-04
power: supply: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-05-08
power: supply: max17042_battery: Refactor max17042_external_power_changed()
Hans de Goede
1
-6
/
+1
2022-11-20
power: supply: max17042_battery: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-02-24
power: supply: max17042_battery: Use devm_work_autocancel()
Christophe JAILLET
1
-9
/
+3
2021-10-12
power: supply: max17042_battery: Prevent int underflow in set_soc_threshold
Sebastian Krzyszkowiak
1
-1
/
+2
2021-10-12
power: supply: max17042_battery: Clear status bits in interrupt handler
Sebastian Krzyszkowiak
1
-0
/
+4
2021-10-02
power: supply: max17042_battery: fix typo in MAX17042_IAvg_empty
Henrik Grimler
1
-1
/
+1
2021-10-02
power: supply: max17042_battery: use VFSOC for capacity when no rsns
Henrik Grimler
1
-1
/
+4
2021-08-17
power: supply: max17042_battery: log SOC threshold using debug log level
Sebastian Krzyszkowiak
1
-1
/
+1
2021-08-17
power: supply: max17042_battery: more robust chip type checks
Sebastian Krzyszkowiak
1
-19
/
+21
2021-08-17
power: supply: max17042_battery: fix typo in MAx17042_TOFF
Sebastian Krzyszkowiak
1
-1
/
+1
2021-08-17
power: supply: max17042_battery: clean up MAX17055_V_empty
Sebastian Krzyszkowiak
1
-4
/
+0
2021-08-16
power: supply: max17042: remove duplicated STATUS bit defines
Krzysztof Kozlowski
1
-4
/
+1
2021-08-16
power: supply: max17042: handle fails of reading status register
Krzysztof Kozlowski
1
-1
/
+5
2021-08-06
power: supply: max17042_battery: Add support for MAX77849 Fuel-Gauge
Nikita Travkin
1
-0
/
+2
[next]