summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: userspace-consumer: add module device tableJohn Keeping2024-03-261-0/+1
* regulator: max5970: Fix regulator child node nameNaresh Solanki2024-03-261-4/+4
* regulator (max5970): Fix IRQ handlerPatrick Rudolph2024-03-011-1/+1
* regulator: pwm-regulator: Add validity checks in continuous .get_voltageMartin Blumenstingl2024-03-011-0/+3
* regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared...Romain Naour2024-02-051-3/+19
* regulator: core: Only increment use_count when enable_count changesRui Zhang2024-02-051-26/+30
* regulator: Merge up pending fixMark Brown2023-10-303-11/+19
|\
| * regulator: qcom-rpmh: Fix smps4 regulator for pm8550veAbel Vesa2023-10-251-1/+1
| * regulator/core: Revert "fix kobject release warning and memory leak in regula...Michał Mirosław2023-09-261-5/+1
| * regulator/core: regulator_register: set device->class earlierMichał Mirosław2023-09-261-2/+2
| * regulator: mt6358: split ops for buck and linear range LDO regulatorsChen-Yu Tsai2023-09-201-3/+15
* | regulator (max5970): Remove duplicate lineNaresh Solanki2023-10-271-1/+0
* | regulator (max5970): Add hwmon supportNaresh Solanki2023-10-271-1/+143
* | regulator: qcom-rpmh: Add regulators support for PMC8380Rajendra Nayak2023-10-251-0/+19
* | regulator: fixed: add support for under-voltage IRQOleksij Rempel2023-10-251-0/+50
* | regulator: max77503: Add ADI MAX77503 supportGokhan Celik2023-10-233-0/+148
* | regulator: Use device_get_match_data()Rob Herring2023-10-177-42/+22
* | regulator: da9121: Use i2c_get_match_data()Rob Herring2023-10-171-13/+2
* | regulator: Drop unnecessary of_match_device() callsRob Herring2023-10-173-30/+2
* | regulator: da9063: Annotate struct da9063_regulators with __counted_byKees Cook2023-10-101-1/+1
* | regulator: da9062: Annotate struct da9062_regulators with __counted_byKees Cook2023-10-091-1/+1
* | regulator: mt6358: Add supply names for MT6366 regulatorsChen-Yu Tsai2023-10-021-40/+37
* | regulator: mt6358: Add missing regulators for MT6366Chen-Yu Tsai2023-10-021-0/+20
* | regulator: mt6358: Make MT6366 vcn18 LDO configurableChen-Yu Tsai2023-10-021-1/+23
* | regulator: mt6358: fix and drop type prefix in MT6366 regulator node namesChen-Yu Tsai2023-10-021-35/+35
* | regulator: mt6358: Add supply names for MT6358 regulatorsChen-Yu Tsai2023-10-021-55/+51
* | regulator: mt6358: Use mt6397-regulator.h binding header for buck mode macrosChen-Yu Tsai2023-10-021-7/+6
* | regulator: qcom_spmi: Add PMA8084 regulatorsStephan Gerhold2023-09-261-0/+49
* | regulator: qcom_spmi: Add PM8019 regulatorsStephan Gerhold2023-09-261-0/+23
* | regulator: qcom_spmi: Add PM8909 regulatorsStephan Gerhold2023-09-261-0/+24
* | regulator: mt6358: Remove bogus regulators andMark Brown2023-09-262-167/+139
|\ \
| * | regulator: mt6358: Add output voltage fine tuning to variable LDOsChen-Yu Tsai2023-09-251-160/+115
| * | regulator: mt6358: Add output voltage fine tuning to fixed regulatorsChen-Yu Tsai2023-09-251-2/+13
| * | regulator: mt6358: Fail probe on unknown chip IDChen-Yu Tsai2023-09-251-4/+10
| |/
| * regulator: Fix voltage range selectionVincent Whitchurch2023-09-111-1/+1
* | regulator: mc13xxx: Annotate struct mc13xxx_regulator_priv with __counted_byKees Cook2023-09-221-1/+1
* | regulator: rk808: Drop useless headersLinus Walleij2023-09-121-2/+0
* | Match data improvements for pv880x0 regulatorMark Brown2023-09-121-41/+17
|\ \
| * | regulator: pv880x0: Simplify probe()Biju Das2023-09-111-37/+14
| * | regulator: pv880x0: Drop ifdefferyBiju Das2023-09-111-5/+4
| |/
* | regulator: mp5416: Make similar OF and ID tableBiju Das2023-09-111-5/+5
* | regulator: max20086: Make similar OF and ID tableBiju Das2023-09-111-34/+31
* | regulator: mp886x: Make similar OF and ID tableBiju Das2023-09-111-10/+4
* | regulator: ltc3589: Convert enum->pointer for data in the match tablesBiju Das2023-09-111-35/+26
* | regulator: sy8824x: Make similar OF and ID tableBiju Das2023-09-111-19/+7
* | regulator: fan53555: Simplify probe()Biju Das2023-09-111-7/+2
|/
* Merge tag 'regulator-fix-v6.6-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds2023-09-072-17/+16
|\
| * regulator: tps6594-regulator: Fix random kernel crashJerome Neanne2023-09-051-16/+15
| * regulator: tps6287x: Fix n_voltagesVincent Whitchurch2023-08-291-1/+1
* | Merge tag 'regulator-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2023-08-2969-170/+1869
|\|