aboutsummaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 2-14/+19
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-2/+2
2018-06-09Merge tag 'for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Gravatar Linus Torvalds 14-398/+137
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-2/+58
2018-05-24power: supply: Add fwnode pointer to power_supply_config structGravatar Adam Thomson 1-1/+3
2018-05-17PM / AVS: rockchip-io: add io selectors and supplies for PX30Gravatar David Wu 1-0/+68
2018-05-01power: supply: ab8500_charger: fix spelling mistake: "faile" -> "failed"Gravatar Colin Ian King 1-1/+1
2018-04-26Merge tag 'tags/tcpm-pps-4.18' into psy-nextGravatar Sebastian Reichel 2-1/+56
2018-04-26power: supply: axp288_fuel_gauge: Remove polling from the driverGravatar Hans de Goede 1-16/+0
2018-04-26power: supply: axp288_fuelguage: Do not bind when the fg function is not usedGravatar Hans de Goede 1-0/+11
2018-04-26power: supply: axp288_charger: Do not bind when the charge function is not usedGravatar Hans de Goede 1-0/+12
2018-04-26power: supply: axp288_charger: Support 3500 and 4000 mA input current limitGravatar Hans de Goede 1-3/+11
2018-04-26power: supply: s3c-adc-battery: fix driver data initializationGravatar Sergiy Kibrik 1-3/+5
2018-04-26power: supply: charger-manager: Verify polling interval only when polling req...Gravatar Ladislav Michl 1-2/+3
2018-04-25power: supply: sysfs: Use enum to specify propertyGravatar Ladislav Michl 1-33/+44
2018-04-25power: supply: ab8500: Drop AB8540/9540 supportGravatar Linus Walleij 5-331/+30
2018-04-25power: supply: ab8500_fg: fix spelling mistake: "Disharge" -> "Discharge"Gravatar Colin Ian King 1-1/+1
2018-04-25power: supply: simplify getting .drvdataGravatar Wolfram Sang 1-2/+1
2018-04-25power: supply: bq27xxx: Add support for BQ27426Gravatar Andrew F. Davis 2-0/+11
2018-04-25gpio-poweroff: Use gpiod_set_value_cansleepGravatar Mike Looijmans 1-2/+2
2018-04-25power: supply: Add 'usb_type' property and supporting codeGravatar Adam Thomson 2-1/+52
2018-04-25power: supply: Add error checking of psy desc during registrationGravatar Adam Thomson 1-0/+3
2018-04-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 1-7/+34
2018-04-03Merge tag 'for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Gravatar Linus Torvalds 16-197/+478
2018-03-19power: reset: at91-reset: Switch from the pr_*() to the dev_*() logging funct...Gravatar Ladislav Michl 1-2/+2
2018-03-19power: reset: at91-poweroff: Remove redundant dev_err call in at91_poweroff_p...Gravatar Ladislav Michl 1-3/+1
2018-03-19power: reset: at91-poweroff: Switch from the pr_*() to the dev_*() logging fu...Gravatar Ladislav Michl 1-4/+6
2018-03-13power: reset: make function sc27xx_poweroff_shutdown staticGravatar Colin Ian King 1-1/+1
2018-03-12Merge branch 'fixes' into for-nextGravatar Sebastian Reichel 4-18/+23
2018-03-12power: supply: da9150-fg: remove VLA usageGravatar Gustavo A. R. Silva 1-2/+2
2018-03-12power: supply: bq2415x: add DT referencing supportGravatar Sebastian Reichel 1-1/+4
2018-03-12power: supply: bq27xxx: support missing supplier deviceGravatar Sebastian Reichel 1-1/+1
2018-03-12max17042: propagate of_node to power supply deviceGravatar Pierre Bourdon 1-0/+1
2018-03-09power: supply: axp288_fuel_gauge: Fix full status reportingGravatar Hans de Goede 1-12/+35
2018-03-09power: supply: axp288_fuel_gauge: Do not register FG on ECS EF20EAGravatar Carlo Caione 1-0/+6
2018-03-09power: reset: gpio-poweroff: Support for timeout from device propertyGravatar Moritz Fischer 1-2/+6
2018-03-09power: reset: Add Spreadtrum SC27xx PMIC power off supportGravatar Baolin Wang 3-0/+76
2018-03-09power: supply: axp20x_battery: add support for AXP813Gravatar Quentin Schulz 1-0/+42
2018-03-09power: supply: axp20x_battery: use data struct for variant specific codeGravatar Quentin Schulz 1-35/+67
2018-03-09power: supply: gpio-charger: Remove pdata from gpio_chargerGravatar Ladislav Michl 1-54/+41
2018-03-09power: supply: gpio-charger: Use GPIOF_ACTIVE_LOW for legacy setupGravatar Ladislav Michl 1-9/+8
2018-03-09power: supply: gpio-charger: Remove redundant dev_err call in probe functionGravatar Ladislav Michl 1-3/+1
2018-02-28PM / AVS: SmartReflex: Prepare to use device tree based probingGravatar Tony Lindgren 1-7/+34
2018-02-22power: gemini-poweroff: Avoid spurious poweroffGravatar Linus Walleij 1-13/+17
2018-02-22power: supply: ltc2941-battery-gauge: Fix temperature unitsGravatar Ladislav Michl 1-4/+4
2018-02-21power: add to_power_supply macro to the APIGravatar Ognjen Galic 3-11/+1
2018-02-13power: supply: gpio-charger: use helper variable to access device infoGravatar Ladislav Michl 1-22/+20
2018-02-13power: supply: gpio-charger: Drop driver remove functionGravatar Ladislav Michl 1-36/+7
2018-02-12power: supply: ltc2941-battery-gauge: Add charge empty and full propertiesGravatar Ladislav Michl 1-9/+50
2018-02-12power: reset: Add a driver for the Microsemi Ocelot resetGravatar Alexandre Belloni 3-0/+96