aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'regulator-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds13-262/+774
2025-05-19regulator: qcom_spmi: Constify struct spmi_voltage_rangeChristophe JAILLET1-37/+32
2025-05-14regulator: max20086: fix invalid memory accessCosmin Tanislav1-1/+6
2025-05-13regulator: gpio: Use dev_err_probeNishanth Menon1-6/+4
2025-05-12regulator: pca9450: Add restart handlerPaul Geurts1-0/+27
2025-05-10regulator: da9121: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2025-05-02regulator: tps65219: Add TI TPS65214 Regulator SupportShree Ramamoorthy2-13/+69
2025-05-02regulator: tps65219: Add support for TPS65215 Regulator IRQsShree Ramamoorthy1-18/+50
2025-05-02regulator: tps65219: Add support for TPS65215 regulator resourcesShree Ramamoorthy2-18/+75
2025-05-02regulator: tps65219: Update struct namesShree Ramamoorthy1-16/+21
2025-04-24regulator: pf9453: convert to use maple tree register cacheBo Liu1-1/+1
2025-04-23regulator: max20086: Fixes chip id and enable gpioMark Brown1-2/+2
2025-04-22regulator: max20086: Change enable gpio to optionalJoão Paulo Gonçalves1-1/+1
2025-04-22regulator: max20086: Fix MAX200086 chip idJoão Paulo Gonçalves1-1/+1
2025-04-14regulator: adp5055: Remove unneeded semicolonChen Ni1-1/+1
2025-04-10regulator: adp5055: remove duplicate device tableArnd Bergmann1-6/+0
2025-04-09Add support for ADP5055 triple buck regulator.Mark Brown3-0/+442
2025-04-09gpio: don't compare raw GPIO descriptor pointersMark Brown1-1/+1
2025-04-09regulator: adp5055: Add driver for adp5055Alexis Czezar Torreno3-0/+442
2025-04-09regulator: don't compare raw GPIO descriptor pointersBartosz Golaszewski1-1/+1
2025-04-08regulator: rpi-panel-attiny: use new GPIO line valueMark Brown1-54/+29
2025-04-08regulator: rpi-panel-attiny: use new GPIO line value setter callbacksBartosz Golaszewski1-2/+4
2025-04-08regulator: rpi-panel-attiny: use lock guards for the state mutexBartosz Golaszewski1-23/+14
2025-04-08regulator: rpi-panel-attiny: use devres for mutex managementBartosz Golaszewski1-27/+12
2025-04-08regulator: rpi-panel-attiny: don't double-check GPIO rangeBartosz Golaszewski1-3/+0
2025-04-07regulator: s5m8767: Convert to GPIO descriptorsMark Brown1-108/+38
2025-04-07regulator: pf9453: Improve documentation for pf9453_regulator_set_ramp_delay_regmapYang Li1-0/+1
2025-04-07regulator: s5m8767: Convert to GPIO descriptorsPeng Fan1-108/+38
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-28/+9
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-10/+10
2025-03-29Merge tag 'mfd-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds2-3/+93
2025-03-25Merge tag 'regulator-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds11-173/+1030
2025-03-25objtool, regulator: rk808: Remove potential undefined behavior in rk806_set_mode_dcdc()Josh Poimboeuf1-2/+2
2025-03-19regulator: axp20x: AXP717: dcdc4 doesn't have delayPhilippe Simons1-10/+4
2025-03-17regulator: rtq6752: make const read-only array fault_mask staticColin Ian King1-1/+1
2025-03-17regulator: rtq2208: Fix the LDO DVS capabilityChiYuan Huang1-78/+55
2025-03-17regulator: rtq2208: Fix incorrect buck converter phase mappingChiYuan Huang1-18/+71
2025-03-16regulator: allow user configuration of hardware protection actionAhmad Fatoum2-10/+10
2025-03-16regulator: pf9453: add PMIC PF9453 supportJoy Zou3-0/+887
2025-03-14regulator: dummy: convert to use the faux device interfaceGreg Kroah-Hartman1-28/+9
2025-03-13regulator: check that dummy regulator has been probed before using itChristian Eggers1-1/+11
2025-03-13regulator: s2mps11: Add support for S2MPU05 regulatorsKaustabh Chakraborty2-3/+93
2025-03-11regulator: pcf50633-regulator: RemoveDr. David Alan Gilbert3-132/+0
2025-03-11regulator: dummy: force synchronous probingChristian Eggers1-1/+1
2025-03-05regulator: core: Fix deadlock in create_regulator()Ludvig Pärsson1-33/+43
2025-03-03regulator: pca9450: Handle hardware with fixed SD_VSEL for LDO5Frieder Schrempf1-0/+7
2025-02-28Convert regulator drivers to useMark Brown2-5/+4
2025-02-28regulator: cros-ec: use devm_kmemdup_array()Raag Jadav1-2/+2
2025-02-28regulator: devres: use devm_kmemdup_array()Raag Jadav1-3/+2