summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-07-215-21/+26
|\
| * regulator: hi6421: Fix getting wrong drvdataAxel Lin2021-07-111-9/+13
| * regulator: mtk-dvfsrc: Fix wrong dev pointer for devm_regulator_registerAxel Lin2021-07-071-2/+1
| * regulator: bd9576: Fix testing wrong flag in check_temp_flag_mismatchAxel Lin2021-07-011-2/+2
| * regulator: hi6421v600: Fix getting wrong drvdata that causes boot failureAxel Lin2021-06-301-7/+9
| * regulator: rtmv20: Fix wrong mask for strobe-polarity-highChiYuan Huang2021-06-281-1/+1
* | Merge tag 'mfd-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-07-051-0/+11
|\ \
| | \
| | \
| *-. \ Merge tags 'tb-mfd-asoc-v5.14-1', 'tb-mfd-gpio-regulator-v5.14' and 'tb-mfd-r...Lee Jones2021-06-024-0/+1057
| |\ \ \
| | * | | mfd: lp87565: Move LP87565_regulator_id to .c fileLuca Ceresoli2021-05-191-0/+11
| |/ / /
* | | | Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown2021-06-2342-1110/+4148
|\ \ \ \ | | |_|/ | |/| |
| * | | regulator: bd9576: Fix uninitializes variable may_have_irqsColin Ian King2021-06-231-1/+1
| * | | regulator: max8893: Select REGMAP_I2C to fix build errorAxel Lin2021-06-231-0/+1
| * | | regulator: da9052: Ensure enough delay time for .set_voltage_time_selAxel Lin2021-06-231-1/+2
| * | | regulator: hi6421v600: Fix setting wrong driver_dataAxel Lin2021-06-221-11/+15
| * | | Merge series "regulator: qcom,rpmh-regulator: Add support for pmic available ...Mark Brown2021-06-211-12/+50
| |\ \ \
| | * | | regulator: qcom-rpmh: Add new regulator found on SA8155p adp boardBhupesh Sharma2021-06-211-0/+36
| | * | | 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
| | |/