aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2024-05-23Merge tag 'regulator-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 5-77/+45
2024-05-22Merge tag 'mfd-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 3-74/+482
2024-05-21regulator: tps6594-regulator: Correct multi-phase configurationGravatar Neha Malcom Francis 1-8/+8
2024-05-20regulator: tps6287x: Force writing VSEL bitGravatar Matti Vaittinen 1-0/+1
2024-05-20regulator: pickable ranges: don't always cache vselGravatar Matti Vaittinen 1-13/+30
2024-05-16regulator: rohm-regulator: warn if unsupported voltage is setGravatar Matti Vaittinen 1-0/+4
2024-05-16regulator: bd71828: Don't overwrite runtime voltagesGravatar Matti Vaittinen 1-56/+2
2024-05-14Merge tag 'regulator-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 20-62/+583
2024-05-10Merge branches 'ib-mfd-misc-pinctrl-regulator-6.10', 'ib-mfd-pinctrl-regulato...Gravatar Lee Jones 2-9/+303
2024-05-09regulator: sun20i: Add Allwinner D1 LDOs driverGravatar Samuel Holland 3-0/+166
2024-05-09regulator: core: fix debugfs creation regressionGravatar Johan Hovold 1-11/+16
2024-05-07regulator: Mention regulator id in error message about dummy suppliesGravatar Uwe Kleine-König 1-2/+2
2024-05-07regulator: devres: fix devm_regulator_get_enable_read_voltage() returnGravatar David Lechner 1-1/+1
2024-05-06regulator: new API for voltage reference suppliesGravatar Mark Brown 2-0/+66
2024-05-03regulator: tps6594-regulator: Add TI TPS65224 PMIC regulatorsGravatar Nirmala Devi Mal Nadar 2-70/+268
2024-05-03regulator: rk808: Add RK816 supportGravatar Alex Bee 1-1/+201
2024-05-03regulator: rk808: Support apply_bit for rk808_set_suspend_voltage_rangeGravatar Alex Bee 1-3/+13
2024-05-03regulator: devres: add API for reference voltage suppliesGravatar David Lechner 1-0/+59
2024-05-01regulator: rtq2208: Fix LDO discharge register and add vsel settingGravatar Alina Yu 1-39/+61
2024-05-01regulator: rtq2208: Fix the BUCK ramp_delay range to maximum of 16mVstep/usGravatar Alina Yu 1-4/+3
2024-04-10regulator: vqmmc-ipq4019: fix module autoloadingGravatar Krzysztof Kozlowski 1-0/+1
2024-04-10regulator: qcom-refgen: fix module autoloadingGravatar Krzysztof Kozlowski 1-0/+1
2024-04-09regulator: mt6360: De-capitalize devicetree regulator subnodesGravatar AngeloGioacchino Del Regno 1-12/+20
2024-04-08regulator: irq_helpers: duplicate IRQ nameGravatar Matti Vaittinen 1-0/+3
2024-03-28regulator: Merge axp20x changesGravatar Mark Brown 1-5/+89
2024-03-28regulator: axp20x: add support for the AXP717Gravatar Andre Przywara 1-0/+84
2024-03-28regulator: axp20x: fix typo-ed identifierGravatar Andre Przywara 1-5/+5
2024-03-26regulator: convert to use maple tree registerGravatar Mark Brown 13-14/+14
2024-03-25regulator: tps65132: Add of_match tableGravatar André Apitzsch 1-0/+7
2024-03-25regulator: pca9450: add pca9451a supportGravatar Joy Zou 1-2/+192
2024-03-25regulator: rpi-panel-attiny: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: tps62360: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: tps51632: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: rtq6752: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: rtmv20: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: pfuze100: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: pf8x00: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: pca9450: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: mt6311: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: max8973: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: isl9305: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: da9211: convert to use maple tree register cacheGravatar Bo Liu 1-1/+1
2024-03-25regulator: da9121: convert to use maple tree register cacheGravatar Bo Liu 1-2/+2
2024-03-22Merge tag 'regulator-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-0/+11
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2024-03-13Merge tag 'regulator-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 15-283/+428
2024-03-12regulator: core: Propagate the regulator state in case of exclusive getGravatar Kory Maincent 1-0/+11
2024-03-06regulator: lp8788-buck: fix copy and paste bug in lp8788_dvs_gpio_request()Gravatar Dan Carpenter 1-3/+3
2024-03-05regulator: core: make regulator_class constantGravatar Ricardo B. Marliere 2-2/+2
2024-03-04regulator: rk808: fix LDO range on RK806Gravatar Quentin Schulz 1-2/+2