summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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-13489-3338/+7431
| |\
| | * 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
| * | regulator: bd71815: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2022-09-051-4/+3
| * | regulator: core: Fix regulator supply registration with sysfsChristian Kohlschütter2022-08-291-23/+21
| * | regulator: tps65219: change tps65219_regulator_irq_types to staticYang Yingliang2022-08-281-1/+1
| * | regulator: core: Don't err if allow-set-load but no allowed-modesDouglas Anderson2022-08-251-0/+12
| * | regulator: core: Require regulator drivers to check uV for get_optimum_mode()Douglas Anderson2022-08-251-8/+14
| * | regulator: drivers: Remove unnecessary print function dev_err()Yang Li2022-08-251-4/+2
| * | regulator: max597x: Remove the unneeded result variableye xingchen2022-08-241-3/+2
| * | PM6125 regulator supportMark Brown2022-08-232-274/+504
| |\ \
| | * | regulator: qcom_smd: Add PM6125 RPM regulatorsIskren Chernev2022-08-231-0/+46
| | * | regulator: qcom_smd: Sort pmics alphabetically (part 3)Iskren Chernev2022-08-231-52/+52
| | * | regulator: qcom_smd: Sort pmics alphabetically (part 2)Iskren Chernev2022-08-231-77/+77
| | * | regulator: qcom_smd: Sort pmics alphabetically (part 1)Iskren Chernev2022-08-231-89/+89
| | * | regulator: qcom_spmi: Add PM6125 PMIC supportIskren Chernev2022-08-231-0/+36
| | * | regulator: qcom_spmi: Sort pmics alphabetically (part 2)Iskren Chernev2022-08-231-65/+64
| | * | regulator: qcom_spmi: Sort pmics alphabetically (part 1)Iskren Chernev2022-08-231-37/+37
| | * | regulator: qcom_spmi: Add support for LDO_510 and FTSMPSIskren Chernev2022-08-231-1/+37
| | * | regulator: qcom_spmi: Add support for HFSMPS regulator typeIskren Chernev2022-08-231-1/+114
| * | | regulator: drivers: Add TI TPS65219 PMIC regulators supportJerome Neanne2022-08-233-0/+426
| * | | regulator: core: Remove "ramp_delay not set" debug messageChristian Kohlschütter2022-08-221-3/+1
| |/ /
| * | regulator: core: Resolve supply name earlier to prevent double-initChristian Kohlschütter2022-08-181-19/+33
| * | Devm helpers for regulator get and enableMark Brown2022-08-181-0/+164
| |\ \
| | * | regulator: Add devm helpers for get and enableMatti Vaittinen2022-08-181-0/+164
| * | | regulator: qcom-rpmh: Implement get_optimum_mode(), not set_load()Douglas Anderson2022-08-151-9/+8
| * | | Merge remote-tracking branch 'regulator/for-5.20' into regulator-6.0Mark Brown2022-08-151-1/+1
| |\ \ \ | | |/ / | |/| |
* | | | Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2022-10-044-103/+428
|\ \ \ \
| * | | | regmap: mmio: replace return 0 with break in switch statementColin Ian King2022-09-221-1/+1
| * | | | regmap: spi-avmm: Use swabXX_array() helpersAndy Shevchenko2022-09-071-10/+4
| * | | | regmap: mmio: Use swabXX_array() helpersAndy Shevchenko2022-09-071-16/+4
| * | | | regmap: trace: Remove unneeded blank linesAndy Shevchenko2022-09-051-8/+0
| * | | | regmap: trace: Remove explicit castingsAndy Shevchenko2022-09-051-12/+5
| * | | | regmap: trace: Remove useless check for NULL for bulk opsAndy Shevchenko2022-09-051-2/+1
| * | | | regmap: mmio: Fix rebase errorLinus Walleij2022-09-011-3/+0
| * | | | regmap: check right noinc bounds in debug printLinus Walleij2022-08-231-2/+2
| * | | | regmap: introduce value tracing for regmap bulk operationsDmitry Rokosov2022-08-232-0/+50
| * | | | regmap: mmio: Support accelerared noinc operationsLinus Walleij2022-08-171-0/+162
| * | | | regmap: Support accelerated noinc operationsLinus Walleij2022-08-171-3/+120
| * | | | regmap: mmio: Extending to support IO portsMark Brown2022-08-151-52/+88
| |\ \ \ \