summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini28-56/+0
2018-04-07regulator: pbias: don't evaluate variable before assignmentHeinrich Schuchardt1-3/+3
2018-03-20Merge git://git.denx.de/u-boot-sunxiTom Rini1-0/+5
2018-03-19pmic: add stpmu1 supportPatrick Delaunay3-0/+71
2018-03-19sunxi: Add AXP_PMIC_BUS kconfig entryJagan Teki1-0/+5
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada3-3/+3
2018-02-04power: pmic/regulator allow dm be omitted by SPLPeng Fan2-2/+2
2018-01-24power: pmic: s2mps11: probe the regulator driverJaehoon Chung1-0/+28
2018-01-24power: regulator: s2mps11: add a regulator driver for s2mps11Jaehoon Chung3-0/+606
2018-01-12power: Rearrange code to guard power command with CONFIG_SPL_BUILD guardTom Rini1-32/+29
2018-01-01power: tps65910: replace error() by pr_err()Felix Brack2-4/+4
2017-12-13power: pmic/regulator: Add basic support for TPS65910Felix Brack6-0/+575
2017-12-13power: extend prefix match to regulator-name propertyFelix Brack1-2/+9
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada19-61/+61
2017-10-01power: spl: add SPL_DM_REGULATOR_FIXED in KconfigPhilipp Tomsich1-0/+7
2017-09-22regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1Jean-Jacques Hiblot3-0/+315
2017-09-18rockchip: rk8xx: remove unused header includesPhilipp Tomsich1-2/+0
2017-09-12Merge git://git.denx.de/u-boot-dmTom Rini1-3/+1
2017-09-12dm: core: Add ofnode_for_each_subnode()Simon Glass1-3/+1
2017-09-11palmas: Add support for powering different ldosLokesh Vutla1-7/+4
2017-08-01regulator: palmas: disable bypass when the LDO is enabledJean-Jacques Hiblot1-0/+36
2017-08-01regulator: palmas: Add support for LDO1 regulator to provide 1.8VKishon Vijay Abraham I1-3/+2
2017-07-28dm: power: Convert as3722 to driver modelSimon Glass2-195/+99
2017-07-28power: Add a GPIO driver for the as3722 PMICSimon Glass1-0/+120
2017-07-28power: Add a regulator driver for the as3722 PMICSimon Glass3-0/+159
2017-07-27power: pwm_regulator: remove redundant codeKever Yang1-7/+1
2017-07-27power: pwm_regulator: fix the pwm_set_config parameter orderKever Yang1-1/+1
2017-07-19power: regulator: lp87565: get_enable should return integerKeerthy1-1/+1
2017-07-19power: regulator: lp873x: get_enable should return integerKeerthy1-2/+2
2017-07-19power: regulator: s5m8767: get_enable should return integerKeerthy1-2/+2
2017-07-19power: sandbox: fixed: get_enable should return integerKeerthy1-2/+2
2017-07-19power: regulator: rk8xx: get_enable should return integerKeerthy1-3/+3
2017-07-19power: regulator: tps65090: get_enable should return integerKeerthy1-1/+1
2017-07-19power: regulator: pfuze100: get_enable should return integerKeerthy1-1/+1
2017-07-19power: regulator: palmas: get_enable should return integerKeerthy1-2/+2
2017-07-19power: regulator: max77686: get_enable should return integerKeerthy1-2/+2
2017-07-19power: regulator: act8846: get_enable should return integerKeerthy1-1/+1
2017-07-19power: regulator: fixed: get_enable should return integerKeerthy1-1/+1
2017-07-19regulator: Change get_enable return type to integer from boolKeerthy1-1/+1
2017-07-11power: regulator: rk8xx: Allow input current/charger shutdown configurationWadim Egorov1-0/+34
2017-07-11power: regulator: rk8xx: Build get_ldo_reg only for SPLWadim Egorov1-19/+21
2017-06-27Merge git://www.denx.de/git/u-boot-imxTom Rini1-3/+11
2017-06-11Merge git://git.denx.de/u-boot-dmTom Rini1-3/+5
2017-06-09power: regulator: Add more debugging and fix a missing newlineSimon Glass1-3/+5
2017-06-09power: regulator: lp87565: add regulator supportKeerthy3-0/+210
2017-06-09power: pmic: lp87565: Add the basic pmic supportKeerthy3-0/+95
2017-06-09power: pmic: tps65218: Add DCDC3 configurationKeerthy1-1/+2
2017-06-09power: regulator: palmas: Add smps12 dual regulator for tps65917Keerthy1-1/+5
2017-06-07regulator: pwm: Fix handling of missing init voltageMark Kettenis1-4/+4
2017-06-07power: rk808: fix ldo register offsetHeiko Stübner1-2/+2