summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorLines
2025-04-09Add support for ADP5055 triple buck regulator.Mark Brown-0/+442
2025-04-09gpio: don't compare raw GPIO descriptor pointersMark Brown-1/+1
2025-04-09regulator: adp5055: Add driver for adp5055Alexis Czezar Torreno-0/+442
2025-04-09regulator: don't compare raw GPIO descriptor pointersBartosz Golaszewski-1/+1
2025-04-08regulator: rpi-panel-attiny: use new GPIO line valueMark Brown-54/+29
2025-04-08regulator: rpi-panel-attiny: use new GPIO line value setter callbacksBartosz Golaszewski-2/+4
2025-04-08regulator: rpi-panel-attiny: use lock guards for the state mutexBartosz Golaszewski-23/+14
2025-04-08regulator: rpi-panel-attiny: use devres for mutex managementBartosz Golaszewski-27/+12
2025-04-08regulator: rpi-panel-attiny: don't double-check GPIO rangeBartosz Golaszewski-3/+0
2025-04-07regulator: s5m8767: Convert to GPIO descriptorsMark Brown-108/+38
2025-04-07regulator: pf9453: Improve documentation for pf9453_regulator_set_ramp_delay_...Yang Li-0/+1
2025-04-07regulator: s5m8767: Convert to GPIO descriptorsPeng Fan-108/+38
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-28/+9
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds-10/+10
2025-03-29Merge tag 'mfd-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-3/+93
2025-03-25Merge tag 'regulator-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-173/+1030
2025-03-25objtool, regulator: rk808: Remove potential undefined behavior in rk806_set_m...Josh Poimboeuf-2/+2
2025-03-19regulator: axp20x: AXP717: dcdc4 doesn't have delayPhilippe Simons-10/+4
2025-03-17regulator: rtq6752: make const read-only array fault_mask staticColin Ian King-1/+1
2025-03-17regulator: rtq2208: Fix the LDO DVS capabilityChiYuan Huang-78/+55
2025-03-17regulator: rtq2208: Fix incorrect buck converter phase mappingChiYuan Huang-18/+71
2025-03-16regulator: allow user configuration of hardware protection actionAhmad Fatoum-10/+10
2025-03-16regulator: pf9453: add PMIC PF9453 supportJoy Zou-0/+887
2025-03-14regulator: dummy: convert to use the faux device interfaceGreg Kroah-Hartman-28/+9
2025-03-13regulator: check that dummy regulator has been probed before using itChristian Eggers-1/+11
2025-03-13regulator: s2mps11: Add support for S2MPU05 regulatorsKaustabh Chakraborty-3/+93
2025-03-11regulator: pcf50633-regulator: RemoveDr. David Alan Gilbert-132/+0
2025-03-11regulator: dummy: force synchronous probingChristian Eggers-1/+1
2025-03-05regulator: core: Fix deadlock in create_regulator()Ludvig Pärsson-33/+43
2025-03-03regulator: pca9450: Handle hardware with fixed SD_VSEL for LDO5Frieder Schrempf-0/+7
2025-02-28Convert regulator drivers to useMark Brown-5/+4
2025-02-28regulator: cros-ec: use devm_kmemdup_array()Raag Jadav-2/+2
2025-02-28regulator: devres: use devm_kmemdup_array()Raag Jadav-3/+2
2025-02-25Fix RK3588 power domain problemsMark Brown-34/+65
2025-02-24regulator: Add (devm_)of_regulator_get()Sebastian Reichel-0/+38
2025-02-19regulator: pca9450: Remove duplicate code in probeFrieder Schrempf-12/+0
2025-02-11regulator: core: let dt properties override driver init_dataJerome Brunet-34/+27
2025-02-06regulator: ad5398: Fix incorrect power down bit maskDheeraj Reddy Jonnalagadda-1/+1
2025-02-03regulator: Add device tree support to AD5398Mark Brown-12/+18
2025-02-03regulator: pca9450: Fix enable register for LDO5Frieder Schrempf-3/+3
2025-02-03regulator: pca9450: Fix control register for LDO5Frieder Schrempf-3/+86
2025-02-03Revert "regulator: pca9450: Add SD_VSEL GPIO for LDO5"Frieder Schrempf-13/+0
2025-02-03regulator: ad5398: Add device tree supportIsaac Scott-3/+9
2025-02-03regulator: ad5398: change enable bit name to improve readibilityIsaac Scott-9/+9
2025-01-29Merge tag 'regulator-fix-v6.14-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+58
2025-01-22Merge tag 'regulator-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-107/+343
2025-01-22regulator: core: Add missing newline characterAlexander Stein-1/+1
2025-01-21regulator: TPS6287X: Use min/max uV to get VRANGEJonas Andreasson-0/+57
2025-01-17regulator: Add support for power budgetKory Maincent-0/+117