summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2022-06-14regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dtMiaoqian Lin1-0/+2
2022-06-14regulator: 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-15regulator: qcom_smd: fix for_each_child.cocci warningskernel test robot1-1/+3
2022-01-27regulator: qcom_smd: Align probe function with rpmh-regulatorKonrad Dybcio1-30/+70
2021-11-17regulator: 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-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: 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-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-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-04regulator: qcom-rpmh: fix pm8009 ldo7Jonathan Marek1-1/+1
2021-03-04regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede1-3/+3
2021-03-04regulator: s5m8767: Drop regulators OF node referenceKrzysztof Kozlowski1-2/+6
2021-03-04regulator: s5m8767: Fix reference count leakPan Bian1-2/+5
2021-03-04regulator: axp20x: Fix reference cout leakPan Bian1-4/+3
2021-02-13regulator: Fix lockdep warning resolving suppliesMark Brown1-12/+17
2021-02-13regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins1-11/+28
2021-01-19regulator: bd718x7: Add enable timesGuido Günther1-0/+57
2021-01-17regulator: qcom-rpmh-regulator: correct hfsmps515 definitionDmitry Baryshkov1-1/+1
2020-12-30regulator: axp20x: Fix DLDO2 voltage control register mask for AXP22xDingHua Ma1-1/+1
2020-11-24regulator: workaround self-referent regulatorsMichał Mirosław1-1/+4
2020-11-24regulator: avoid resolve_supply() infinite recursionMichał Mirosław1-0/+6
2020-11-24regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław1-16/+13
2020-11-24regulator: pfuze100: limit pfuze-support-disable-sw to pfuze{100,200}Sean Nyekjaer1-5/+8
2020-11-24regulator: ti-abb: Fix array out of bound read access on the first transitionNishanth Menon1-1/+11
2020-11-10regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław1-0/+2
2020-10-29regulator: resolve supply after creating regulatorMichał Mirosław1-8/+13
2020-10-01regulator: axp20x: fix LDO2/4 descriptionIcenowy Zheng1-3/+4
2020-09-23regulator: pwm: Fix machine constraints applicationVincent Whitchurch1-1/+1
2020-09-17regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()Dmitry Osipenko1-6/+9
2020-09-17regulator: plug of_node leak in regulator_register()'s error pathMichał Mirosław1-9/+4
2020-09-17regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław1-20/+26
2020-09-17regulator: push allocations in create_regulator() outside of lockMichał Mirosław1-25/+28
2020-09-17regulator: push allocation in regulator_init_coupling() outside of lockMichał Mirosław1-2/+3
2020-09-17regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław1-4/+0
2020-09-17regulator: push allocation in regulator_ena_gpio_request() out of lockMichał Mirosław1-5/+14
2020-08-19regulator: fix memory leak on error path of regulator_register()Vladimir Zapolskiy1-11/+7
2020-06-30regualtor: pfuze100: correct sw1a/sw2 on pfuze3000Robin Gong1-21/+39
2020-06-22regulator: qcom-rpmh: Fix typos in pm8150 and pm8150lBjorn Andersson1-4/+4
2020-03-12regulator: stm32-vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier1-1/+2
2020-02-24regulator: core: Fix exported symbols to the exported GPL versionEnric Balletbo i Serra1-2/+2
2020-02-24regulator: vctrl-regulator: Avoid deadlock getting and setting the voltageEnric Balletbo i Serra2-15/+25