summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'regulator-5.5' into regulator-nextMark Brown2019-11-2227-185/+353
|\
| * regulator: da9062: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin2019-11-221-1/+1
| * regulator: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-4/+4
| * regulator: tps6105x: add optional devicetree supportSven Van Asbroeck2019-11-201-0/+2
| * regulator: vexpress: Use PTR_ERR_OR_ZERO() to simplify codezhengbin2019-11-181-4/+1
| * regulator: da9062: add of_map_mode support for bucksChristoph Fritz2019-11-151-0/+21
| * regulator: da9062: refactor buck modes into headerChristoph Fritz2019-11-151-18/+10
| * 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 AB8505 USB regulatorStephan Gerhold2019-11-071-17/+0
| * regulator: fan53555: add chip id for Silergy SYR83XVasily Khoruzhick2019-11-061-0/+2
| * regulator: fixed: add off-on-delayPeng Fan2019-10-291-0/+2
| * 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: 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
| * | 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: max8907: Fix the usage of uninitialized variable in max8907_regula...Yizhuo2019-10-041-3/+12
| * | 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
| * | regulator: qcom_spmi: Add support for PM8004 regulatorsAngelo G. Del Regno2019-10-011-0/+7
| * | regulator: qcom_smd: Add PM8950 regulatorsAngelo G. Del Regno2019-10-011-0/+92
| * | regulator: qcom_spmi: Add PM8950 SPMI regulatorAngelo G. Del Regno2019-10-011-0/+34
* | | Merge branch 'regulator-5.4' into regulator-linusMark Brown2019-11-224-3/+10
|\ \ \
| * | | regulator: rn5t618: fix rc5t619 ldo10 enableAndreas Kemnade2019-11-191-1/+1
| * | | regulator: core: Don't try to remove device links if add failedSaravana Kannan2019-11-152-2/+7
| * | | regulator: core: Release coupled_rdevs on regulator_init_coupling() errorDmitry Osipenko2019-10-281-0/+1
| * | | regulator: bd70528: Add MODULE_ALIAS to allow module auto loadingMatti Vaittinen2019-10-231-0/+1
| | |/ | |/|
* | | Merge tag 'regulator-fix-v5.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-10-238-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
| * regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OFAxel Lin2019-09-231-3/+2