aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/power_supply_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-05-24power: supply: Add fwnode pointer to power_supply_config structAdam Thomson1-1/+3
2018-04-25power: supply: Add 'usb_type' property and supporting codeAdam Thomson1-1/+7
2018-04-25power: supply: Add error checking of psy desc during registrationAdam Thomson1-0/+3
2018-02-21power: add to_power_supply macro to the APIOgnjen Galic1-1/+1
2017-11-06power: supply: replace pr_* with dev_*Aishwarya Pant1-1/+1
2017-08-29power: supply: Add power_supply_set_input_current_limit_from_supplier helperHans de Goede1-0/+41
2017-08-28power: supply: core: Delete two error messages for a failed memory allocation in power_supply_check_supplies()Markus Elfring1-6/+2
2017-08-09power: supply: Fix power_supply_am_i_supplied to return -ENODEV when apropriateHans de Goede1-2/+3
2017-06-14power: supply: core: constify psy_tcd_ops.Arvind Yadav1-1/+1
2017-06-08power: supply: core: Add power_supply_battery_info and APILiam Breck1-0/+57
2017-05-15power: supply: core: Add support for supplied-from device-propertyHans de Goede1-1/+23
2017-05-01power: supply: Make power_supply_am_i_supplied return -ENODEV if there are no suppliersHans de Goede1-5/+15
2016-10-19power: supply: improve function-level documentationJulia Lawall1-2/+2
2016-08-11power: move power supply drivers to power/supplySebastian Reichel1-0/+989