summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* regulator: tps6105x: add optional devicetree supportSven Van Asbroeck2019-11-201-0/+2
* tps6105x: add optional devicetree supportSven Van Asbroeck2019-11-201-3/+31
* regulator: vexpress: Use PTR_ERR_OR_ZERO() to simplify codezhengbin2019-11-181-4/+1
* dt-bindings: mfd: da9062: describe buck modesChristoph Fritz2019-11-151-0/+4
* regulator: da9062: add of_map_mode support for bucksChristoph Fritz2019-11-151-0/+21
* regulator: da9062: refactor buck modes into headerChristoph Fritz2019-11-152-18/+26
* regulator: stpmic1: Set a default ramp delay valuePascal Paillet2019-11-151-0/+6
* regulator: core: Let boot-on regulators be powered offPascal Paillet2019-11-151-1/+3
* regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_idStephan Gerhold2019-11-071-2/+0
* regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold2019-11-072-18/+0
* regulator: fan53555: add chip id for Silergy SYR83XVasily Khoruzhick2019-11-061-0/+2
* regulator: fixed: add off-on-delayPeng Fan2019-10-292-0/+3
* dt-bindings: regulator: fixed: add off-on-delay-us propertyPeng Fan2019-10-291-0/+4
* regulator: core: Allow generic coupling only for always-on regulatorsDmitry Osipenko2019-10-281-0/+6
* regulator: uniphier: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-091-3/+1
* regulator: stm32-vrefbuf: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-091-3/+1
* regulator: da9062: Simplify da9062_buck_set_mode for BUCK_MODE_MANUAL caseAxel Lin2019-10-081-6/+3
* Merge branch 'regulator-5.4' into regulator-5.5Mark Brown2019-10-088-104/+98
|\
| * regulator: qcom-rpmh: Fix PMIC5 BoB min voltageKiran Gunda2019-10-041-2/+2
| * regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() c...Yizhuo2019-10-011-1/+7
| * regulator: lochnagar: Add on_off_delay for VDDCORECharles Keepax2019-10-011-0/+1
| * regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdoneAxel Lin2019-10-011-18/+8
| * regulator: da9062: fix suspend_enable/disable preparationMarco Felsch2019-09-231-71/+47
| * dt-bindings: fixed-regulator: fix compatible enumPhilippe Schenker2019-09-231-2/+2
| * regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OFAxel Lin2019-09-231-3/+2
| * regulator: core: make regulator_register() EPROBE_DEFER awareMarco Felsch2019-09-172-5/+27
| * regulator: of: fix suspend-min/max-voltage parsingMarco Felsch2019-09-171-4/+4
* | regulator: rk808: Remove rk817_set_suspend_voltage functionAxel Lin2019-10-081-16/+1
* | regulator: rk808: Fix warning message in rk817_set_ramp_delayAxel Lin2019-10-081-1/+1
* | regulator: rk808: Constify rk817 regulator_opsAxel Lin2019-10-081-5/+5
* | regulator: max77686: switch to using fwnode_gpiod_get_indexDmitry Torokhov2019-10-071-2/+3
* | regulator: tps65132: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2019-10-071-7/+10
* | regulator: da9211: switch to using devm_fwnode_gpiod_getDmitry Torokhov2019-10-071-6/+6
* | regulator: s2mps11: switch to using devm_fwnode_gpiod_getDmitry Torokhov2019-10-071-4/+3
* | regulator: tps65090: switch to using devm_fwnode_gpiod_getDmitry Torokhov2019-10-071-11/+15
* | regulator: slg51000: switch to using fwnode_gpiod_get_indexDmitry Torokhov2019-10-071-8/+5
* | regulator: s5m8767: switch to using devm_fwnode_gpiod_getDmitry Torokhov2019-10-071-4/+3
* | Merge branch 'ib-fwnode-gpiod-get-index' of git://git.kernel.org/pub/scm/linu...Mark Brown2019-10-073-34/+101
|\ \
| * | gpiolib: introduce fwnode_gpiod_get_index()Dmitry Torokhov2019-10-033-15/+62
| * | gpiolib: introduce devm_fwnode_gpiod_get_index()Dmitry Torokhov2019-10-032-20/+40
* | | regulator: pbias: Get rid of struct pbias_regulator_dataAxel Lin2019-10-071-43/+26
* | | regulator: da9062: Simplify the code iterating all regulatorsAxel Lin2019-10-071-4/+1
* | | regulator: qcom-rpmh: add PM6150/PM6150L regulator supportKiran Gunda2019-10-041-1/+61
* | | regulator: dt-bindings: Add PM6150x compatiblesKiran Gunda2019-10-041-0/+4
* | | regulator: max8907: Fix the usage of uninitialized variable in max8907_regula...Yizhuo2019-10-041-3/+12
* | | regulator: Document "regulator-boot-on" binding more thoroughlyDouglas Anderson2019-10-021-1/+6
* | | regulator: bd718x7: Add MODULE_ALIAS()Guido Günther2019-10-011-0/+1
* | | regulator: pcap-regulator: remove unused variable 'SW3_table'YueHaibing2019-10-011-4/+0
* | | regulator: da9063: Simplify da9063_buck_set_mode for BUCK_MODE_MANUAL caseAxel Lin2019-10-011-6/+3
* | | regulator: pbias: Use of_device_get_match_dataAxel Lin2019-10-011-4/+2