summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2024-07-05regulator: core: Fix modpost error "regulator_get_regmap" undefinedBiju Das1-0/+1
2024-03-01regulator: pwm-regulator: Add validity checks in continuous .get_voltageMartin Blumenstingl1-0/+3
2023-06-21regulator: Fix error checking for debugfs_create_dirOsama Muhammad1-2/+2
2023-06-09regulator: da905{2,5}: Remove unnecessary array checkNathan Chancellor2-2/+2
2023-03-11regulator: s5m8767: Bounds check id indexing into arraysKees Cook1-1/+5
2023-03-11regulator: max77802: Bounds check regulator id against opmodeKees Cook1-10/+24
2023-01-18regulator: da9211: Use irq handler when readyRicardo Ribalda1-5/+6
2023-01-18regulator: core: fix use_count leakage when handling boot-onRui Zhang1-1/+7
2023-01-18regulator: core: fix module refcount leak in set_supply()Yang Yingliang1-0/+1
2023-01-18regulator: 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-10-26regulator: qcom_rpm: Fix circular deferral regressionLinus Walleij1-12/+12
2022-09-28regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulato...Xiaolei Wang1-1/+1
2022-08-25regulator: of: Fix refcount leak bug in of_get_regulation_constraints()Liang He1-1/+5
2022-06-14regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dtMiaoqian Lin1-0/+2
2022-04-15regulator: qcom_smd: fix for_each_child.cocci warningskernel test robot1-1/+3
2022-01-27regulator: core: Let boot-on regulators be powered offPascal Paillet1-1/+3
2022-01-27regulator: qcom_smd: Align probe function with rpmh-regulatorKonrad Dybcio1-30/+70
2021-11-26regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is disa...Krzysztof Kozlowski1-12/+9
2021-07-20regulator: da9052: Ensure enough delay time for .set_voltage_time_selAxel Lin1-1/+2
2021-07-20regulator: 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-04regulator: s5m8767: Drop regulators OF node referenceKrzysztof Kozlowski1-2/+6
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: Clean enabling always-on regulators + their suppliesDouglas Anderson1-2/+16
2021-02-13regulator: core: enable power when setting up constraintsOlliver Schinagl1-11/+11
2021-02-13regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins1-11/+28
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-18regulator: 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-09-23regulator: pwm: Fix machine constraints applicationVincent Whitchurch1-1/+1
2020-09-17regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław1-20/+26
2020-06-30regualtor: pfuze100: correct sw1a/sw2 on pfuze3000Robin Gong1-21/+39
2020-02-24regulator: rk808: Lower log level on optional GPIOs being not availableMiquel Raynal1-1/+1
2020-01-27regulator: tps65086: Fix tps65086_ldoa1_ranges for selector 0xBAxel Lin1-2/+2
2020-01-27regulator: lp87565: Fix missing register for LP87565_BUCK_0Axel Lin1-1/+1
2020-01-27regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA to uAAxel Lin1-2/+2
2020-01-27regulator: pv88090: Fix array out-of-bounds accessAxel Lin1-1/+1
2020-01-27regulator: pv88080: Fix array out-of-bounds accessAxel Lin1-1/+1
2020-01-27regulator: pv88060: Fix array out-of-bounds accessAxel Lin1-1/+1
2020-01-12regulator: rn5t618: fix module aliasesAndreas Kemnade1-0/+1
2020-01-12regulator: fix use after free issueWen Yang1-2/+2
2020-01-09regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold1-17/+0