summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)Author
2018-05-10power: as3722: fix ldo_get/set_enable for ldo index bigger than 7Marcel Ziswiler
2018-05-08Merge git://git.denx.de/u-boot-mmcTom Rini
2018-05-08power: regulator: Add support for stm32-vrefbufFabrice Gasnier
2018-05-08power: pmic: stpmu1: Add regulator bindingsPatrice Chotard
2018-05-08power: regulator: stpmu1: Introduce stpmu1 driverChristophe Kerello
2018-05-08power: pwm regulator: support live treeAndy Yan
2018-05-08power: pmic_max77686: remove the old pmic_max77686 fileJaehoon Chung
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-05-02drivers:power:max77693: remove redundant logical constraintHeinrich Schuchardt
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-06regulator: pbias: don't evaluate variable before assignmentHeinrich Schuchardt
2018-03-19Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-03-19pmic: add stpmu1 supportPatrick Delaunay
2018-03-19sunxi: Add AXP_PMIC_BUS kconfig entryJagan Teki
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-04power: pmic/regulator allow dm be omitted by SPLPeng Fan
2018-01-24power: pmic: s2mps11: probe the regulator driverJaehoon Chung
2018-01-24power: regulator: s2mps11: add a regulator driver for s2mps11Jaehoon Chung
2018-01-13power: Rearrange code to guard power command with CONFIG_SPL_BUILD guardTom Rini
2018-01-01power: tps65910: replace error() by pr_err()Felix Brack
2017-12-12power: pmic/regulator: Add basic support for TPS65910Felix Brack
2017-12-12power: extend prefix match to regulator-name propertyFelix Brack
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-10-01power: spl: add SPL_DM_REGULATOR_FIXED in KconfigPhilipp Tomsich
2017-09-22regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1Jean-Jacques Hiblot
2017-09-18rockchip: rk8xx: remove unused header includesPhilipp Tomsich
2017-09-12Merge git://git.denx.de/u-boot-dmTom Rini
2017-09-11dm: core: Add ofnode_for_each_subnode()Simon Glass
2017-09-11palmas: Add support for powering different ldosLokesh Vutla
2017-08-01regulator: palmas: disable bypass when the LDO is enabledJean-Jacques Hiblot
2017-08-01regulator: palmas: Add support for LDO1 regulator to provide 1.8VKishon Vijay Abraham I
2017-07-28dm: power: Convert as3722 to driver modelSimon Glass
2017-07-28power: Add a GPIO driver for the as3722 PMICSimon Glass
2017-07-28power: Add a regulator driver for the as3722 PMICSimon Glass
2017-07-27power: pwm_regulator: remove redundant codeKever Yang
2017-07-27power: pwm_regulator: fix the pwm_set_config parameter orderKever Yang
2017-07-19power: regulator: lp87565: get_enable should return integerKeerthy
2017-07-19power: regulator: lp873x: get_enable should return integerKeerthy
2017-07-19power: regulator: s5m8767: get_enable should return integerKeerthy
2017-07-19power: sandbox: fixed: get_enable should return integerKeerthy
2017-07-19power: regulator: rk8xx: get_enable should return integerKeerthy
2017-07-19power: regulator: tps65090: get_enable should return integerKeerthy
2017-07-19power: regulator: pfuze100: get_enable should return integerKeerthy
2017-07-19power: regulator: palmas: get_enable should return integerKeerthy
2017-07-19power: regulator: max77686: get_enable should return integerKeerthy
2017-07-19power: regulator: act8846: get_enable should return integerKeerthy
2017-07-19power: regulator: fixed: get_enable should return integerKeerthy
2017-07-19regulator: Change get_enable return type to integer from boolKeerthy
2017-07-11power: regulator: rk8xx: Allow input current/charger shutdown configurationWadim Egorov