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
2022-02-13
power: supply: PCHG: Use MKBP for device event handling
Daisuke Nojiri
2
-30
/
+71
2022-02-11
power: supply: ab8500_charger: Fix VBAT interval check
Linus Walleij
1
-6
/
+13
2022-02-11
power: supply: ab8500_charger: Restrict ADC retrieveal
Linus Walleij
1
-11
/
+13
2022-02-11
power: supply: ab8500_chargalg: Drop enable/disable sysfs
Linus Walleij
1
-205
/
+6
2022-02-11
power: supply: ab8500_chargalg: Drop charging step
Linus Walleij
1
-99
/
+6
2022-02-11
power: supply: ab8500_fg: Drop useless parameter
Linus Walleij
1
-14
/
+10
2022-02-11
power: supply: ab8500_fg: Safeguard compensated voltage
Linus Walleij
1
-2
/
+13
2022-02-11
power: supply: ab8500_fg: Break out load compensated voltage
Linus Walleij
1
-18
/
+32
2022-02-11
power: supply: ab8500_fg: Break loop for measurement
Linus Walleij
1
-1
/
+10
2022-02-11
power: supply: ab8500: Integrate thermal zone
Linus Walleij
4
-138
/
+24
2022-02-11
power: supply: ab8500: Swap max and overvoltage
Linus Walleij
3
-7
/
+11
2022-02-11
power: supply: ab8500: Drop BATCTRL thermal mode
Linus Walleij
3
-257
/
+24
2022-02-11
power: supply: core: Use device_property_string_array_count()
Andy Shevchenko
1
-2
/
+1
2022-02-11
power: supply: rt9455: Don't pass an error code in remove callback
Uwe Kleine-König
1
-1
/
+1
2022-02-11
power: supply: core: Simplify hwmon memory allocation
Christophe JAILLET
1
-12
/
+3
2022-02-11
power: supply: ug3105_battery: Add driver for uPI uG3105 battery monitor
Hans de Goede
3
-0
/
+502
2022-02-11
power: supply: bq24190_charger: Disallow ccc_ireg and cvc_vreg to be higher t...
Hans de Goede
1
-2
/
+8
2022-02-11
power: supply: bq24190_charger: Program charger with fwnode supplied ccc_ireg...
Hans de Goede
1
-2
/
+49
2022-02-11
power: supply: bq24190_charger: Store ichg-max and vreg-max in bq24190_dev_info
Hans de Goede
1
-21
/
+13
2022-02-11
power: supply: bq24190_charger: Always call power_supply_get_battery_info()
Hans de Goede
1
-2
/
+1
2022-02-11
power: supply: bq24190_charger: Turn off 5V boost regulator on shutdown
Hans de Goede
1
-5
/
+15
2022-02-11
power: supply: core: Add support for generic fwnodes to power_supply_get_batt...
Hans de Goede
1
-10
/
+16
2022-02-11
power: supply: core: Use fwnode_property_*() in power_supply_get_battery_info()
Hans de Goede
1
-27
/
+42
2022-02-02
power: supply: axp288_fuel_gauge: Fix spelling mistake "resisitor" -> "resistor"
Colin Ian King
1
-1
/
+1
2022-02-01
Merge tag 'psy-extcon-i2c-mfd-for-v5.18-signed' into psy-next
Sebastian Reichel
10
-151
/
+744
2022-02-01
extcon: intel-cht-wc: Report RID_A for ACA adapters
Hans de Goede
1
-5
/
+13
2022-02-01
extcon: intel-cht-wc: Add support for registering a power_supply class-device
Hans de Goede
1
-0
/
+81
2022-02-01
extcon: intel-cht-wc: Refactor cht_wc_extcon_get_charger()
Hans de Goede
1
-7
/
+8
2022-02-01
extcon: intel-cht-wc: Support devs with Micro-B / USB-2 only Type-C connectors
Hans de Goede
2
-0
/
+93
2022-02-01
extcon: intel-cht-wc: Use new cht_wc_model intel_soc_pmic field
Hans de Goede
1
-14
/
+21
2022-02-01
i2c: cht-wc: Make charger i2c-client instantiation board/device-model specific
Hans de Goede
1
-18
/
+102
2022-02-01
mfd: intel_soc_pmic_chtwc: Add cht_wc_model data to struct intel_soc_pmic
Hans de Goede
2
-0
/
+48
2022-02-01
power: supply: bq25890: Use the devm_regmap_field_bulk_alloc() helper
Hans de Goede
1
-10
/
+4
2022-02-01
power: supply: bq25890: Support higher charging voltages through Pump Express...
Yauhen Kharuzhy
1
-8
/
+84
2022-02-01
power: supply: bq25890: On the bq25892 set the IINLIM based on external charg...
Hans de Goede
1
-0
/
+33
2022-02-01
power: supply: bq25890: Add support for registering the Vbus boost converter ...
Hans de Goede
2
-0
/
+95
2022-02-01
power: supply: bq25890: Add bq25890_set_otg_cfg() helper
Hans de Goede
1
-13
/
+15
2022-02-01
power: supply: bq25890: Drop dev->platform_data == NULL check
Hans de Goede
1
-10
/
+3
2022-02-01
power: supply: bq25890: Enable charging on boards where we skip reset
Hans de Goede
1
-0
/
+11
2022-02-01
power: supply: bq25890: Add support to read back the settings from the chip
Hans de Goede
1
-1
/
+6
2022-02-01
power: supply: bq25890: Add support to skip reset at probe() / remove()
Hans de Goede
1
-6
/
+13
2022-02-01
power: supply: bq25890: Add a bq25890_rw_init_data() helper
Hans de Goede
1
-22
/
+40
2022-02-01
power: supply: bq25890: Reduce reported CONSTANT_CHARGE_CURRENT_MAX for low t...
Yauhen Kharuzhy
1
-3
/
+26
2022-02-01
power: supply: bq25890: Rename IILIM field to IINLIM
Yauhen Kharuzhy
1
-6
/
+6
2022-02-01
power: supply: core: Refactor power_supply_set_input_current_limit_from_suppl...
Hans de Goede
3
-30
/
+44
2022-02-01
power: supply: axp288_fuel_gauge: Add a no_current_sense_res module_param
Hans de Goede
1
-9
/
+24
2022-02-01
power: supply: axp288_fuel_gauge: Take lock before updating the valid flag
Hans de Goede
1
-0
/
+4
2022-02-01
power: supply: axp288_fuel_gauge: Refactor IRQ initialization
Hans de Goede
1
-49
/
+17
2022-02-01
power: supply: axp288_fuel_gauge: Use devm_power_supply_register()
Hans de Goede
1
-3
/
+1
2022-02-01
power: supply: axp288_fuel_gauge: Use devm_add_action_or_reset() for iio chan...
Hans de Goede
1
-14
/
+19
[next]