summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)Author
2025-03-03regulator: pca9450: Handle hardware with fixed SD_VSEL for LDO5Frieder Schrempf
2025-02-28Convert regulator drivers to useMark Brown
2025-02-28regulator: cros-ec: use devm_kmemdup_array()Raag Jadav
2025-02-28regulator: devres: use devm_kmemdup_array()Raag Jadav
2025-02-25Fix RK3588 power domain problemsMark Brown
2025-02-24regulator: Add (devm_)of_regulator_get()Sebastian Reichel
2025-02-19regulator: pca9450: Remove duplicate code in probeFrieder Schrempf
2025-02-11regulator: core: let dt properties override driver init_dataJerome Brunet
2025-02-06regulator: ad5398: Fix incorrect power down bit maskDheeraj Reddy Jonnalagadda
2025-02-03regulator: Add device tree support to AD5398Mark Brown
2025-02-03regulator: pca9450: Fix enable register for LDO5Frieder Schrempf
2025-02-03regulator: pca9450: Fix control register for LDO5Frieder Schrempf
2025-02-03Revert "regulator: pca9450: Add SD_VSEL GPIO for LDO5"Frieder Schrempf
2025-02-03regulator: ad5398: Add device tree supportIsaac Scott
2025-02-03regulator: ad5398: change enable bit name to improve readibilityIsaac Scott
2025-01-29Merge tag 'regulator-fix-v6.14-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-22Merge tag 'regulator-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-22regulator: core: Add missing newline characterAlexander Stein
2025-01-21regulator: TPS6287X: Use min/max uV to get VRANGEJonas Andreasson
2025-01-17regulator: Add support for power budgetKory Maincent
2025-01-09regulator: core: Resolve supply using of_node from regulator_configKory Maincent (Dent Project)
2025-01-06regulator: of: Implement the unwind path of of_regulator_match()Joe Hattori
2024-12-19regulator: rename regulator-uv-survival-time-ms according to DT bindingAhmad Fatoum
2024-12-17regulator: tps65219: Remove debugging helper functionShree Ramamoorthy
2024-12-17regulator: tps65219: Remove MODULE_ALIASShree Ramamoorthy
2024-12-17regulator: tps65219: Update driver nameShree Ramamoorthy
2024-12-17regulator: tps65219: Use dev_err_probe() instead of dev_err()Shree Ramamoorthy
2024-12-09regulator: pca9450: Add PMIC pca9452 supportJoy Zou
2024-12-09regulator: pca9450: Use dev_err_probe() to simplify codeFrank Li
2024-12-09regulator: pca9450: add enable_value for all bucksRobin Gong
2024-12-09regulator: axp20x: AXP717: set ramp_delayPhilippe Simons
2024-12-02regulator: bd96801: Add ERRB IRQMatti Vaittinen
2024-11-28Merge tag 'regulator-fix-v6.13-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-22Merge tag 'mfd-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2024-11-21regulator: core: Ignore unset max_uA constraints in current limit checkKory Maincent (Dent Project)
2024-11-20Merge tag 'regulator-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-18regulator: qcom-rpmh: Update ranges for FTSMPS525Melody Olvera
2024-11-12regulator: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-11-01regulator: rk808: Add apply_bit for BUCK3 on RK809Mikhail Rudenko
2024-10-31regulator: axp20x: add support for the AXP323Andre Przywara
2024-10-31mfd: axp20x: Ensure relationship between IDs and model namesAndre Przywara
2024-10-25regulator: rtq2208: Fix uninitialized use of regulator_configChiYuan Huang
2024-10-22regulator: init_data handling updateMark Brown
2024-10-22regulator: rk808: Restrict DVS GPIOs to the RK808 variant onlyDragan Simic
2024-10-22regulator: rk808: Use dev_err_probe() in the probe pathDragan Simic
2024-10-22regulator: rk808: Perform trivial code cleanupsDragan Simic
2024-10-22regulator: core: Use fsleep() to get best sleep mechanismAnna-Maria Behnsen
2024-10-22regulator: core: remove machine init callback from configJerome Brunet
2024-10-22regulator: core: add callback to perform runtime initJerome Brunet
2024-10-22regulator: core: do not silently ignore provided init_dataJerome Brunet