aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2020-11-26regulator: core: return zero for selectors lower than linear_min_selClaudiu Beznea2-6/+9
2020-11-24regulator: Kconfig: Fix REGULATOR_QCOM_RPMH dependencies to avoid build errorJohn Stultz1-1/+1
2020-11-23regulator: add SCMI driverCristian Marussi3-0/+427
2020-11-23Merge series "Add support for SCMIv3.0 Voltage Domain Protocol and SCMI-Regul...Mark Brown1-2/+6
2020-11-23regulator: as3722: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+2
2020-11-23regulator: core: add of_match_full_name boolean flagCristian Marussi1-2/+6
2020-11-18regulator: ti-abb: Fix array out of bound read access on the first transitionNishanth Menon1-1/+11
2020-11-13regulator: core: do not continue if selector matchClaudiu Beznea1-0/+3
2020-11-13Merge series "regulator: mcp16502: add support for ramp delay" from Claudiu B...Mark Brown3-23/+124
2020-11-13regulator: core: validate selector against linear_min_selClaudiu Beznea2-3/+9
2020-11-13regulator: mcp16502: remove void documentation of struct mcp16502Claudiu Beznea1-2/+0
2020-11-13regulator: mcp16502: add support for ramp delayClaudiu Beznea1-2/+87
2020-11-13regulator: mcp16502: adapt for get/set on other registersClaudiu Beznea1-16/+27
2020-11-13regulator: mcp16502: add linear_min_selClaudiu Beznea1-0/+1
2020-11-13regulator: debug early supply resolvingMichał Mirosław1-0/+2
2020-11-13regulator: workaround self-referent regulatorsMichał Mirosław1-1/+4
2020-11-13regulator: avoid resolve_supply() infinite recursionMichał Mirosław1-0/+6
2020-11-13regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław1-16/+13
2020-11-11Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-2/+5
2020-11-11regulator: pfuze100: limit pfuze-support-disable-sw to pfuze{100,200}Sean Nyekjaer1-5/+8
2020-11-10Merge series "regulator: bd718x7: support voltage scaling" from Matti Vaittin...Mark Brown1-7/+157
2020-11-10regulator: bd718x7: Support external connection to scale voltagesMatti Vaittinen1-7/+157
2020-11-10regulator: core: don't disable regulator if is_enabled return error.Pi-Hsun Shih1-2/+3
2020-11-03regulator: Add support for DA9121 regulatorVincent Whitchurch3-0/+121
2020-11-03regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław1-0/+2
2020-10-28regulator: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-26Merge series " [PATCH v2 0/5]" from Dmitry Baryshkov <dmitry.baryshkov@linaro...Mark Brown1-6/+57
2020-10-26regulator: lp872x: make a const array static, makes object smallerColin Ian King1-1/+1
2020-10-26regulator: fixed: support using power domain for enable/disableDmitry Baryshkov1-6/+57
2020-10-05Merge remote-tracking branch 'regulator/for-5.10' into regulator-nextMark Brown59-585/+2692
2020-10-05regulator: bd9576: Fix printMatti Vaittinen1-1/+1
2020-10-05regulator: qcom_smd: add pm8953 regulatorsVladimir Lypak1-0/+54
2020-10-05regulator: Make constraint debug processing conditional on DEBUGGeert Uytterhoeven1-1/+12
2020-10-01Merge series "Support for PM660/PM660L SPMI and SMD regulators" from kholk11@...Mark Brown3-2/+222
2020-10-01regulator: qcom: labibb: Constify static structsRikard Falkeborn1-4/+4
2020-10-01regulator: qcom_smd: Add PM660/PM660L regulator supportAngeloGioacchino Del Regno1-0/+113
2020-10-01regulator: qcom_spmi: Add PM660/PM660L regulatorsAngeloGioacchino Del Regno1-0/+51
2020-10-01regulator: qcom_spmi: Add support for new regulator typesAngeloGioacchino Del Regno1-0/+56
2020-10-01regulator: core: Enlarge max OF property name length to 64 charsAngeloGioacchino Del Regno1-2/+2
2020-10-01regulator: tps65910: use regmap accessorsMichał Mirosław1-62/+63
2020-09-30regulator: rtmv20: Add missing regcache cache only before marked as dirtyChiYuan Huang1-0/+1
2020-09-30regulator: rtmv20: Update DT binding document and property name parsingChiYuan Huang1-16/+20
2020-09-28Merge series "regulator: debugging aids" from Michał Mirosław <mirq-linux@r...Mark Brown1-55/+69
2020-09-28regulator: rtmv20: Adds support for Richtek RTMV20 load switch regulatorChiYuan Huang3-0/+402
2020-09-28regulator: resolve supply after creating regulatorMichał Mirosław1-8/+13
2020-09-28regulator: print symbolic errors in kernel messagesMichał Mirosław1-45/+49
2020-09-28regulator: print state at bootMichał Mirosław1-2/+7
2020-09-25Merge tag 'regulator-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2020-09-23regulator: axp20x: fix LDO2/4 descriptionIcenowy Zheng1-3/+4
2020-09-22regulator: s5m8767: initialize driver via module_platform_driverKrzysztof Kozlowski1-12/+1