summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2021-07-14regulator: hi655x: Fix pass wrong pointer to config.driver_dataAxel Lin1-11/+5
2021-07-14regulator: fan53880: Fix vsel_mask setting for FAN53880_BUCKAxel Lin1-1/+1
2021-07-14regulator: da9052: Ensure enough delay time for .set_voltage_time_selAxel Lin1-1/+2
2021-07-14regulator: mt6358: Fix vdram2 .vsel_maskHsin-Hsiung Wang1-1/+1
2021-07-14regulator: mt6315: Fix checking return value of devm_regmap_init_spmi_extAxel Lin1-2/+2
2021-07-14regulator: uniphier: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-23regulator: rt4801: Fix NULL pointer dereference if priv->enable_gpios is NULLAxel Lin1-2/+2
2021-06-23regulator: rtmv20: Fix to make regcache value first reading back from HWChiYuan Huang1-0/+2
2021-06-23regulator: mt6315: Fix function prototype for mt6315_map_modeAxel Lin1-1/+1
2021-06-23regulator: cros-ec: Fix error code in dev_err messageAxel Lin1-1/+2
2021-06-16regulator: rtmv20: Fix .set_current_limit/.get_current_limit callbacksAxel Lin1-2/+40
2021-06-16regulator: atc260x: Fix n_voltages and min_sel for pickable linear rangesAxel Lin1-9/+10
2021-06-16regulator: scmi: Fix off-by-one for linear regulators .n_voltages settingAxel Lin1-1/+1
2021-06-16regulator: fixed: Ensure enable_counter is correct if reg_domain_disable failsAxel Lin1-1/+6
2021-06-16regulator: fan53880: Fix missing n_voltages settingAxel Lin1-0/+3
2021-06-16regulator: da9121: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin1-3/+7
2021-06-16regulator: bd718x7: Fix the BUCK7 voltage setting on BD71837Matti Vaittinen1-1/+1
2021-06-16regulator: max77620: Use device_set_of_node_from_dev()Dmitry Osipenko1-0/+7
2021-06-16regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov1-0/+6
2021-05-14regulator: bd9576: Fix return from bd957x_probe()Dan Carpenter1-7/+4
2021-05-12regulator: da9121: automotive variants identity fixAdam Ward2-28/+65
2021-03-15regulator: bd9571mwv: Convert device attribute to sysfs_emit()Geert Uytterhoeven1-1/+1
2021-03-15regulator: bd9571mwv: Fix regulator name printed on registration failureGeert Uytterhoeven1-1/+1
2021-03-15regulator: bd9571mwv: Fix AVS and DVFS voltage rangeGeert Uytterhoeven1-2/+2
2021-03-11regulator: mt6315: Fix off-by-one for .n_voltagesAxel Lin1-1/+1
2021-03-10regulator: rt4831: Fix return value check in rt4831_regulator_probe()Wei Yongjun1-2/+2
2021-03-10regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 voltage settingFrieder Schrempf1-0/+8
2021-03-10regulator: qcom-rpmh: Use correct buck for S1C regulatorsatya priya1-1/+1
2021-03-10regulator: qcom-rpmh: Correct the pmic5_hfsmps515 bucksatya priya1-2/+2
2021-03-10regulator: pca9450: Fix return value when failing to get sd-vsel GPIOFrieder Schrempf1-1/+1
2021-03-10regulator: mt6315: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin1-1/+1
2021-02-22Merge tag 'mfd-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-25/+34
2021-02-12Merge remote-tracking branch 'regulator/for-5.12' into regulator-nextMark Brown20-1273/+2442
2021-02-12regulator: bd718x7, bd71828, Fix dvs voltage levelsMatti Vaittinen1-3/+6
2021-02-11regulator: pca9450: Enable system reset on WDOG_B assertionFrieder Schrempf1-0/+8
2021-02-11regulator: pca9450: Add SD_VSEL GPIO for LDO5Frieder Schrempf1-0/+14
2021-02-11regulator: qcom-rpmh: fix pm8009 ldo7Jonathan Marek1-1/+1
2021-02-08regulator: mt6315: Add support for MT6315 regulatorHsin-Hsiung Wang3-0/+310
2021-02-02regulator: qcom-labibb: Use disable_irq_nosync from isrMatti Vaittinen1-2/+2
2021-01-28regulator: pf8x00: Fix typo for PF8200 chip nameAxel Lin1-1/+1
2021-01-25regulator: pf8x00: set ramp_delay for bucksChristoph Fritz1-0/+2
2021-01-25regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede1-3/+3
2021-01-25regulator: pf8x00: Add suspend supportChristoph Fritz1-5/+70
2021-01-22regulator: Make regulator_sync_voltage() usable by coupled regulatorsDmitry Osipenko1-1/+5
2021-01-22regulator: Fix lockdep warning resolving suppliesMark Brown1-12/+17
2021-01-21regulator: s5m8767: Drop regulators OF node referenceKrzysztof Kozlowski1-2/+6
2021-01-21regulator: qcom-rpmh: Add pmc8180 and pmc8180cBjorn Andersson1-0/+8
2021-01-21regulator: s5m8767: Fix reference count leakPan Bian1-2/+5
2021-01-21regulator: remove ab3100 driverArnd Bergmann3-734/+0
2021-01-21Merge series "Really implement Qualcomm LAB/IBB regulators" from AngeloGioacc...Mark Brown1-13/+707