summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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
* | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-6/+1
|\ \ | |/ |/|
| * drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-6/+1
* | regulator: core: Fix error return for /sys accessH. Nikolaus Schaller2019-09-111-3/+5
* | regulator: da9211: fix obtaining "enable" GPIODmitry Torokhov2019-09-111-1/+1
* | regulator: max77686: fix obtaining "maxim,ena" GPIODmitry Torokhov2019-09-111-1/+1
* | regulator: uniphier: Add Pro5 USB3 VBUS supportKunihiko Hayashi2019-09-101-0/+4
* | regulator: fixed: add possibility to enable by clockPhilippe Schenker2019-09-101-3/+80