summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: Fix error checking for debugfs_create_dirOsama Muhammad2023-06-211-2/+2
* regulator: mt6359: add read check for PMIC MT6359Sen Chu2023-05-301-2/+5
* regulator: pca9450: Fix BUCK2 enable_maskAlexander Stein2023-05-301-2/+2
* regulator: stm32-pwr: fix of_iomap leakYAN SHI2023-05-111-4/+3
* regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson2023-05-111-8/+83
* regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson2023-05-111-0/+2
* regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since ...Douglas Anderson2023-05-111-4/+3
* regulator: fan53555: Fix wrong TCS_SLEW_MASKCristian Ciocaltea2023-04-261-1/+1
* regulator: fan53555: Explicitly include bits headerCristian Ciocaltea2023-04-261-5/+6
* regulator: Handle deferred clkChristophe JAILLET2023-04-051-1/+1
* regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke2023-03-171-3/+3
* regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsChristian Kohlschütter2023-03-171-2/+3
* regulator: Flag uncontrollable regulators as always_onMark Brown2023-03-171-0/+18
* regulator: s5m8767: Bounds check id indexing into arraysKees Cook2023-03-101-1/+5
* regulator: max77802: Bounds check regulator id against opmodeKees Cook2023-03-101-10/+24
* regulator: da9211: Use irq handler when readyRicardo Ribalda2023-01-181-5/+6
* regulator: core: fix deadlock on regulator enableJohan Hovold2022-12-311-1/+1
* regulator: core: fix use_count leakage when handling boot-onRui Zhang2022-12-311-1/+7
* regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_pr...Yuan Can2022-12-311-0/+1
* regulator: core: fix resource leak in regulator_register()Yang Yingliang2022-12-311-0/+1
* regulator: core: fix module refcount leak in set_supply()Yang Yingliang2022-12-311-0/+1
* regulator: core: use kfree_const() to free space conditionallyWang ShaoBo2022-12-311-1/+1
* regulator: qcom-rpmh: Fix PMR735a S3 regulator specKonrad Dybcio2022-12-311-1/+1
* regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang2022-12-311-0/+1
* regulator: twl6030: fix get status of twl6032 regulatorsAndreas Kemnade2022-12-141-4/+11
* regulator: slg51000: Wait after asserting CS pinKonrad Dybcio2022-12-141-0/+2
* regulator: twl6030: re-add TWL6032_SUBCLASSAndreas Kemnade2022-12-021-0/+2
* regulator: core: fix UAF in destroy_regulator()Yang Yingliang2022-12-021-1/+1
* regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng2022-12-021-1/+5
* regulator: core: Prevent integer underflowPatrick Rudolph2022-10-261-1/+1
* 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-231-1/+1
* regulator: core: Clean up on enable failureAndrew Halaney2022-09-151-2/+7
* regulator: of: Fix refcount leak bug in of_get_regulation_constraints()Liang He2022-08-171-1/+5
* regulator: qcom_smd: Fix pm8916_pldo rangeStephan Gerhold2022-08-171-2/+2
* regulator: scmi: Fix refcount leak in scmi_regulator_probeMiaoqian Lin2022-06-091-1/+1
* regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dtMiaoqian Lin2022-06-091-0/+2
* regulator: qcom_smd: Fix up PM8950 regulator configurationKonrad Dybcio2022-06-091-18/+17
* regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss2022-06-091-2/+5
* regulator: da9121: Fix uninit-value in da9121_assign_chip_model()Wei Yongjun2022-06-091-0/+2
* regulator: wm8994: Add an off-on delay for WM8994 variantJonathan Bakker2022-04-201-3/+39
* regulator: atc260x: Fix missing active_discharge_on settingAxel Lin2022-04-131-0/+1
* regulator: rtq2134: Fix missing active_discharge_on settingAxel Lin2022-04-131-0/+1
* regulator: rpi-panel: Handle I2C errors/timing to the AtmelDave Stevenson2022-04-081-10/+46
* regulator: qcom_smd: fix for_each_child.cocci warningskernel test robot2022-04-081-1/+3
* regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta2022-03-081-10/+3
* regulator: qcom_smd: Align probe function with rpmh-regulatorKonrad Dybcio2022-01-271-30/+70
* regulator: da9121: Prevent current limit change when enabledAdam Ward2022-01-271-0/+5
* regulator: qcom-labibb: OCP interrupts are not a failure while disabledMarijn Suijten2022-01-271-1/+1
* regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is disa...Krzysztof Kozlowski2021-11-181-12/+9