summaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | regulator: qcom-rpmh: Add terminator at the end of pm7325x_vreg_data[] arrayBhupesh Sharma2021-06-211-0/+2
| | * | | regulator: qcom-rpmh: Cleanup terminator line commasBhupesh Sharma2021-06-211-12/+12
| * | | | Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Mark Brown2021-06-2110-150/+1623
| |\ \ \ \
| | * | | | regulator: bd9576: Fix the driver name in id tableMatti Vaittinen2021-06-211-2/+2
| | * | | | regulator: bd9576: Support error reportingMatti Vaittinen2021-06-211-124/+926
| | * | | | regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen2021-06-215-5/+211
| | * | | | regulator: IRQ based event/error notification helpersMatti Vaittinen2021-06-214-8/+472
| | * | | | regulator: move rdev_print helpers to internal.hMatti Vaittinen2021-06-212-11/+12
| | | |/ / | | |/| |
| * | | | regulator: hi6421v600: Fix setting idle modeAxel Lin2021-06-211-3/+6
| * | | | regulator: max8893: add regulator driverSergey Larin2021-06-213-0/+191
| * | | | regulator: hi6421: Use correct variable type for regmap api val argumentAxel Lin2021-06-211-4/+4
| | |/ / | |/| |
| * | | regulator: fixed: use dev_err_probe for gpioRouven Czerwinski2021-06-161-1/+2
| * | | regulator: sy7636a: Use rdev_get_drvdata at proper placeAxel Lin2021-06-161-1/+1
| * | | regulator: sy7636a: Make regulator_desc static constAxel Lin2021-06-161-2/+2
| * | | regulator: sy7636a: Add terminating entry for platform_device_id tableAxel Lin2021-06-161-0/+1
| * | | regulator: rt6160: Fix setting suspend voltageAxel Lin2021-06-161-1/+7
| * | | regulator: mt6315: Fix checking return value of devm_regmap_init_spmi_extAxel Lin2021-06-151-2/+2
| * | | regulator: sy7636a: Initial commitAlistair Francis2021-06-153-0/+134
| * | | regulator: rt6160: Remove vsel_active_low from struct rt6160_privAxel Lin2021-06-151-11/+9
| * | | regulator: hi6421v600: Use regulator_map_voltage_ascendAxel Lin2021-06-141-1/+1
| * | | regulator: rt6160: Remove dummy line and add module descriptionChiYuan Huang2021-06-141-1/+1
| * | | regulator: rt6160: Convert to use regulator_set_ramp_delay_regmapAxel Lin2021-06-141-26/+9
| * | | Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2021-06-141-0/+23
| |\ \ \
| | * | | regulator: core: Add regulator_sync_voltage_rdev()Dmitry Osipenko2021-06-011-0/+23
| | |/ /
| * | | regulator: fan53880: Fix vsel_mask setting for FAN53880_BUCKAxel Lin2021-06-081-1/+1
| * | | regulator: bd71815: Get rid of struct bd71815_pmicAxel Lin2021-06-081-38/+19
| * | | regulator: ltc3589: Convert to use regulator_set_ramp_delay_regmapAxel Lin2021-06-081-35/+38
| * | | regulator: mt6359: Get rid of linear_range tablesAxel Lin2021-06-071-98/+59
| * | | regulator: mt6359: Use unsigned int for volt_tablesAxel Lin2021-06-071-18/+18
| * | | regulator: mt6358: Use unsigned int for volt_tablesAxel Lin2021-06-071-11/+11
| * | | regulator: max77686: Convert to use regulator_set_ramp_delay_regmapAxel Lin2021-06-071-33/+9
| * | | Merge tag 'tb-mfd-regulator-rtc-v5.14' of git://git.kernel.org/pub/scm/linux/...Mark Brown2021-06-073-0/+1046
| |\ \ \ | | | |/ | | |/|
| | * | regulator: mt6359: Add support for MT6359P regulatorHsin-Hsiung Wang2021-06-011-6/+373
| | * | regulator: mt6359: Add support for MT6359 regulatorWen Su2021-06-013-0/+679
| | |/
| * | regulator: fan53555: add tcs4526Rudi Heitbaum2021-06-041-0/+11
| * | regulator: rt6245: Add support for Richtek RT6245ChiYuan Huang2021-06-033-0/+264
| * | regulator: bd9576: Constify the voltage tablesAxel Lin2021-06-031-14/+20
| * | regulator: fan53555: Convert to use regulator_set_ramp_delay_regmapAxel Lin2021-06-031-46/+17
| * | regulator: fan53555: Fix missing slew_reg/mask/shift settings for FAN53526Axel Lin2021-06-031-0/+3
| * | regulator: max77802: Convert to use regulator_set_ramp_delay_regmapAxel Lin2021-06-031-57/+12
| * | regulator: max77802: Remove .set_ramp_delay from max77802_buck_dvs_opsAxel Lin2021-06-031-1/+0
| * | regulator: userspace-consumer: use DEVICE_ATTR_RO/RW macroZhen Lei2021-06-021-7/+7
| * | regulator: rt6160: Add support for Richtek RT6160ChiYuan Huang2021-06-023-0/+344
| * | regulator: core: Use DEVICE_ATTR_RO macroYueHaibing2021-06-021-70/+60
| * | regulator: mcp16502: Convert to use regulator_set_ramp_delay_regmapAxel Lin2021-06-011-48/+26
| * | regulator: mcp16502: Convert to use .probe_newAxel Lin2021-06-011-3/+2
| * | regulator: bd70528: Drop BD70528 supportMatti Vaittinen2021-06-013-290/+0
| * | regulator: lp8755: Convert to use regulator_set_ramp_delay_regmapAxel Lin2021-06-011-47/+8
| * | regulator: mt6315: Don't ignore devm_regulator_register failureAxel Lin2021-06-011-8/+9
| * | regulator: pca9450: Convert to use regulator_set_ramp_delay_regmapAxel Lin2021-06-011-27/+24