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