aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2022-02-22regulator: da9121: Remove surplus DA9141 parametersGravatar Adam Ward 1-4/+0
2022-02-22regulator: da9121: Fix DA914x voltage valueGravatar Adam Ward 1-1/+1
2022-02-22regulator: da9121: Fix DA914x current valuesGravatar Adam Ward 1-5/+5
2022-02-08regulator: core: fix false positive in regulator_late_cleanup()Gravatar Oliver Barta 1-10/+3
2022-01-19regulator: MAX20086: add gpio/consumer.hGravatar Randy Dunlap 1-0/+1
2022-01-11regulator: max20086: fix error code in max20086_parse_regulators_dt()Gravatar Dan Carpenter 1-1/+1
2022-01-07regulator: Add MAX20086-MAX20089 driverGravatar Watson Chow 3-1/+342
2022-01-06regulator: qcom_smd: Align probe function with rpmh-regulatorGravatar Konrad Dybcio 1-30/+70
2022-01-04regulator: remove redundant ret variableGravatar Minghao Chi 1-4/+2
2021-12-24regulator: qcom-labibb: OCP interrupts are not a failure while disabledGravatar Marijn Suijten 1-1/+1
2021-12-15regulator: Introduce tps68470-regulator driverGravatar Hans de Goede 3-0/+211
2021-12-13drivers/regulator: remove redundant ret variableGravatar Minghao Chi 1-8/+2
2021-12-01regulator: qcom-rpmh: Add support for PM8450 regulatorsGravatar Vinod Koul 1-0/+18
2021-11-30regulator: da9121: Add DA914x supportGravatar Adam Ward 2-5/+124
2021-11-30regulator: da9121: Prevent current limit change when enabledGravatar Adam Ward 1-0/+5
2021-11-29regulator: qcom-rpmh: Add PMG1110 regulatorsGravatar Satya Priya 1-0/+9
2021-11-26regulator: qcom_spmi: Add pm8226 regulatorsGravatar Dominik Kobinski 1-0/+39
2021-11-24regulator: irq_helper: Provide helper for trivial IRQ notificationsGravatar Matti Vaittinen 1-1/+40
2021-11-18regulator: bd718x7: Use rohm generic restricted voltage settingGravatar Matti Vaittinen 1-25/+4
2021-11-18regulator: rohm-regulator: add helper for restricted voltage settingGravatar Matti Vaittinen 1-0/+16
2021-11-16regulator: da9121: Emit only one error message in .remove()Gravatar Uwe Kleine-König 1-2/+2
2021-11-08Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-5/+5
2021-11-05Merge branches 'ib-mfd-iio-touchscreen-clk-5.16', 'ib-mfd-misc-regulator-5.16...Gravatar Lee Jones 2-17/+14
2021-11-01Merge tag 'regulator-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 18-897/+179
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2021-10-23Merge series "Remove TPS80031 driver" from Dmitry Osipenko <digetx@gmail.com>:Gravatar Mark Brown 3-763/+0
2021-10-23regulator: Don't error out fixed regulator in regulator_sync_voltage()Gravatar Dmitry Osipenko 1-0/+3
2021-10-23regulator: tps80031: Remove driverGravatar Dmitry Osipenko 3-763/+0
2021-10-23regulator: Fix SY7636A breakageGravatar Mark Brown 1-0/+1
2021-10-22Merge series "regulator: Introduce UniPhier NX1 SoC support" from Kunihiko Ha...Gravatar Mark Brown 1-0/+4
2021-10-22Merge series "Initial Fairphone 4 support" from Luca Weiss <luca@z3ntu.xyz>:Gravatar Mark Brown 1-0/+32
2021-10-22Merge series "Add support for the silergy,sy7636a" from Alistair Francis <ali...Gravatar Mark Brown 2-2/+1
2021-10-21regulator: uniphier: Add USB-VBUS compatible string for NX1 SoCGravatar Kunihiko Hayashi 1-0/+4
2021-10-21regulator: qcom-rpmh: Add PM6350 regulatorsGravatar Luca Weiss 1-0/+32
2021-10-21regulator: sy7636a: Remove requirement on sy7636a mfdGravatar Alistair Francis 2-2/+1
2021-10-21regulator: tps62360: replacing legacy gpio interface for gpiodGravatar Maíra Canal 1-33/+26
2021-10-21regulator: lp872x: Remove lp872x_dvs_stateGravatar Nathan Chancellor 1-7/+7
2021-10-21Merge tag 'tags/s2m_s5m_dtschema' into tb-mfd-from-regulator-5.16Gravatar Lee Jones 1-12/+9
2021-10-18Merge tag 'v5.15-rc6' into regulator-5.16Gravatar Mark Brown 1-2/+0
2021-10-16regulator: lp872x: replacing legacy gpio interface for gpiodGravatar Maíra Canal 1-23/+15
2021-10-08Merge series "regulator/mfd/clock: dt-bindings: Samsung S2M and S5M to dtsche...Gravatar Mark Brown 1-12/+9
2021-10-08regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is disa...Gravatar Krzysztof Kozlowski 1-12/+9
2021-10-05mfd: hi6421-spmi-pmic: Cleanup drvdata to only include regmapGravatar Mauro Carvalho Chehab 1-5/+5
2021-10-04regulator: bd71815: Use defined mask valuesGravatar Matti Vaittinen 1-2/+2
2021-10-01regulator: qcom_smd: Add PM2250 regulatorsGravatar Shawn Guo 1-0/+49
2021-09-30regulator: Lower priority of logging when setting supplyGravatar Mark Brown 1-1/+1
2021-09-27regulator: dummy: Use devm_regulator_register()Gravatar Zenghui Yu 1-1/+2
2021-09-27regulator: pwm-regulator: Make use of the helper function dev_err_probe()Gravatar Anand Moon 1-9/+3
2021-09-20regulator: fix typo in Kconfig and max8973-regulatorGravatar Ramona Alexandra Nechita 2-4/+4
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Gravatar Maarten Lankhorst 1-1/+1