aboutsummaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2018-05-18sandbox: Rewrite i2c_pmic_emul.c to support PMIC with 3 bytes transmissionLukasz Majewski1-14/+31
2018-05-18pmic: dm: Add support for MC34708 for PMIC DMLukasz Majewski3-0/+113
2018-05-18pmic: dm: Rewrite pmic_reg_{read|write|clrsetbits} to support 3 bytes transmi...Lukasz Majewski1-12/+30
2018-05-18pmic: Add support for setting transmission length in uclass private dataLukasz Majewski1-0/+10
2018-05-10power: as3722: fix ldo_get/set_enable for ldo index bigger than 7Marcel Ziswiler1-2/+16
2018-05-08Merge git://git.denx.de/u-boot-mmcTom Rini3-315/+4
2018-05-08power: regulator: Add support for stm32-vrefbufFabrice Gasnier3-0/+165
2018-05-08power: pmic: stpmu1: Add regulator bindingsPatrice Chotard1-0/+34
2018-05-08power: regulator: stpmu1: Introduce stpmu1 driverChristophe Kerello3-0/+677
2018-05-08power: pwm regulator: support live treeAndy Yan1-11/+4
2018-05-08power: pmic_max77686: remove the old pmic_max77686 fileJaehoon Chung2-304/+0
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini84-173/+84
2018-05-02drivers:power:max77693: remove redundant logical constraintHeinrich Schuchardt1-2/+0
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini28-56/+0
2018-04-06regulator: pbias: don't evaluate variable before assignmentHeinrich Schuchardt1-3/+3
2018-03-19Merge 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-13power: 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-12power: pmic/regulator: Add basic support for TPS65910Felix Brack6-0/+575
2017-12-12power: 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-11dm: 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