summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2021-06-16regulator: sy7636a: Make regulator_desc static constAxel Lin1-2/+2
2021-06-16regulator: sy7636a: Add terminating entry for platform_device_id tableAxel Lin1-0/+1
2021-06-16regulator: rt6160: Fix setting suspend voltageAxel Lin1-1/+7
2021-06-15regulator: mt6315: Fix checking return value of devm_regmap_init_spmi_extAxel Lin1-2/+2
2021-06-15regulator: sy7636a: Initial commitAlistair Francis3-0/+134
2021-06-15regulator: rt6160: Remove vsel_active_low from struct rt6160_privAxel Lin1-11/+9
2021-06-14regulator: hi6421v600: Use regulator_map_voltage_ascendAxel Lin1-1/+1
2021-06-14regulator: rt6160: Remove dummy line and add module descriptionChiYuan Huang1-1/+1
2021-06-14regulator: rt6160: Convert to use regulator_set_ramp_delay_regmapAxel Lin1-26/+9
2021-06-14Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown1-0/+23
2021-06-08Merge tag 'regulator-fix-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-34/+98
2021-06-08regulator: fan53880: Fix vsel_mask setting for FAN53880_BUCKAxel Lin1-1/+1
2021-06-08regulator: bd71815: Get rid of struct bd71815_pmicAxel Lin1-38/+19
2021-06-08regulator: ltc3589: Convert to use regulator_set_ramp_delay_regmapAxel Lin1-35/+38
2021-06-07regulator: mt6359: Get rid of linear_range tablesAxel Lin1-98/+59
2021-06-07regulator: mt6359: Use unsigned int for volt_tablesAxel Lin1-18/+18
2021-06-07regulator: mt6358: Use unsigned int for volt_tablesAxel Lin1-11/+11
2021-06-07regulator: max77686: Convert to use regulator_set_ramp_delay_regmapAxel Lin1-33/+9
2021-06-07Merge tag 'tb-mfd-regulator-rtc-v5.14' of git://git.kernel.org/pub/scm/linux/...Mark Brown3-0/+1046
2021-06-04regulator: fan53555: add tcs4526Rudi Heitbaum1-0/+11
2021-06-03regulator: rt4801: Fix NULL pointer dereference if priv->enable_gpios is NULLAxel Lin1-2/+2
2021-06-03regulator: rt6245: Add support for Richtek RT6245ChiYuan Huang3-0/+264
2021-06-03regulator: bd9576: Constify the voltage tablesAxel Lin1-14/+20
2021-06-03regulator: fan53555: Convert to use regulator_set_ramp_delay_regmapAxel Lin1-46/+17
2021-06-03regulator: fan53555: Fix missing slew_reg/mask/shift settings for FAN53526Axel Lin1-0/+3
2021-06-03regulator: max77802: Convert to use regulator_set_ramp_delay_regmapAxel Lin1-57/+12
2021-06-03regulator: max77802: Remove .set_ramp_delay from max77802_buck_dvs_opsAxel Lin1-1/+0
2021-06-02regulator: userspace-consumer: use DEVICE_ATTR_RO/RW macroZhen Lei1-7/+7
2021-06-02regulator: rt6160: Add support for Richtek RT6160ChiYuan Huang3-0/+344
2021-06-02regulator: core: Use DEVICE_ATTR_RO macroYueHaibing1-70/+60
2021-06-02regulator: bd718x7: Fix the BUCK7 voltage setting on BD71837Matti Vaittinen1-1/+1
2021-06-02Merge tags 'tb-mfd-asoc-v5.14-1', 'tb-mfd-gpio-regulator-v5.14' and 'tb-mfd-r...Lee Jones4-0/+1057
2021-06-01regulator: mt6359: Add support for MT6359P regulatorHsin-Hsiung Wang1-6/+373
2021-06-01regulator: mt6359: Add support for MT6359 regulatorWen Su3-0/+679
2021-06-01regulator: mcp16502: Convert to use regulator_set_ramp_delay_regmapAxel Lin1-48/+26
2021-06-01regulator: mcp16502: Convert to use .probe_newAxel Lin1-3/+2
2021-06-01regulator: bd70528: Drop BD70528 supportMatti Vaittinen3-290/+0
2021-06-01regulator: lp8755: Convert to use regulator_set_ramp_delay_regmapAxel Lin1-47/+8
2021-06-01regulator: mt6315: Don't ignore devm_regulator_register failureAxel Lin1-8/+9
2021-06-01regulator: pca9450: Convert to use regulator_set_ramp_delay_regmapAxel Lin1-27/+24
2021-06-01regulator: atc260x: Fix n_voltages and min_sel for pickable linear rangesAxel Lin1-9/+10
2021-06-01regulator: rtmv20: Fix to make regcache value first reading back from HWChiYuan Huang1-0/+2
2021-06-01regulator: mt6315: Fix function prototype for mt6315_map_modeAxel Lin1-1/+1
2021-06-01regulator: rtmv20: Add Richtek to Kconfig textAxel Lin1-1/+1
2021-06-01regulator: rtmv20: Fix .set_current_limit/.get_current_limit callbacksAxel Lin1-2/+40
2021-06-01regulator: core: Add regulator_sync_voltage_rdev()Dmitry Osipenko1-0/+23
2021-05-27regulator: bd71815: fix platform_no_drv_owner.cocci warningsZou Wei1-1/+0
2021-05-26regulator: rk808: Convert to use regulator_set_ramp_delay_regmapAxel Lin1-65/+51
2021-05-25regulator: rt4831: Add missing .owner field in regulator_descAxel Lin1-0/+3
2021-05-25regulator: mp5416: Convert to use regulator_set_ramp_delay_regmapAxel Lin1-29/+15