summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-20regulator: max597x: Fix error return code in max597x_get_statusAxel Lin1-1/+1
2023-02-16regulator: max597x: Align for simple_mfd_i2c driverNaresh Solanki1-14/+32
2023-02-13regulator: max20411: Fix off-by-one for n_voltages settingAxel Lin1-1/+1
2023-02-10regulator: max597x: Remove unused variableNaresh Solanki1-6/+0
2023-02-03regulator: tps65219: use generic set_bypass()Jerome Neanne1-19/+1
2023-01-28regulator: s5m8767: Bounds check id indexing into arraysKees Cook1-1/+5
2023-01-28regulator: max77802: Bounds check regulator id against opmodeKees Cook1-10/+24
2023-01-27regulator: max20411: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-01-27regulator: scmi: Allow for zero voltage domainsCristian Marussi1-10/+6