summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
8 daysregulator: core: let dt properties override driver init_dataJerome Brunet1-34/+27
2025-01-29Merge tag 'regulator-fix-v6.14-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds2-1/+58
2025-01-22Merge tag 'regulator-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-107/+343
2025-01-22regulator: core: Add missing newline characterAlexander Stein1-1/+1
2025-01-21regulator: TPS6287X: Use min/max uV to get VRANGEJonas Andreasson1-0/+57
2025-01-17regulator: Add support for power budgetKory Maincent2-0/+117
2025-01-09regulator: core: Resolve supply using of_node from regulator_configKory Maincent (Dent Project)1-11/+28
2025-01-06regulator: of: Implement the unwind path of of_regulator_match()Joe Hattori1-1/+13
2024-12-19regulator: rename regulator-uv-survival-time-ms according to DT bindingAhmad Fatoum1-1/+1
2024-12-18regulator: tps65219: Remove debugging helper functionShree Ramamoorthy1-28/+0
2024-12-18regulator: tps65219: Remove MODULE_ALIASShree Ramamoorthy1-1/+0
2024-12-18regulator: tps65219: Update driver nameShree Ramamoorthy1-1/+1
2024-12-18regulator: tps65219: Use dev_err_probe() instead of dev_err()Shree Ramamoorthy1-5/+5
2024-12-09regulator: pca9450: Add PMIC pca9452 supportJoy Zou1-1/+28
2024-12-09regulator: pca9450: Use dev_err_probe() to simplify codeFrank Li1-46/+27
2024-12-09regulator: pca9450: add enable_value for all bucksRobin Gong1-0/+11
2024-12-09regulator: axp20x: AXP717: set ramp_delayPhilippe Simons1-12/+24
2024-12-02regulator: bd96801: Add ERRB IRQMatti Vaittinen1-15/+115
2024-11-28Merge tag 'regulator-fix-v6.13-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds2-48/+38
2024-11-23Merge tag 'mfd-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-1/+12
2024-11-21regulator: core: Ignore unset max_uA constraints in current limit checkKory Maincent (Dent Project)1-1/+2
2024-11-20Merge tag 'regulator-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-149/+185
2024-11-18regulator: qcom-rpmh: Update ranges for FTSMPS525Melody Olvera1-47/+36
2024-11-12regulator: Switch back to struct platform_driver::remove()Uwe Kleine-König8-15/+15
2024-11-01regulator: rk808: Add apply_bit for BUCK3 on RK809Mikhail Rudenko1-0/+2
2024-10-31regulator: axp20x: add support for the AXP323Andre Przywara1-0/+11
2024-10-31mfd: axp20x: Ensure relationship between IDs and model namesAndre Przywara1-1/+1
2024-10-25regulator: rtq2208: Fix uninitialized use of regulator_configChiYuan Huang1-1/+1
2024-10-23regulator: init_data handling updateMark Brown1-30/+40
2024-10-22regulator: rk808: Restrict DVS GPIOs to the RK808 variant onlyDragan Simic1-7/+8
2024-10-22regulator: rk808: Use dev_err_probe() in the probe pathDragan Simic1-5/+4
2024-10-22regulator: rk808: Perform trivial code cleanupsDragan Simic1-10/+7
2024-10-22regulator: core: Use fsleep() to get best sleep mechanismAnna-Maria Behnsen1-43/+4
2024-10-22regulator: core: remove machine init callback from configJerome Brunet1-7/+0
2024-10-22regulator: core: add callback to perform runtime initJerome Brunet1-0/+6
2024-10-22regulator: core: do not silently ignore provided init_dataJerome Brunet1-23/+34
2024-10-10regulator: max5970: Drop unused structsPatrick Rudolph1-17/+4
2024-10-01Add of_regulator_get_optional() and Fix MTK PowerMark Brown4-14/+98
2024-09-30regulator: qcom-smd: make smd_vreg_rpm staticMin-Hua Chen1-1/+1
2024-09-30regulator: Call of_node_put() only once in rzg2l_usb_vbus_regulator_probe()Markus Elfring1-5/+2
2024-09-30regulator: isl6271a: Drop explicit initialization of struct i2c_device_id::dr...Uwe Kleine-König1-2/+2
2024-09-30regulator: Add devres version of of_regulator_get_optional()Chen-Yu Tsai3-8/+51
2024-09-30regulator: Add of_regulator_get_optional() for pure DT regulator lookupChen-Yu Tsai3-8/+49
2024-09-13regulator: sm5703: Remove because it is unused and fails to buildChristophe JAILLET3-178/+0
2024-09-13regulator: Split up _regulator_get()Chen-Yu Tsai2-11/+47
2024-09-13regulator: update some comments ([gs]et_voltage_vsel vs [gs]et_voltage_sel)André Draszik2-5/+5
2024-09-13regulator: max8973: Use irq_get_trigger_type() helperJinjie Ruan1-5/+2
2024-09-11regulator: core: fix the broken behavior of regulator_dev_lookup()Wei Fang1-0/+3
2024-09-11regulator: Few constifications of static dataMark Brown14-105/+95
2024-09-10regulator: max77650: Use container_of and constify static dataKrzysztof Kozlowski1-17/+14