summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | regulator: pca9450: Constify static regulator_opsRikard Falkeborn2020-09-141-3/+3
| * | regulator: stw481x-vmmc: Constify static structsRikard Falkeborn2020-09-141-2/+2
| * | regulator: fixed: Constify static regulator_opsRikard Falkeborn2020-09-141-2/+2
| * | regulator: dummy: Constify dummy_initdata and dummy_opsRikard Falkeborn2020-09-141-2/+2
| * | regulator: bd718x7: Make some variable staticYueHaibing2020-09-101-4/+4
| * | Merge series "regulator: unexport regulator_lock/unlock()" from Michał Miros...Mark Brown2020-09-0718-82/+11
| |\ \
| | * | regulator: remove locking around regulator_notifier_call_chain()Michał Mirosław2020-09-0717-78/+10
| | * | regulator: don't require mutex for regulator_notifier_call_chain()Michał Mirosław2020-09-071-4/+1
| * | | regulator: lochnagar: Add additional VDDCORE rangeCharles Keepax2020-09-071-0/+1
| |/ /
| * | regulator: bd718x7 fix regulator states at SUSPENDMatti Vaittinen2020-09-041-149/+268
| * | regulator: bd718x7 initialize regulator config only onceMatti Vaittinen2020-09-041-2/+3
| * | regulator: tps65910: Constify static regulator_opsRikard Falkeborn2020-09-011-5/+5
| * | regulator: tps65912: Constify static regulator_opsRikard Falkeborn2020-09-011-2/+2
| * | regulator: tps6586x: Constify static regulator_opsRikard Falkeborn2020-09-011-4/+4
| * | regulator: tps65090: constify static regulator_opsRikard Falkeborn2020-09-011-4/+4
| * | regulator: tps65086: Constify static regulator_opsRikard Falkeborn2020-09-011-2/+2
| * | regulator: tps62360: Constify tps62360_dcdc_opsRikard Falkeborn2020-09-011-1/+1
| * | regulator: tps6105x: Constify tps6105x_regulator_opsRikard Falkeborn2020-09-011-1/+1
| * | regulator: tps51632: Constify tps51632_dcdc_opsRikard Falkeborn2020-09-011-1/+1
| * | regulator: mt6360: fix spelling mistake: "regulaotr" -> "regulator"Piyush Goyal2020-08-271-2/+2
| * | regulator: mt6360: Add support for MT6360 regulatorGene Chen2020-08-263-0/+469
| * | regulator: rt4801: Fix W=1 build warning when CONFIG_OF=nChiYuan Huang2020-08-241-1/+1
| * | regulator: mp886x: use "mps,switch-frequency-hz"Jisheng Zhang2020-08-241-1/+1
| * | Merge series "regulator: Fix W=1 build warning when CONFIG_OF=n" from Jisheng...Mark Brown2020-08-2115-22/+22
| |\ \