summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
...
| * | | regulator: qcom-rpmh-regulator: correct hfsmps515 definitionDmitry Baryshkov2021-01-041-1/+1
| |/ /
* | | regulator: qcom-rpmh: add QCOM_COMMAND_DB dependencyArnd Bergmann2021-01-041-0/+1
* | | Merge tag 'v5.11-rc1' into regulator-5.11Mark Brown2020-12-285-24/+43
|\| | | |/ |/|
| * Merge remote-tracking branch 'regulator/for-5.11' into regulator-nextMark Brown2020-12-1118-74/+2771
| |\
| * | regulator: axp20x: Fix DLDO2 voltage control register mask for AXP22xDingHua Ma2020-12-041-1/+1
| * | regulator: Kconfig: Fix REGULATOR_QCOM_RPMH dependencies to avoid build errorJohn Stultz2020-11-241-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: bd718x7: Add enable timesGuido Günther2020-12-211-0/+57
* | | regulator: pf8x00: Use specific compatible strings for devicesMark Brown2020-12-161-2/+6
| |/ |/|
* | regulator: mc13892-regulator: convert comma to semicolonZheng Yongjun2020-12-111-2/+2
* | regulator: pfuze100: Convert the driver to DT-onlyFabio Estevam2020-12-112-34/+2
* | regulator: max14577: Add proper module aliases stringsMarek Szyprowski2020-12-101-0/+2
* | Merge series "regulator: da9121: bug fixes" from Adam Ward <Adam.Ward.opensou...Mark Brown2020-12-081-3/+2
|\ \
| * | regulator: da9121: Fix index used for DT propertyAdam Ward2020-12-071-1/+1
| * | regulator: da9121: Remove uninitialised string variableAdam Ward2020-12-071-2/+1
* | | regulator: da9121: Potential Oops in da9121_assign_chip_model()Dan Carpenter2020-12-081-0/+1
|/ /
* | regulator: qcom-rpmh: Add support for PM8350/PM8350cVinod Koul2020-12-041-0/+62
* | regulator: da9121: include linux/gpio/consumer.hArnd Bergmann2020-12-041-0/+1
* | regulator: da9121: Mark some symbols with static keywordZou Wei2020-12-031-5/+5
* | regulator: da9121: Request IRQ directly and free in release function to avoid...Adam Ward2020-12-021-3/+6
* | regulator: da9121: add interrupt supportAdam Ward2020-12-011-0/+286
* | regulator: da9121: add mode supportAdam Ward2020-12-011-0/+74
* | regulator: da9121: add current supportAdam Ward2020-12-011-0/+113
* | regulator: da9121: Update registration to support multiple buck variantsAdam Ward2020-12-011-13/+31
* | regulator: da9121: Add support for device variants via devicetreeAdam Ward2020-12-011-0/+119
* | regulator: da9121: Add device variant descriptorsAdam Ward2020-12-011-0/+110
* | regulator: da9121: Add device variant regmapsAdam Ward2020-12-012-21/+237
* | regulator: da9121: Add device variantsAdam Ward2020-12-011-3/+43
* | regulator: da9121: Add header fileAdam Ward2020-12-012-10/+296
* | regulator: Add NXP PF8X00 regulator driverJagan Teki2020-11-303-0/+505
* | regulator: qcom-rpmh: Add support for SDX55Vinod Koul2020-11-261-0/+31
* | regulator: core: return zero for selectors lower than linear_min_selClaudiu Beznea2020-11-262-6/+9
* | regulator: add SCMI driverCristian Marussi2020-11-233-0/+427
* | Merge series "Add support for SCMIv3.0 Voltage Domain Protocol and SCMI-Regul...Mark Brown2020-11-231-2/+6
|\ \
| * | regulator: core: add of_match_full_name boolean flagCristian Marussi2020-11-231-2/+6
* | | regulator: as3722: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-1/+2
|/ /
* | regulator: core: do not continue if selector matchClaudiu Beznea2020-11-131-0/+3
* | Merge series "regulator: mcp16502: add support for ramp delay" from Claudiu B...Mark Brown2020-11-133-23/+124
|\ \
| * | regulator: core: validate selector against linear_min_selClaudiu Beznea2020-11-132-3/+9
| * | regulator: mcp16502: remove void documentation of struct mcp16502Claudiu Beznea2020-11-131-2/+0
| * | regulator: mcp16502: add support for ramp delayClaudiu Beznea2020-11-131-2/+87
| * | regulator: mcp16502: adapt for get/set on other registersClaudiu Beznea2020-11-131-16/+27
| * | regulator: mcp16502: add linear_min_selClaudiu Beznea2020-11-131-0/+1
* | | regulator: debug early supply resolvingMichał Mirosław2020-11-131-0/+2
|/ /
* | Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2020-11-111-2/+5
|\|
| * regulator: core: don't disable regulator if is_enabled return error.Pi-Hsun Shih2020-11-101-2/+3