summaryrefslogtreecommitdiff
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: bd9576: Fix return from bd957x_probe()Dan Carpenter2021-05-141-7/+4
* regulator: bd9571mwv: Fix AVS and DVFS voltage rangeGeert Uytterhoeven2021-04-141-2/+2
* regulator: qcom-rpmh: Correct the pmic5_hfsmps515 bucksatya priya2021-03-301-2/+2
* regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 voltage settingFrieder Schrempf2021-03-251-0/+8
* regulator: pca9450: Enable system reset on WDOG_B assertionFrieder Schrempf2021-03-251-0/+8
* regulator: pca9450: Add SD_VSEL GPIO for LDO5Frieder Schrempf2021-03-251-0/+14
* regulator: bd718x7, bd71828, Fix dvs voltage levelsMatti Vaittinen2021-03-041-3/+6
* regulator: qcom-rpmh: fix pm8009 ldo7Jonathan Marek2021-03-041-1/+1
* regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede2021-03-041-3/+3
* regulator: s5m8767: Drop regulators OF node referenceKrzysztof Kozlowski2021-03-041-2/+6
* regulator: s5m8767: Fix reference count leakPan Bian2021-03-041-2/+5
* regulator: axp20x: Fix reference cout leakPan Bian2021-03-041-4/+3
* regulator: qcom-rpmh-regulator: add pm8009-1 chip revisionDmitry Baryshkov2021-03-041-0/+26
* regulator: Fix lockdep warning resolving suppliesMark Brown2021-02-131-12/+17
* regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins2021-02-131-11/+28
* regulator: bd718x7: Add enable timesGuido Günther2021-01-191-0/+57
* regulator: qcom-rpmh-regulator: correct hfsmps515 definitionDmitry Baryshkov2021-01-171-1/+1
* regulator: axp20x: Fix DLDO2 voltage control register mask for AXP22xDingHua Ma2020-12-301-1/+1
* regulator: ti-abb: Fix array out of bound read access on the first transitionNishanth Menon2020-11-181-1/+11
* regulator: workaround self-referent regulatorsMichał Mirosław2020-11-131-1/+4
* regulator: avoid resolve_supply() infinite recursionMichał Mirosław2020-11-131-0/+6
* regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław2020-11-131-16/+13
* regulator: pfuze100: limit pfuze-support-disable-sw to pfuze{100,200}Sean Nyekjaer2020-11-111-5/+8
* regulator: core: don't disable regulator if is_enabled return error.Pi-Hsun Shih2020-11-101-2/+3
* regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław2020-11-031-0/+2
* Merge remote-tracking branch 'regulator/for-5.10' into regulator-nextMark Brown2020-10-0559-585/+2692
|\
| * regulator: bd9576: Fix printMatti Vaittinen2020-10-051-1/+1
| * regulator: qcom_smd: add pm8953 regulatorsVladimir Lypak2020-10-051-0/+54
| * regulator: Make constraint debug processing conditional on DEBUGGeert Uytterhoeven2020-10-051-1/+12
| * Merge series "Support for PM660/PM660L SPMI and SMD regulators" from kholk11@...Mark Brown2020-10-013-2/+222
| |\
| | * regulator: qcom_smd: Add PM660/PM660L regulator supportAngeloGioacchino Del Regno2020-10-011-0/+113
| | * regulator: qcom_spmi: Add PM660/PM660L regulatorsAngeloGioacchino Del Regno2020-10-011-0/+51
| | * regulator: qcom_spmi: Add support for new regulator typesAngeloGioacchino Del Regno2020-10-011-0/+56
| | * regulator: core: Enlarge max OF property name length to 64 charsAngeloGioacchino Del Regno2020-10-011-2/+2
| * | regulator: qcom: labibb: Constify static structsRikard Falkeborn2020-10-011-4/+4
| |/
| * regulator: tps65910: use regmap accessorsMichał Mirosław2020-10-011-62/+63
| * regulator: rtmv20: Add missing regcache cache only before marked as dirtyChiYuan Huang2020-09-301-0/+1
| * regulator: rtmv20: Update DT binding document and property name parsingChiYuan Huang2020-09-301-16/+20
| * Merge series "regulator: debugging aids" from Michał Mirosław <mirq-linux@r...Mark Brown2020-09-281-55/+69
| |\
| | * regulator: resolve supply after creating regulatorMichał Mirosław2020-09-281-8/+13
| | * regulator: print symbolic errors in kernel messagesMichał Mirosław2020-09-281-45/+49
| | * regulator: print state at bootMichał Mirosław2020-09-281-2/+7
| * | regulator: rtmv20: Adds support for Richtek RTMV20 load switch regulatorChiYuan Huang2020-09-283-0/+402
| |/
| * regulator: s5m8767: initialize driver via module_platform_driverKrzysztof Kozlowski2020-09-221-12/+1
| * regulator: enable compile testing for Maxim and Samsung PMIC driversKrzysztof Kozlowski2020-09-221-9/+9
| * regulator: fix indentation issueColin Ian King2020-09-221-1/+1
| * regulator: unexport regulator_lock/unlock()Michał Mirosław2020-09-211-4/+2
| * Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittine...Mark Brown2020-09-177-7/+355
| |\
| | * regulator: Support ROHM BD9576MUF and BD9573MUFMatti Vaittinen2020-09-173-0/+348
| * | regulator: ti-abb: Constify ti_abb_reg_opsRikard Falkeborn2020-09-141-1/+1