summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\
| * regulator: stm32-pwr: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* | Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-1/+1
|\ \
| * \ Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki2023-04-141-1/+1
| |\ \
| | * | thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano2023-03-031-1/+1
| | |/
* | | Merge tag 'regulator-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2023-04-25182-137/+1158
|\ \ \
| * | | regulator: core: Make regulator_lock_two() logic easier to followDouglas Anderson2023-04-181-19/+12
| * | | regulator: da9063: disable unused voltage monitorsMark Brown2023-04-121-28/+119
| |\ \ \
| | * | | regulator: da9063: implement setter for voltage monitoringBenjamin Bara2023-04-121-28/+90
| | * | | regulator: da9063: add voltage monitoring registersBenjamin Bara2023-04-121-0/+29
| * | | | regulator: stm32-pwr: fix of_iomap leakYAN SHI2023-04-121-4/+3
| |/ / /
| * | | Add support for Rockchip RK860X regulatorsMark Brown2023-04-112-48/+157
| |\ \ \
| | * | | regulator: fan53555: Add support for RK860XCristian Ciocaltea2023-04-111-3/+118
| | * | | regulator: fan53555: Use dev_err_probeCristian Ciocaltea2023-04-111-26/+21
| | * | | regulator: fan53555: Improve vsel_mask computationCristian Ciocaltea2023-04-111-2/+2
| | * | | regulator: fan53555: Make use of the bit macrosCristian Ciocaltea2023-04-111-9/+9
| | * | | regulator: fan53555: Remove unused *_SLEW_SHIFT definitionsCristian Ciocaltea2023-04-111-2/+0
| * | | | regulator: qcom_smd: Add MP5496 S1 regulatorDevi Priya2023-04-111-2/+3
| * | | | regulator: qcom-rpmh: add support for pmm8654au regulatorsBartosz Golaszewski2023-04-061-0/+55
| * | | | regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson2023-04-061-8/+83
| * | | | regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson2023-04-061-0/+2
| * | | | regulator: Add Richtek RT4803 boost regulatorChiYuan Huang2023-03-293-0/+227
| * | | | regulator: qcom-rpmh: Revert "regulator: qcom-rpmh: Use PROBE_FORCE_SYNCHRONOUS"Douglas Anderson2023-03-241-1/+1
| * | | | regulator: qcom-rpmh: Use PROBE_FORCE_SYNCHRONOUSMarek Szyprowski2023-03-231-1/+1
| * | | | regulator: arizona-micsupp: Use PROBE_FORCE_SYNCHRONOUSCharles Keepax2023-03-231-2/+2
| * | | | regulator: arizona-ldo1: Use PROBE_FORCE_SYNCHRONOUSCharles Keepax2023-03-231-2/+2
| * | | | regulator: wm8994: Use PROBE_FORCE_SYNCHRONOUSMarek Szyprowski2023-03-231-1/+1
| * | | | regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that are newer than 6.1Douglas Anderson2023-03-204-0/+4
| * | | | regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.15 and 6.1Douglas Anderson2023-03-2012-0/+12
| * | | | regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.10 and 5.15Douglas Anderson2023-03-2015-0/+15
| * | | | regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.4 and 5.10Douglas Anderson2023-03-2018-1/+19
| * | | | 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
| | |_|/ | |/| |
* | | | regulator: sm5703: Fix missing n_voltages for fixed regulatorsAxel Lin2023-04-111-0/+2
| |/ / |/| |
* | | regulator: fan53555: Fix wrong TCS_SLEW_MASKCristian Ciocaltea2023-04-061-1/+1
* | | regulator: fan53555: Explicitly include bits headerCristian Ciocaltea2023-04-061-5/+6
| |/ |/|
* | regulator: Handle deferred clkChristophe JAILLET2023-03-271-1/+1
|/
* 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