summaryrefslogtreecommitdiff
path: root/drivers/power/regulator
AgeCommit message (Expand)AuthorFilesLines
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-02-04power: pmic/regulator allow dm be omitted by SPLPeng Fan1-1/+1
2018-01-24power: regulator: s2mps11: add a regulator driver for s2mps11Jaehoon Chung3-0/+606
2018-01-01power: tps65910: replace error() by pr_err()Felix Brack1-2/+2
2017-12-13power: pmic/regulator: Add basic support for TPS65910Felix Brack3-0/+468
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada5-24/+24
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-08-01regulator: palmas: disable bypass when the LDO is enabledJean-Jacques Hiblot1-0/+36
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: 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
2017-06-01dm: regulator: Update fixed regulator to support livetree.Simon Glass1-8/+9
2017-06-01dm: regulator: Convert regulator uclass to support livetreeSimon Glass1-23/+16
2017-05-31regulator: pfuze100: unsigned compared against 0Peng Fan1-3/+3
2017-05-31regulator: pfuze100: add SPDX LicensePeng Fan1-0/+8
2017-05-29drivers/power/regulator/max77686.c: Fix comparisons of unsigned expressionsTom Rini1-8/+8
2017-05-10power: rk808: rename to rk8xxJacob Chen3-40/+40
2017-05-10power: regulator: rk808: add rk818 supportJacob Chen1-4/+51
2017-05-10power: regulator: rk808: replace vsel_bits with vsel_maskJacob Chen1-17/+22
2017-05-10power: pmic: append rk818 regs to rk808Jacob Chen1-9/+9
2017-05-10power: regulator: pwm: support pwm polarity settingKever Yang1-2/+14
2017-02-09Merge git://git.denx.de/u-boot-dmTom Rini4-6/+6
2017-02-09regulator: palmas: Fix smps6 - smps9 indicesKeerthy1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass4-6/+6
2016-12-27regulator: fixed: Add support to handle enable-active-high DT propertyVignesh R1-1/+6
2016-11-26power: regulator: Add limits checking while setting currentKeerthy1-0/+7
2016-11-26power: regulator: Add limits checking while setting voltageKeerthy1-0/+7
2016-11-25power: regulator: Introduce regulator_set_value_force functionKeerthy1-0/+14