summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2023-01-18regulator: da9211: Use irq handler when readyRicardo Ribalda1-5/+6
2023-01-14regulator: core: fix deadlock on regulator enableJohan Hovold1-1/+1
2023-01-14regulator: core: fix use_count leakage when handling boot-onRui Zhang1-1/+7
2023-01-14regulator: core: fix resource leak in regulator_register()Yang Yingliang1-0/+1
2023-01-14regulator: core: fix module refcount leak in set_supply()Yang Yingliang1-0/+1
2023-01-14regulator: core: use kfree_const() to free space conditionallyWang ShaoBo1-1/+1
2023-01-14regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang1-0/+1
2022-12-14regulator: twl6030: fix get status of twl6032 regulatorsAndreas Kemnade1-4/+11
2022-12-14regulator: slg51000: Wait after asserting CS pinKonrad Dybcio1-0/+2
2022-12-02regulator: twl6030: re-add TWL6032_SUBCLASSAndreas Kemnade1-0/+2
2022-12-02regulator: core: fix UAF in destroy_regulator()Yang Yingliang1-1/+1
2022-12-02regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng1-1/+5
2022-10-26regulator: core: Prevent integer underflowPatrick Rudolph1-1/+1
2022-10-26regulator: qcom_rpm: Fix circular deferral regressionLinus Walleij1-12/+12
2022-09-23regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulato...Xiaolei Wang1-1/+1
2022-09-15regulator: core: Clean up on enable failureAndrew Halaney1-2/+7
2022-08-21regulator: of: Fix refcount leak bug in of_get_regulation_constraints()Liang He1-1/+5
2022-08-21regulator: qcom_smd: Fix pm8916_pldo rangeStephan Gerhold1-2/+2
2022-06-09regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dtMiaoqian Lin1-0/+2
2022-06-09regulator: qcom_smd: Fix up PM8950 regulator configurationKonrad Dybcio1-18/+17
2022-06-09regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss1-2/+5
2022-04-20regulator: wm8994: Add an off-on delay for WM8994 variantJonathan Bakker1-3/+39
2022-04-08regulator: rpi-panel: Handle I2C errors/timing to the AtmelDave Stevenson1-10/+46
2022-04-08regulator: qcom_smd: fix for_each_child.cocci warningskernel test robot1-1/+3
2022-03-08regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta1-10/+3
2022-01-27regulator: qcom_smd: Align probe function with rpmh-regulatorKonrad Dybcio1-30/+70
2021-11-18regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is disa...Krzysztof Kozlowski1-12/+9
2021-09-15regulator: vctrl: Avoid lockdep warning in enable/disable opsChen-Yu Tsai1-30/+42
2021-09-15regulator: vctrl: Use locked regulator_get_voltage in probe pathChen-Yu Tsai1-1/+2
2021-09-15regulator: tps65910: Silence deferred probe errorDmitry Osipenko1-6/+4
2021-08-08regulator: rtmv20: Fix wrong mask for strobe-polarity-highChiYuan Huang1-1/+1
2021-07-28regulator: hi6421: Fix getting wrong drvdataAxel Lin1-9/+13
2021-07-28regulator: hi6421: Use correct variable type for regmap api val argumentAxel Lin1-4/+4
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: 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: 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: fan53880: Fix missing n_voltages settingAxel Lin1-0/+3
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-04-14regulator: bd9571mwv: Fix AVS and DVFS voltage rangeGeert Uytterhoeven1-2/+2
2021-03-30regulator: qcom-rpmh: Correct the pmic5_hfsmps515 bucksatya priya1-2/+2
2021-03-25regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 voltage settingFrieder Schrempf1-0/+8