summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2023-07-23regulator: core: Streamline debugfs operationsGeert Uytterhoeven1-17/+13
2023-07-23regulator: core: Fix more error checking for debugfs_create_dir()Geert Uytterhoeven1-1/+1
2023-06-21regulator: Fix error checking for debugfs_create_dirOsama Muhammad1-2/+2
2023-05-30regulator: mt6359: add read check for PMIC MT6359Sen Chu1-2/+5
2023-05-30regulator: pca9450: Fix BUCK2 enable_maskAlexander Stein1-2/+2
2023-05-11regulator: stm32-pwr: fix of_iomap leakYAN SHI1-4/+3
2023-05-11regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson1-8/+83
2023-05-11regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson1-0/+2
2023-05-11regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since ...Douglas Anderson1-4/+3
2023-04-26regulator: fan53555: Fix wrong TCS_SLEW_MASKCristian Ciocaltea1-1/+1
2023-04-26regulator: fan53555: Explicitly include bits headerCristian Ciocaltea1-5/+6
2023-04-05regulator: Handle deferred clkChristophe JAILLET1-1/+1
2023-03-17regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke1-3/+3
2023-03-17regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsChristian Kohlschütter1-2/+3
2023-03-17regulator: Flag uncontrollable regulators as always_onMark Brown1-0/+18
2023-03-10regulator: s5m8767: Bounds check id indexing into arraysKees Cook1-1/+5
2023-03-10regulator: max77802: Bounds check regulator id against opmodeKees Cook1-10/+24
2023-01-18regulator: da9211: Use irq handler when readyRicardo Ribalda1-5/+6
2022-12-31regulator: core: fix deadlock on regulator enableJohan Hovold1-1/+1
2022-12-31regulator: core: fix use_count leakage when handling boot-onRui Zhang1-1/+7
2022-12-31regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_pr...Yuan Can1-0/+1
2022-12-31regulator: core: fix resource leak in regulator_register()Yang Yingliang1-0/+1
2022-12-31regulator: core: fix module refcount leak in set_supply()Yang Yingliang1-0/+1
2022-12-31regulator: core: use kfree_const() to free space conditionallyWang ShaoBo1-1/+1
2022-12-31regulator: qcom-rpmh: Fix PMR735a S3 regulator specKonrad Dybcio1-1/+1
2022-12-31regulator: 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-12-14regulator: slg51000: Wait after asserting CS pinKonrad Dybcio1-0/+2
2022-12-02regulator: twl6030: re-add TWL6032_SUBCLASSAndreas Kemnade1-0/+2
2022-12-02regulator: core: fix UAF in destroy_regulator()Yang Yingliang1-1/+1
2022-12-02regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng1-1/+5
2022-10-26regulator: core: Prevent integer underflowPatrick Rudolph1-1/+1
2022-10-26regulator: qcom_rpm: Fix circular deferral regressionLinus Walleij1-12/+12
2022-09-23regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulato...Xiaolei Wang1-1/+1
2022-09-15regulator: core: Clean up on enable failureAndrew Halaney1-2/+7
2022-08-17regulator: of: Fix refcount leak bug in of_get_regulation_constraints()Liang He1-1/+5
2022-08-17regulator: qcom_smd: Fix pm8916_pldo rangeStephan Gerhold1-2/+2
2022-06-09regulator: scmi: Fix refcount leak in scmi_regulator_probeMiaoqian Lin1-1/+1
2022-06-09regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dtMiaoqian Lin1-0/+2
2022-06-09regulator: qcom_smd: Fix up PM8950 regulator configurationKonrad Dybcio1-18/+17
2022-06-09regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss1-2/+5
2022-06-09regulator: da9121: Fix uninit-value in da9121_assign_chip_model()Wei Yongjun1-0/+2
2022-04-20regulator: wm8994: Add an off-on delay for WM8994 variantJonathan Bakker1-3/+39
2022-04-13regulator: atc260x: Fix missing active_discharge_on settingAxel Lin1-0/+1
2022-04-13regulator: rtq2134: Fix missing active_discharge_on settingAxel Lin1-0/+1
2022-04-08regulator: rpi-panel: Handle I2C errors/timing to the AtmelDave Stevenson1-10/+46
2022-04-08regulator: qcom_smd: fix for_each_child.cocci warningskernel test robot1-1/+3
2022-03-08regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta1-10/+3
2022-01-27regulator: qcom_smd: Align probe function with rpmh-regulatorKonrad Dybcio1-30/+70
2022-01-27regulator: da9121: Prevent current limit change when enabledAdam Ward1-0/+5