summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: pwm-regulator: Add validity checks in continuous .get_voltageMartin Blumenstingl2024-03-011-0/+3
* regulator: Fix error checking for debugfs_create_dirOsama Muhammad2023-06-211-2/+2
* regulator: da905{2,5}: Remove unnecessary array checkNathan Chancellor2023-06-092-2/+2
* regulator: s5m8767: Bounds check id indexing into arraysKees Cook2023-03-111-1/+5
* regulator: max77802: Bounds check regulator id against opmodeKees Cook2023-03-111-10/+24
* regulator: da9211: Use irq handler when readyRicardo Ribalda2023-01-181-5/+6
* regulator: core: fix use_count leakage when handling boot-onRui Zhang2023-01-181-1/+7
* regulator: core: fix module refcount leak in set_supply()Yang Yingliang2023-01-181-0/+1
* regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang2023-01-181-0/+1
* regulator: twl6030: fix get status of twl6032 regulatorsAndreas Kemnade2022-12-141-4/+11
* regulator: qcom_rpm: Fix circular deferral regressionLinus Walleij2022-10-261-12/+12
* regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulato...Xiaolei Wang2022-09-281-1/+1
* regulator: of: Fix refcount leak bug in of_get_regulation_constraints()Liang He2022-08-251-1/+5
* regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dtMiaoqian Lin2022-06-141-0/+2
* regulator: qcom_smd: fix for_each_child.cocci warningskernel test robot2022-04-151-1/+3
* regulator: core: Let boot-on regulators be powered offPascal Paillet2022-01-271-1/+3
* regulator: qcom_smd: Align probe function with rpmh-regulatorKonrad Dybcio2022-01-271-30/+70
* regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is disa...Krzysztof Kozlowski2021-11-261-12/+9
* regulator: da9052: Ensure enough delay time for .set_voltage_time_selAxel Lin2021-07-201-1/+2
* regulator: uniphier: Add missing MODULE_DEVICE_TABLEZou Wei2021-07-201-0/+1
* regulator: max77620: Use device_set_of_node_from_dev()Dmitry Osipenko2021-06-161-0/+7
* regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov2021-06-161-0/+6
* regulator: bd9571mwv: Fix AVS and DVFS voltage rangeGeert Uytterhoeven2021-04-141-2/+2
* regulator: s5m8767: Drop regulators OF node referenceKrzysztof Kozlowski2021-03-041-2/+6
* regulator: axp20x: Fix reference cout leakPan Bian2021-03-041-4/+3
* regulator: Fix lockdep warning resolving suppliesMark Brown2021-02-131-12/+17
* regulator: core: Clean enabling always-on regulators + their suppliesDouglas Anderson2021-02-131-2/+16
* regulator: core: enable power when setting up constraintsOlliver Schinagl2021-02-131-11/+11
* regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins2021-02-131-11/+28
* regulator: workaround self-referent regulatorsMichał Mirosław2020-11-241-1/+4
* regulator: avoid resolve_supply() infinite recursionMichał Mirosław2020-11-241-0/+6
* regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław2020-11-241-16/+13
* regulator: pfuze100: limit pfuze-support-disable-sw to pfuze{100,200}Sean Nyekjaer2020-11-241-5/+8
* regulator: ti-abb: Fix array out of bound read access on the first transitionNishanth Menon2020-11-241-1/+11
* regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław2020-11-181-0/+2
* regulator: resolve supply after creating regulatorMichał Mirosław2020-10-291-8/+13
* regulator: pwm: Fix machine constraints applicationVincent Whitchurch2020-09-231-1/+1
* regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław2020-09-171-20/+26
* regualtor: pfuze100: correct sw1a/sw2 on pfuze3000Robin Gong2020-06-301-21/+39
* regulator: rk808: Lower log level on optional GPIOs being not availableMiquel Raynal2020-02-241-1/+1
* regulator: tps65086: Fix tps65086_ldoa1_ranges for selector 0xBAxel Lin2020-01-271-2/+2
* regulator: lp87565: Fix missing register for LP87565_BUCK_0Axel Lin2020-01-271-1/+1
* regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA to uAAxel Lin2020-01-271-2/+2
* regulator: pv88090: Fix array out-of-bounds accessAxel Lin2020-01-271-1/+1
* regulator: pv88080: Fix array out-of-bounds accessAxel Lin2020-01-271-1/+1
* regulator: pv88060: Fix array out-of-bounds accessAxel Lin2020-01-271-1/+1
* regulator: rn5t618: fix module aliasesAndreas Kemnade2020-01-121-0/+1
* regulator: fix use after free issueWen Yang2020-01-121-2/+2
* regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold2020-01-091-17/+0
* regulator: max8907: Fix the usage of uninitialized variable in max8907_regula...Yizhuo2019-12-311-3/+12