summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regulator-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-2113-61/+1023
|\
| * regulator: qcom-rpmh: Add support for SDX65Rohit Agarwal2022-03-181-0/+37
| * regulator: vctrl: Use min() instead of doing it manuallyHaowen Bai2022-03-151-4/+1
| * regulator: rt5190a: Add support for Richtek RT5190A PMICChiYuan Huang2022-03-093-0/+524
| * regulator: cleanup commentsTom Rix2022-03-074-6/+6
| * regulator: virtual: add devicetree supportVincent Whitchurch2022-03-021-0/+18
| * regulator: virtual: warn against production useVincent Whitchurch2022-03-021-0/+13
| * regulator: virtual: use dev_err_probe()Vincent Whitchurch2022-03-021-6/+4
| * regulator: Add support for TPS6286xVincent Whitchurch2022-02-083-0/+169
| * regulator/rpi-panel-attiny: Use two transactions for I2C readDave Stevenson2022-01-281-1/+34
| * regulator/rpi-panel-attiny: Use the regmap cacheDave Stevenson2022-01-281-1/+1
| * regulator: rpi-panel: Remove get_brightness hookDave Stevenson2022-01-281-23/+0
| * regulator: rpi-panel: Add GPIO control for panel and touch resetsDave Stevenson2022-01-282-18/+98
| * regulator: rpi-panel: Convert to drive lines directlyDave Stevenson2022-01-281-51/+60
| * regulator: rpi-panel: Ensure the backlight is off during probe.Dave Stevenson2022-01-281-0/+1
| * regulator: rpi-panel: Serialise operations.Dave Stevenson2022-01-281-11/+80
| * regulator: rpi-panel: Handle I2C errors/timing to the AtmelDave Stevenson2022-01-281-10/+46
| * regulator: rpi-panel: Register with a unique backlight nameDave Stevenson2022-01-281-2/+1
| * regulator: qcom_smd: fix for_each_child.cocci warningskernel test robot2022-01-241-1/+3
* | regulator: da9121: Remove surplus DA9141 parametersAdam Ward2022-02-221-4/+0
* | regulator: da9121: Fix DA914x voltage valueAdam Ward2022-02-221-1/+1
* | regulator: da9121: Fix DA914x current valuesAdam Ward2022-02-221-5/+5
* | regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta2022-02-081-10/+3
|/
* regulator: MAX20086: add gpio/consumer.hRandy Dunlap2022-01-191-0/+1
* regulator: max20086: fix error code in max20086_parse_regulators_dt()Dan Carpenter2022-01-111-1/+1
* regulator: Add MAX20086-MAX20089 driverWatson Chow2022-01-073-1/+342
* regulator: qcom_smd: Align probe function with rpmh-regulatorKonrad Dybcio2022-01-061-30/+70
* regulator: remove redundant ret variableMinghao Chi2022-01-041-4/+2
* regulator: qcom-labibb: OCP interrupts are not a failure while disabledMarijn Suijten2021-12-241-1/+1
* regulator: Introduce tps68470-regulator driverHans de Goede2021-12-153-0/+211
* drivers/regulator: remove redundant ret variableMinghao Chi2021-12-131-8/+2
* regulator: qcom-rpmh: Add support for PM8450 regulatorsVinod Koul2021-12-011-0/+18
* regulator: da9121: Add DA914x supportAdam Ward2021-11-302-5/+124
* regulator: da9121: Prevent current limit change when enabledAdam Ward2021-11-301-0/+5
* regulator: qcom-rpmh: Add PMG1110 regulatorsSatya Priya2021-11-291-0/+9
* regulator: qcom_spmi: Add pm8226 regulatorsDominik Kobinski2021-11-261-0/+39
* regulator: irq_helper: Provide helper for trivial IRQ notificationsMatti Vaittinen2021-11-241-1/+40
* regulator: bd718x7: Use rohm generic restricted voltage settingMatti Vaittinen2021-11-181-25/+4
* regulator: rohm-regulator: add helper for restricted voltage settingMatti Vaittinen2021-11-181-0/+16
* regulator: da9121: Emit only one error message in .remove()Uwe Kleine-König2021-11-161-2/+2
* Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-11-081-5/+5
|\
| *-. Merge branches 'ib-mfd-iio-touchscreen-clk-5.16', 'ib-mfd-misc-regulator-5.16...Lee Jones2021-11-052-17/+14
| |\ \
| | | * Merge tag 'tags/s2m_s5m_dtschema' into tb-mfd-from-regulator-5.16Lee Jones2021-10-211-12/+9
| | |/| | |/| |
| | * | mfd: hi6421-spmi-pmic: Cleanup drvdata to only include regmapMauro Carvalho Chehab2021-10-051-5/+5
| |/ /
* | | Merge tag 'regulator-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-0118-897/+179
|\ \ \
| * \ \ Merge series "Remove TPS80031 driver" from Dmitry Osipenko <digetx@gmail.com>:Mark Brown2021-10-233-763/+0
| |\ \ \
| | * | | regulator: tps80031: Remove driverDmitry Osipenko2021-10-233-763/+0
| * | | | regulator: Don't error out fixed regulator in regulator_sync_voltage()Dmitry Osipenko2021-10-231-0/+3
| |/ / /
| * | | regulator: Fix SY7636A breakageMark Brown2021-10-231-0/+1
| * | | Merge series "regulator: Introduce UniPhier NX1 SoC support" from Kunihiko Ha...Mark Brown2021-10-221-0/+4
| |\ \ \