summaryrefslogtreecommitdiffstats
path: root/drivers/power/regulator
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-2710-20/+0
* regulator: pbias: don't evaluate variable before assignmentHeinrich Schuchardt2018-04-061-3/+3
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* power: pmic/regulator allow dm be omitted by SPLPeng Fan2018-02-041-1/+1
* power: regulator: s2mps11: add a regulator driver for s2mps11Jaehoon Chung2018-01-243-0/+606
* power: tps65910: replace error() by pr_err()Felix Brack2018-01-011-2/+2
* power: pmic/regulator: Add basic support for TPS65910Felix Brack2017-12-123-0/+468
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-045-24/+24
* power: spl: add SPL_DM_REGULATOR_FIXED in KconfigPhilipp Tomsich2017-10-011-0/+7
* regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1Jean-Jacques Hiblot2017-09-223-0/+315
* regulator: palmas: disable bypass when the LDO is enabledJean-Jacques Hiblot2017-08-011-0/+36
* power: Add a regulator driver for the as3722 PMICSimon Glass2017-07-283-0/+159
* power: pwm_regulator: remove redundant codeKever Yang2017-07-271-7/+1
* power: pwm_regulator: fix the pwm_set_config parameter orderKever Yang2017-07-271-1/+1
* power: regulator: lp87565: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: lp873x: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: s5m8767: get_enable should return integerKeerthy2017-07-191-2/+2
* power: sandbox: fixed: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: rk8xx: get_enable should return integerKeerthy2017-07-191-3/+3
* power: regulator: tps65090: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: pfuze100: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: palmas: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: max77686: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: act8846: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: fixed: get_enable should return integerKeerthy2017-07-191-1/+1
* regulator: Change get_enable return type to integer from boolKeerthy2017-07-191-1/+1
* power: regulator: rk8xx: Allow input current/charger shutdown configurationWadim Egorov2017-07-111-0/+34
* power: regulator: rk8xx: Build get_ldo_reg only for SPLWadim Egorov2017-07-111-19/+21
* Merge git://www.denx.de/git/u-boot-imxTom Rini2017-06-271-3/+11
|\
| * regulator: pfuze100: unsigned compared against 0Peng Fan2017-05-311-3/+3
| * regulator: pfuze100: add SPDX LicensePeng Fan2017-05-311-0/+8
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-06-101-3/+5
|\ \
| * | power: regulator: Add more debugging and fix a missing newlineSimon Glass2017-06-091-3/+5
* | | power: regulator: lp87565: add regulator supportKeerthy2017-06-093-0/+210
* | | power: regulator: palmas: Add smps12 dual regulator for tps65917Keerthy2017-06-091-1/+5
|/ /
* | regulator: pwm: Fix handling of missing init voltageMark Kettenis2017-06-071-4/+4
* | power: rk808: fix ldo register offsetHeiko Stübner2017-06-071-2/+2
* | dm: regulator: Update fixed regulator to support livetree.Simon Glass2017-06-011-8/+9
* | dm: regulator: Convert regulator uclass to support livetreeSimon Glass2017-06-011-23/+16
|/
* drivers/power/regulator/max77686.c: Fix comparisons of unsigned expressionsTom Rini2017-05-291-8/+8
* power: rk808: rename to rk8xxJacob Chen2017-05-103-40/+40
* power: regulator: rk808: add rk818 supportJacob Chen2017-05-101-4/+51
* power: regulator: rk808: replace vsel_bits with vsel_maskJacob Chen2017-05-101-17/+22
* power: pmic: append rk818 regs to rk808Jacob Chen2017-05-101-9/+9
* power: regulator: pwm: support pwm polarity settingKever Yang2017-05-101-2/+14
* Merge git://git.denx.de/u-boot-dmTom Rini2017-02-084-6/+6
|\
| * dm: core: Replace of_offset with accessorSimon Glass2017-02-084-6/+6
* | regulator: palmas: Fix smps6 - smps9 indicesKeerthy2017-02-081-1/+1
|/
* regulator: fixed: Add support to handle enable-active-high DT propertyVignesh R2016-12-271-1/+6
* power: regulator: Add limits checking while setting currentKeerthy2016-11-251-0/+7