aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-0/+1
2022-10-04Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds17-347/+2206
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-8/+3
2022-10-03Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus 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-09regulator: tps65219: Fix .bypass_val_on settingAxel Lin1-1/+0
2022-09-09regulator: qcom_rpm: Fix circular deferral regressionLinus Walleij1-12/+12
2022-09-09regulator: core: Prevent integer underflowPatrick Rudolph1-1/+1
2022-09-08Merge tag 'regulator-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-3/+8
2022-09-05regulator: bd9576: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov1-8/+9
2022-09-05regulator: bd71815: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov1-4/+3
2022-08-29regulator: core: Fix regulator supply registration with sysfsChristian Kohlschütter1-23/+21
2022-08-28regulator: tps65219: change tps65219_regulator_irq_types to staticYang Yingliang1-1/+1
2022-08-25regulator: core: Don't err if allow-set-load but no allowed-modesDouglas Anderson1-0/+12
2022-08-25regulator: core: Require regulator drivers to check uV for get_optimum_mode()Douglas Anderson1-8/+14
2022-08-25regulator: drivers: Remove unnecessary print function dev_err()Yang Li1-4/+2
2022-08-25regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe()Xiaolei Wang1-1/+1
2022-08-24Merge tag 'thermal-v6.1-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linuxRafael J. Wysocki1-5/+5
2022-08-24regulator: max597x: Remove the unneeded result variableye xingchen1-3/+2
2022-08-23PM6125 regulator supportMark Brown2-274/+504
2022-08-23regulator: drivers: Add TI TPS65219 PMIC regulators supportJerome Neanne3-0/+426
2022-08-23regulator: qcom_smd: Add PM6125 RPM regulatorsIskren Chernev1-0/+46
2022-08-23regulator: qcom_smd: Sort pmics alphabetically (part 3)Iskren Chernev1-52/+52
2022-08-23regulator: qcom_smd: Sort pmics alphabetically (part 2)Iskren Chernev1-77/+77
2022-08-23regulator: qcom_smd: Sort pmics alphabetically (part 1)Iskren Chernev1-89/+89
2022-08-23regulator: qcom_spmi: Add PM6125 PMIC supportIskren Chernev1-0/+36
2022-08-23regulator: qcom_spmi: Sort pmics alphabetically (part 2)Iskren Chernev1-65/+64
2022-08-23regulator: qcom_spmi: Sort pmics alphabetically (part 1)Iskren Chernev1-37/+37
2022-08-23regulator: qcom_spmi: Add support for LDO_510 and FTSMPSIskren Chernev1-1/+37
2022-08-23regulator: qcom_spmi: Add support for HFSMPS regulator typeIskren Chernev1-1/+114
2022-08-22regulator: core: Remove "ramp_delay not set" debug messageChristian Kohlschütter1-3/+1
2022-08-22regulator: core: Clean up on enable failureAndrew Halaney1-2/+7
2022-08-18regulator: core: Resolve supply name earlier to prevent double-initChristian Kohlschütter1-19/+33
2022-08-18Devm helpers for regulator get and enableMark Brown1-0/+164
2022-08-18regulator: Add devm helpers for get and enableMatti Vaittinen1-0/+164
2022-08-17regulator/drivers/max8976: Switch to new of thermal APIDaniel Lezcano1-5/+5
2022-08-16Merge tag 'regulator-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König3-8/+3
2022-08-15regulator: qcom-rpmh: Implement get_optimum_mode(), not set_load()Douglas Anderson1-9/+8
2022-08-15Merge remote-tracking branch 'regulator/for-5.20' into regulator-6.0Mark Brown1-1/+1
2022-08-10regulator: core: Fix missing error return from regulator_bulk_get()Douglas Anderson1-1/+1