summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2022-11-23regulator: bd718x7: Use dev_err_probe()Matti Vaittinen1-32/+19
2022-11-23regulator: bd71815: bd71828: bd9576: Use dev_err_probe()Matti Vaittinen3-47/+38
2022-11-23regulator: bd718x7: Drop unnecessary info printMatti Vaittinen1-2/+0
2022-11-22regulator: tps6286x-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22regulator: tps51632-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22regulator: rpi-panel-attiny-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22regulator: pca9450-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22regulator: max8952: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22regulator: max8649: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22regulator: max1586: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22regulator: lp8755: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22regulator: lp3972: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22regulator: da9121-regulator: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22regulator: of: fix a NULL vs IS_ERR() check in of_regulator_bulk_get_all()Peng Wu1-1/+1
2022-11-22regulator: arizona-micsupp: Don't use a common regulator nameRichard Fitzgerald1-1/+4
2022-11-22regulator: arizona-micsupp: Don't hardcode use of ARIZONA definesRichard Fitzgerald1-8/+7
2022-11-22regulator: twl6030: fix get status of twl6032 regulatorsAndreas Kemnade1-4/+11
2022-11-22regulator: twl6030: re-add TWL6032_SUBCLASSAndreas Kemnade1-0/+2
2022-11-18regulator: Add of_regulator_bulk_get_all()Mark Brown1-0/+92
2022-11-18regulator: Add of_regulator_bulk_get_allCorentin Labbe1-0/+92
2022-11-18regulator: slg51000: Wait after asserting CS pinKonrad Dybcio1-0/+2
2022-11-16regulator: core: fix UAF in destroy_regulator()Yang Yingliang1-1/+1
2022-11-16regulator: qcom-rpmh: Fix PMR735a S3 regulator specKonrad Dybcio1-1/+1
2022-11-16regulator: rt5759: fix OOB in validate_desc()Yang Yingliang1-0/+1
2022-11-16regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng1-1/+5
2022-11-15regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang1-0/+1
2022-11-10regulator: qcom_smd: Fix PMR735a S3 regulator specKonrad Dybcio1-1/+10
2022-11-09regulator: qcom_smd: Add PMR735a regulatorsKonrad Dybcio1-0/+24
2022-11-03regulator: Add DT support for regulator-output connectorsMark Brown4-43/+127
2022-11-03regulator: userspace-consumer: Handle regulator-output DT nodesZev Weiss1-7/+53
2022-11-03regulator: devres: Add devm_regulator_bulk_get_exclusive()Zev Weiss3-36/+74
2022-11-02regulator: rt6190: Add support for Richtek RT6190 regulatorChiYuan Huang3-0/+507
2022-10-07Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-0/+1
2022-10-05Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds17-347/+2206
2022-10-05Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+3
2022-10-04Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2022-09-29regulator: gpio: Add input_supply support in gpio_regulator_configJerome Neanne1-0/+15
2022-09-28mfd: silergy,sy7636a: Add config option MFD_SY7636AAlistair Francis1-0/+1
2022-09-26regulator: tps65219: Fix is_enabled checking in tps65219_set_bypassAxel Lin1-4/+2
2022-09-23regulator: qcom-rpmh: add pm660 and pm660l pmicsRichard Acayan1-0/+54
2022-09-19regulator: of: Fix kernel-docJiapeng Chong1-1/+1
2022-09-19regulator: of: Fix kernel-docJiapeng Chong1-1/+1
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2-4/+9
2022-09-13MediaTek Helio X10 MT6795 - MT6331/6332 RegulatorsMark Brown4-0/+949
2022-09-13regulator: Add driver for MT6332 PMIC regulatorsAngeloGioacchino Del Regno3-0/+432
2022-09-13regulator: Add driver for MT6331 PMIC regulatorsAngeloGioacchino Del Regno3-0/+517
2022-09-10regulator: tps65219: Fix .bypass_val_on settingAxel Lin1-1/+0
2022-09-10regulator: qcom_rpm: Fix circular deferral regressionLinus Walleij1-12/+12
2022-09-10regulator: core: Prevent integer underflowPatrick Rudolph1-1/+1
2022-09-08Merge tag 'regulator-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+8