summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
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 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
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-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-16regulator: bd9571mwv: Fix AVS and DVFS voltage rangeGeert Uytterhoeven1-2/+2
2021-03-03regulator: axp20x: Fix reference cout leakPan Bian1-4/+3
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: 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: push allocation in set_consumer_device_supply() out of lockMichał Mirosław1-20/+26
2020-02-28regulator: 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-09regulator: ab8500: Remove AB8505 USB regulatorStephan Gerhold1-17/+0
2019-12-31regulator: max8907: Fix the usage of uninitialized variable in max8907_regula...Yizhuo1-3/+12
2019-12-21Revert "regulator: Defer init completion for a while after late_initcall"Greg Kroah-Hartman1-31/+11
2019-12-05regulator: tps65910: fix a missing check of return valueKangjie Lu1-1/+3
2019-12-05drivers/regulator: fix a missing check of return valueKangjie Lu1-1/+4
2019-11-10regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() c...Yizhuo1-1/+7
2019-11-10regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdoneAxel Lin1-18/+8
2019-10-05regulator: Defer init completion for a while after late_initcallMark Brown1-11/+31
2019-10-05regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vnegAxel Lin1-1/+1
2019-07-31regulator: s2mps11: Fix buck7 and buck8 wrong voltagesKrzysztof Kozlowski1-2/+2
2019-04-05regulator: act8865: Fix act8600_sudcdc_voltage_ranges settingAxel Lin1-2/+3
2019-03-23regulator: s2mpa01: Fix step values for some LDOsStuart Menefy1-5/+5
2019-03-23regulator: max77620: Initialize values for DT propertiesMark Zhang1-1/+9
2019-03-23regulator: s2mps11: Fix steps for buck7, buck8 and LDO35Krzysztof Kozlowski1-3/+3
2018-10-04regulator: fix crash caused by null driver dataYu Zhao1-1/+1
2018-08-03regulator: Don't return or expect -errno from of_map_mode()Douglas Anderson3-8/+9
2018-08-03regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_opsAnson Huang1-0/+1
2018-05-30regulator: of: Add a missing 'of_node_put()' in an error handling path of 'of...Christophe JAILLET1-0/+1
2018-05-30regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'Christophe Jaillet1-9/+7