summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-04-26Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-26Merge tag 'regulator-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds182-137/+1158
2023-04-18regulator: core: Make regulator_lock_two() logic easier to followDouglas Anderson1-19/+12
2023-04-14Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki1-1/+1
2023-04-13regulator: stm32-pwr: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-12regulator: da9063: disable unused voltage monitorsMark Brown1-28/+119
2023-04-12regulator: stm32-pwr: fix of_iomap leakYAN SHI1-4/+3
2023-04-12regulator: da9063: implement setter for voltage monitoringBenjamin Bara1-28/+90
2023-04-12regulator: da9063: add voltage monitoring registersBenjamin Bara1-0/+29
2023-04-11Add support for Rockchip RK860X regulatorsMark Brown2-48/+157
2023-04-11regulator: fan53555: Add support for RK860XCristian Ciocaltea1-3/+118
2023-04-11regulator: fan53555: Use dev_err_probeCristian Ciocaltea1-26/+21
2023-04-11regulator: fan53555: Improve vsel_mask computationCristian Ciocaltea1-2/+2
2023-04-11regulator: fan53555: Make use of the bit macrosCristian Ciocaltea1-9/+9
2023-04-11regulator: fan53555: Remove unused *_SLEW_SHIFT definitionsCristian Ciocaltea1-2/+0
2023-04-11regulator: sm5703: Fix missing n_voltages for fixed regulatorsAxel Lin1-0/+2
2023-04-11regulator: qcom_smd: Add MP5496 S1 regulatorDevi Priya1-2/+3
2023-04-06regulator: fan53555: Fix wrong TCS_SLEW_MASKCristian Ciocaltea1-1/+1
2023-04-06regulator: fan53555: Explicitly include bits headerCristian Ciocaltea1-5/+6
2023-04-06regulator: qcom-rpmh: add support for pmm8654au regulatorsBartosz Golaszewski1-0/+55
2023-04-06regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson1-8/+83
2023-04-06regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson1-0/+2
2023-03-29regulator: Add Richtek RT4803 boost regulatorChiYuan Huang3-0/+227
2023-03-27regulator: Handle deferred clkChristophe JAILLET1-1/+1
2023-03-24regulator: qcom-rpmh: Revert "regulator: qcom-rpmh: Use PROBE_FORCE_SYNCHRONOUS"Douglas Anderson1-1/+1
2023-03-24regulator: qcom-rpmh: Use PROBE_FORCE_SYNCHRONOUSMarek Szyprowski1-1/+1
2023-03-23regulator: arizona-micsupp: Use PROBE_FORCE_SYNCHRONOUSCharles Keepax1-2/+2
2023-03-23regulator: arizona-ldo1: Use PROBE_FORCE_SYNCHRONOUSCharles Keepax1-2/+2
2023-03-23regulator: wm8994: Use PROBE_FORCE_SYNCHRONOUSMarek Szyprowski1-1/+1
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that are newer than 6.1Douglas Anderson4-0/+4
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.15 and 6.1Douglas Anderson12-0/+12
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.10 and 5.15Douglas Anderson15-0/+15
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.4 and 5.10Douglas Anderson18-1/+19
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.19 and 5.4Douglas Anderson11-0/+11
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.14 and 4.19Douglas Anderson6-0/+6
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson114-1/+121
2023-03-14regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since ...Douglas Anderson1-4/+3
2023-03-13regulator: mt6397-regulator: Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-13regulator: mp8859: Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-13regulator: max20086: Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-13regulator: lp872x: Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-11regulator: Use of_property_read_bool() for boolean propertiesRob Herring7-36/+17
2023-03-11regulator: Use of_property_present() for testing DT property presenceRob Herring4-7/+7
2023-03-07regulator: rt5739: Spelling s/Rcihtek/Richtek/Geert Uytterhoeven1-1/+1
2023-03-06regulator: Add support for Richtek RT5739 voltage regulatorChiYuan Huang3-0/+304
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano1-1/+1
2023-03-02Merge tag 'regulator-fix-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+4
2023-02-23regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke1-3/+3
2023-02-22Merge tag 'regulator-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds11-66/+247