summaryrefslogtreecommitdiff
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.19 and 5.4Douglas Anderson2023-03-2011-0/+11
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.14 and 4.19Douglas Anderson2023-03-206-0/+6
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson2023-03-20114-1/+121
* regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since ...Douglas Anderson2023-03-141-4/+3
* regulator: mt6397-regulator: Mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-131-1/+1
* regulator: mp8859: Mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-131-1/+1
* regulator: max20086: Mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-131-1/+1
* regulator: lp872x: Mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-131-1/+1
* regulator: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-117-36/+17
* regulator: Use of_property_present() for testing DT property presenceRob Herring2023-03-114-7/+7
* regulator: rt5739: Spelling s/Rcihtek/Richtek/Geert Uytterhoeven2023-03-071-1/+1
* regulator: Add support for Richtek RT5739 voltage regulatorChiYuan Huang2023-03-053-0/+304
* Merge tag 'regulator-fix-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-03-022-4/+4
|\
| * regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke2023-02-231-3/+3
| * regulator: max597x: Fix error return code in max597x_get_statusAxel Lin2023-02-201-1/+1
* | Merge tag 'regulator-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2023-02-2211-66/+247
|\ \ | |/
| * regulator: max597x: Align for simple_mfd_i2c driverNaresh Solanki2023-02-161-14/+32
| * regulator: max20411: Fix off-by-one for n_voltages settingAxel Lin2023-02-131-1/+1
| * regulator: max597x: Remove unused variableNaresh Solanki2023-02-101-6/+0
| * regulator: tps65219: use generic set_bypass()Jerome Neanne2023-02-031-19/+1
| * regulator: s5m8767: Bounds check id indexing into arraysKees Cook2023-01-281-1/+5
| * regulator: max77802: Bounds check regulator id against opmodeKees Cook2023-01-281-10/+24
| * regulator: max20411: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-271-3/+2
| * regulator: scmi: Allow for zero voltage domainsCristian Marussi2023-01-261-10/+6
| * regulator: max20411: Directly include bitfield.hMark Brown2023-01-261-0/+1
| * regulator: Introduce Maxim MAX20411 Step-Down converterBjorn Andersson2023-01-253-0/+172
| * regulator: tps65219: use IS_ERR() to detect an error pointerRandy Dunlap2023-01-181-1/+1
| * regulator: mcp16502: add enum MCP16502_REG_HPM descriptionRandy Dunlap2023-01-181-0/+1
| * regulator: fixed-helper: use the correct function name in commentRandy Dunlap2023-01-131-1/+1
| * regulator: act8945a: fix non-kernel-doc commentsRandy Dunlap2023-01-131-3/+3
| * regulator: tps65219: Report regulator name if devm_regulator_register failsWadim Egorov2022-12-251-1/+1
* | regulator: qcom-rpmh: PM8550 ldo11 regulator is an nldoNeil Armstrong2023-01-031-1/+1
* | regulator: Merge up forgotten fixMark Brown2022-12-271-5/+6
|\ \ | |/ |/|
| * regulator: da9211: Use irq handler when readyRicardo Ribalda2022-11-281-5/+6
* | Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-231-2/+2
|\ \
| * | regulator: core: fix deadlock on regulator enableJohan Hovold2022-12-151-1/+1
| * | regulator: core: Fix resolve supply lookup issueChiYuan Huang2022-12-141-1/+1
* | | Merge tag 'regulator-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-12-1346-241/+1478
|\ \ \ | |/ / | | / | |/ |/|
| * regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang2022-12-084-7/+7
| * regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_pr...Yuan Can2022-12-071-0/+1
| * Add MediaTek MT6357 PMIC supportMark Brown2022-12-023-0/+463
| |\
| | * regulator: add mt6357 regulatorFabien Parent2022-12-023-0/+463
| * | regulator: core: fix resource leak in regulator_register()Yang Yingliang2022-12-021-0/+1
| |/
| * regulator: core: fix module refcount leak in set_supply()Yang Yingliang2022-12-011-0/+1
| * regulator: core: fix use_count leakage when handling boot-onRui Zhang2022-12-011-1/+7
| * regulator: rk808: Use dev_err_probeSebastian Reichel2022-11-281-5/+3
| * regulator: rk808: reduce 'struct rk808' usageSebastian Reichel2022-11-281-8/+12
| * regulator: Drop obsolete dependencies on COMPILE_TESTJean Delvare2022-11-246-21/+17
| * regulator: pv88080-regulator: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+3
| * regulator: pfuze100-regulator: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-241-3/+3