index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-09
power: supply: max17040: Fix ptr to enum cast
Iskren Chernev
1
-1
/
+1
2020-10-08
power: supply: bq25980: Fix uninitialized wd_reg_val
Dan Murphy
1
-1
/
+1
2020-10-08
power: supply: bq25980: remove redundant zero check on ret
Colin Ian King
1
-3
/
+0
2020-10-08
power: reset: ocelot: Add support for Sparx5
Lars Povlsen
2
-14
/
+44
2020-10-08
dt-bindings: reset: ocelot: Add Sparx5 support
Lars Povlsen
2
-2
/
+6
2020-10-06
power: supply: sbs-battery: keep error code when get_property() fails
Ikjoon Jang
1
-15
/
+9
2020-10-04
power: supply: bq25980: Add support for the BQ259xx family
Dan Murphy
4
-0
/
+1504
2020-10-04
dt-binding: bq25980: Add the bq25980 flash charger
Dan Murphy
1
-0
/
+114
2020-10-03
power: supply: fix spelling mistake "unprecise" -> "imprecise"
Colin Ian King
1
-1
/
+1
2020-10-03
power: supply: test_power: add missing newlines when printing parameters by s...
Xiongfeng Wang
1
-0
/
+6
2020-10-03
power: supply: pm2301: drop duplicated i2c_device_id
Krzysztof Kozlowski
1
-5
/
+0
2020-10-03
power: supply: charger-manager: drop unused charger assignment
Krzysztof Kozlowski
1
-6
/
+1
2020-10-03
power: supply: rt9455: skip 'struct acpi_device_id' when !CONFIG_ACPI
Krzysztof Kozlowski
1
-0
/
+2
2020-10-03
power: supply: goldfish: skip 'struct acpi_device_id' when !CONFIG_ACPI
Krzysztof Kozlowski
1
-0
/
+2
2020-10-03
power: supply: bq25890: skip 'struct acpi_device_id' when !CONFIG_ACPI
Krzysztof Kozlowski
1
-0
/
+2
2020-10-03
power: supply: bq2515x: fix kerneldoc
Krzysztof Kozlowski
1
-1
/
+1
2020-10-03
power: supply: bq24257: skip 'struct acpi_device_id' when !CONFIG_ACPI
Krzysztof Kozlowski
1
-0
/
+2
2020-10-03
power: supply: max17040: Support soc alert
Iskren Chernev
1
-9
/
+73
2020-10-03
power: supply: max17040: Support setting rcomp
Iskren Chernev
1
-0
/
+40
2020-10-03
dt-bindings: power: supply: max17040: Add maxim,rcomp
Iskren Chernev
1
-0
/
+6
2020-10-03
power: supply: max17040: Support compatible devices
Iskren Chernev
2
-22
/
+143
2020-10-03
dt-bindings: power: supply: Extend max17040 compatibility
Iskren Chernev
1
-1
/
+14
2020-10-03
power: supply: max17040: Use regmap i2c
Iskren Chernev
2
-127
/
+93
2020-10-03
power: supply: max17040: Use devm_ to automate remove
Iskren Chernev
1
-18
/
+21
2020-10-03
power: supply: document current direction
Sebastian Reichel
1
-2
/
+4
2020-10-02
power: supply: bq27xxx: add support for TI bq34z100
Krzysztof Kozlowski
3
-1
/
+52
2020-10-02
power: supply: bq27xxx: add separate flag for capacity inaccurate
Krzysztof Kozlowski
1
-3
/
+4
2020-10-02
power: supply: bq27xxx: add separate flag for single SoC register
Krzysztof Kozlowski
1
-3
/
+4
2020-10-02
power: supply: bq27xxx: adjust whitespace and use BIT() for bitflags
Krzysztof Kozlowski
1
-8
/
+9
2020-10-02
power: supply: bq27xxx: report "not charging" on all types
Krzysztof Kozlowski
1
-2
/
+4
2020-10-02
dt-bindings: power: bq27xxx: add bq34z100
Krzysztof Kozlowski
1
-0
/
+1
2020-10-01
power: supply: ucs1002: fix some health status issues
Lucas Stach
1
-32
/
+43
2020-09-30
MAINTAINERS: Remove Andrew F. Davis
Dan Murphy
1
-2
/
+1
2020-09-30
power: supply: ab8500-fg: fix spelling typo
Wang Qing
1
-2
/
+2
2020-09-30
power: supply: bq25890: document IBAT compensation DT properties
Michał Mirosław
1
-0
/
+4
2020-09-30
power: supply: bq25890: support IBAT compensation
Michał Mirosław
1
-2
/
+13
2020-09-30
power: supply: ds278x: fix spelling typo
Wang Qing
2
-6
/
+6
2020-09-30
dt-bindings: power: ingenic,battery: add new compatibles
Artur Rojek
1
-1
/
+7
2020-09-30
dt-bindings: power: Convert ingenic,battery.txt to YAML
Artur Rojek
2
-31
/
+55
2020-08-28
dt-bindings: power: supply: Cleanup charger-manager bindings
Jonathan Bakker
1
-10
/
+20
2020-08-28
power: supply: charger-manager: Count cm-chargers property directly
Jonathan Bakker
1
-2
/
+2
2020-08-28
power: supply: charger-manager: Update extcon functions
Jonathan Bakker
2
-24
/
+63
2020-08-28
power: supply: charger-manager: Don't start charging in cable nofitication
Jonghwa Lee
1
-10
/
+2
2020-08-28
power: supply: charger-manager: Make decisions focussed on battery status
Jonghwa Lee
2
-120
/
+64
2020-08-28
power: supply: charger-manager: Collect all power_supply_changed() calls
Jonghwa Lee
1
-12
/
+6
2020-08-28
power: supply: charger-manager: Correct usage of CHARGE_NOW/FULL
Jonghwa Lee
1
-28
/
+12
2020-08-28
power: supply: charger-manager: Always use POWER_SUPPLY_PROP_TEMP
Jonathan Bakker
1
-4
/
+2
2020-08-28
power: supply: charger-manager: Remove cm_notify_event function
Jonghwa Lee
2
-200
/
+16
2020-08-28
power: supply: charger-manager: Swap private uevent for power_supply_changed
Jonghwa Lee
1
-80
/
+11
2020-08-28
power: supply: Add support for RN5T618/RC5T619 charger and fuel gauge
Andreas Kemnade
3
-0
/
+565
[next]