aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2022-02-01power: supply: bq25890: Add support for registering the Vbus boost converter as a regulatorHans de Goede1-0/+80
2022-02-01power: supply: bq25890: Add bq25890_set_otg_cfg() helperHans de Goede1-13/+15
2022-02-01power: supply: bq25890: Drop dev->platform_data == NULL checkHans de Goede1-10/+3
2022-02-01power: supply: bq25890: Enable charging on boards where we skip resetHans de Goede1-0/+11
2022-02-01power: supply: bq25890: Add support to read back the settings from the chipHans de Goede1-1/+6
2022-02-01power: supply: bq25890: Add support to skip reset at probe() / remove()Hans de Goede1-6/+13
2022-02-01power: supply: bq25890: Add a bq25890_rw_init_data() helperHans de Goede1-22/+40
2022-02-01power: supply: bq25890: Reduce reported CONSTANT_CHARGE_CURRENT_MAX for low temperaturesYauhen Kharuzhy1-3/+26
2022-02-01power: supply: bq25890: Rename IILIM field to IINLIMYauhen Kharuzhy1-6/+6
2022-02-01power: supply: core: Refactor power_supply_set_input_current_limit_from_supplier()Hans de Goede2-28/+41
2022-02-01power: supply: axp288_fuel_gauge: Add a no_current_sense_res module_paramHans de Goede1-9/+24
2022-02-01power: supply: axp288_fuel_gauge: Take lock before updating the valid flagHans de Goede1-0/+4
2022-02-01power: supply: axp288_fuel_gauge: Refactor IRQ initializationHans de Goede1-49/+17
2022-02-01power: supply: axp288_fuel_gauge: Use devm_power_supply_register()Hans de Goede1-3/+1
2022-02-01power: supply: axp288_fuel_gauge: Use devm_add_action_or_reset() for iio chan releaseHans de Goede1-14/+19
2022-02-01power: supply: axp288_fuel_gauge: Add axp288_fuel_gauge_read_initial_regs()Hans de Goede1-53/+56
2022-02-01power: supply: axp288_fuel_gauge: Add dev helper var to probe()Hans de Goede1-6/+6
2022-02-01power: supply: core: fix application of sizeof to pointerYang Li1-1/+1
2022-02-01power: supply: cpcap-battery: Add battery type auto detection for mapphone devicesCarl Philipp Klemm1-26/+92
2022-02-01power: supply: axp20x_battery: properly report current when dischargingEvgeny Boger1-7/+6
2022-02-01power: reset: gemini-poweroff: Fix IRQ check in gemini_poweroff_probeMiaoqian Lin1-2/+2
2022-02-01power: supply: mp2629_charger: use platform_get_irq()Sergey Shtylyov1-4/+2
2022-01-31power: supply: cros_usbpd: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-1/+1
2022-01-26power_supply: ab8500: use default_groups in kobj_typeGreg Kroah-Hartman2-3/+5
2022-01-11Merge tag 'platform-drivers-x86-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-0/+56
2022-01-11Merge tag 'for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds27-1314/+1533
2022-01-05power: supply: fix charge_behaviour attribute initializationThomas Weißschuh1-0/+1
2022-01-03power: supply_core: Pass pointer to battery infoLinus Walleij18-126/+156
2022-01-03power: supply: ab8500: Fix the error handling path of ab8500_charger_probe()Christophe JAILLET1-2/+6
2022-01-03power: reset: mt6397: Check for null res pointerJiasheng Jiang1-0/+3
2021-12-21power: supply: add helpers for charge_behaviour sysfsThomas Weißschuh1-0/+55
2021-12-02power: bq25890: add POWER_SUPPLY_PROP_TEMPAngus Ainslie1-1/+36
2021-11-30power: supply: qcom_smbb: support pm8226Luca Weiss1-2/+3
2021-11-22power: supply: ab8500: Standardize capacity lookupLinus Walleij3-206/+173
2021-11-22power: supply: ab8500: Standardize temp res lookupLinus Walleij3-55/+38
2021-11-22power: supply: ab8500: Standardize CV voltageLinus Walleij5-150/+152
2021-11-22power: supply: ab8500: Standardize CC currentLinus Walleij5-266/+270
2021-11-22power: supply: ab8500: Make recharge capacity a constantLinus Walleij3-7/+8
2021-11-22power: supply: ab8500: Standardize termination currentLinus Walleij3-9/+10
2021-11-22power: supply: ab8500: Standardize internal resistanceLinus Walleij2-3/+3
2021-11-22power: supply: ab8500_fg: Init battery data in bind()Linus Walleij1-4/+4
2021-11-22power: supply: ab8500: Standardize voltagesLinus Walleij4-19/+33
2021-11-22power: supply: ab8500: Standardize technologyLinus Walleij4-7/+4
2021-11-22power: supply: ab8500: Standardize design capacityLinus Walleij3-9/+6
2021-11-22power: supply: ab8500: Use only one battery typeLinus Walleij5-251/+85
2021-11-22power: supply: ab8500: Drop unused battery typesLinus Walleij1-179/+1
2021-11-22power: supply: ab8500: Standardize operating temperatureLinus Walleij4-28/+48
2021-11-22power: supply: ab8500: Sink current tables into charger codeLinus Walleij3-43/+25
2021-11-22power: supply: ab8500: Use core battery parserLinus Walleij3-26/+24
2021-11-17power: supply: core: Use library interpolationLinus Walleij1-28/+29