summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
...
| * | | regulator: max8660: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * | | regulator: ltc3589: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| * | | regulator: lp872x: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-2/+3
| * | | regulator: ad5398: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| | |/ | |/|
| * | regulator: core: use kfree_const() to free space conditionallyWang ShaoBo2022-11-231-1/+1
| |/
| * regulator: tps6286x-regulator: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * regulator: tps51632-regulator: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * regulator: rpi-panel-attiny-regulator: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * regulator: pca9450-regulator: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * regulator: max8952: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * regulator: max8649: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * regulator: max1586: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * regulator: lp8755: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * regulator: lp3972: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * regulator: da9121-regulator: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * regulator: of: fix a NULL vs IS_ERR() check in of_regulator_bulk_get_all()Peng Wu2022-11-221-1/+1
| * regulator: arizona-micsupp: Don't use a common regulator nameRichard Fitzgerald2022-11-221-1/+4
| * regulator: arizona-micsupp: Don't hardcode use of ARIZONA definesRichard Fitzgerald2022-11-221-8/+7
| * regulator: Add of_regulator_bulk_get_all()Mark Brown2022-11-181-0/+92
| |\
| | * regulator: Add of_regulator_bulk_get_allCorentin Labbe2022-11-181-0/+92
| * | regulator: qcom-rpmh: Fix PMR735a S3 regulator specKonrad Dybcio2022-11-161-1/+1
| * | regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang2022-11-151-0/+1
| * | regulator: qcom_smd: Fix PMR735a S3 regulator specKonrad Dybcio2022-11-101-1/+10
| * | regulator: qcom_smd: Add PMR735a regulatorsKonrad Dybcio2022-11-091-0/+24
| * | regulator: Add DT support for regulator-output connectorsMark Brown2022-11-034-43/+127
| |\ \
| | * | regulator: userspace-consumer: Handle regulator-output DT nodesZev Weiss2022-11-031-7/+53
| | * | regulator: devres: Add devm_regulator_bulk_get_exclusive()Zev Weiss2022-11-033-36/+74
| | |/
| * / regulator: rt6190: Add support for Richtek RT6190 regulatorChiYuan Huang2022-11-023-0/+507
| |/
* | Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-11-254-6/+22
|\ \ | |/ |/|
| * regulator: twl6030: fix get status of twl6032 regulatorsAndreas Kemnade2022-11-221-4/+11
| * regulator: twl6030: re-add TWL6032_SUBCLASSAndreas Kemnade2022-11-221-0/+2
| * regulator: slg51000: Wait after asserting CS pinKonrad Dybcio2022-11-181-0/+2
| * regulator: core: fix UAF in destroy_regulator()Yang Yingliang2022-11-161-1/+1
| * regulator: rt5759: fix OOB in validate_desc()Yang Yingliang2022-11-161-0/+1
| * regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng2022-11-161-1/+5
* | Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2022-10-071-0/+1
|\ \
| * | mfd: silergy,sy7636a: Add config option MFD_SY7636AAlistair Francis2022-09-281-0/+1
* | | Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-10-0417-347/+2206
|\ \ \ | | |/ | |/|
| * | regulator: gpio: Add input_supply support in gpio_regulator_configJerome Neanne2022-09-291-0/+15
| * | regulator: tps65219: Fix is_enabled checking in tps65219_set_bypassAxel Lin2022-09-261-4/+2
| * | regulator: qcom-rpmh: add pm660 and pm660l pmicsRichard Acayan2022-09-231-0/+54
| * | regulator: of: Fix kernel-docJiapeng Chong2022-09-191-1/+1
| * | regulator: of: Fix kernel-docJiapeng Chong2022-09-191-1/+1
| * | MediaTek Helio X10 MT6795 - MT6331/6332 RegulatorsMark Brown2022-09-134-0/+949
| |\ \
| | * | regulator: Add driver for MT6332 PMIC regulatorsAngeloGioacchino Del Regno2022-09-133-0/+432
| | * | regulator: Add driver for MT6331 PMIC regulatorsAngeloGioacchino Del Regno2022-09-133-0/+517
| * | | regulator: tps65219: Fix .bypass_val_on settingAxel Lin2022-09-091-1/+0
| * | | regulator: qcom_rpm: Fix circular deferral regressionLinus Walleij2022-09-091-12/+12
| * | | regulator: core: Prevent integer underflowPatrick Rudolph2022-09-091-1/+1
| * | | regulator: bd9576: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2022-09-051-8/+9