summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: tps65219: Fix matching interrupts for their regulatorsKrzysztof Kozlowski2023-07-191-3/+3
* regulator: core: Streamline debugfs operationsGeert Uytterhoeven2023-07-191-17/+13
* regulator: core: Fix more error checking for debugfs_create_dir()Geert Uytterhoeven2023-07-191-1/+1
* 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-061-1/+1
* regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke2023-03-101-3/+3
* 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: tps65219: use generic set_bypass()Jerome Neanne2023-03-101-19/+1
* regulator: tps65219: use IS_ERR() to detect an error pointerRandy Dunlap2023-03-101-1/+1
* 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 resolve supply lookup issueChiYuan Huang2022-12-311-1/+1
* regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang2022-12-314-7/+7
* 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
* Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-11-254-6/+22
|\
| * regulator: twl6030: fix get status of twl6032 regulatorsAndreas Kemnade2022-11-221-4/+11
| * regulator: twl6030: re-add TWL6032_SUBCLASSAndreas Kemnade2022-11-221-0/+2
| * regulator: slg51000: Wait after asserting CS pinKonrad Dybcio2022-11-181-0/+2
| * regulator: core: fix UAF in destroy_regulator()Yang Yingliang2022-11-161-1/+1
| * regulator: rt5759: fix OOB in validate_desc()Yang Yingliang2022-11-161-0/+1
| * regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng2022-11-161-1/+5
* | Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2022-10-071-0/+1
|\ \
| * | mfd: silergy,sy7636a: Add config option MFD_SY7636AAlistair Francis2022-09-281-0/+1
* | | Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-10-0417-347/+2206
|\ \ \ | | |/ | |/|
| * | regulator: gpio: Add input_supply support in gpio_regulator_configJerome Neanne2022-09-291-0/+15
| * | regulator: tps65219: Fix is_enabled checking in tps65219_set_bypassAxel Lin2022-09-261-4/+2
| * | regulator: qcom-rpmh: add pm660 and pm660l pmicsRichard Acayan2022-09-231-0/+54
| * | regulator: of: Fix kernel-docJiapeng Chong2022-09-191-1/+1
| * | regulator: of: Fix kernel-docJiapeng Chong2022-09-191-1/+1
| * | MediaTek Helio X10 MT6795 - MT6331/6332 RegulatorsMark Brown2022-09-134-0/+949
| |\ \
| | * | regulator: Add driver for MT6332 PMIC regulatorsAngeloGioacchino Del Regno2022-09-133-0/+432
| | * | regulator: Add driver for MT6331 PMIC regulatorsAngeloGioacchino Del Regno2022-09-133-0/+517
| * | | regulator: tps65219: Fix .bypass_val_on settingAxel Lin2022-09-091-1/+0
| * | | regulator: qcom_rpm: Fix circular deferral regressionLinus Walleij2022-09-091-12/+12
| * | | regulator: core: Prevent integer underflowPatrick Rudolph2022-09-091-1/+1