summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2024-06-12regulator: bd71828: Don't overwrite runtime voltagesMatti Vaittinen1-56/+2
2024-06-12regulator: vqmmc-ipq4019: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-06-12regulator: irq_helpers: duplicate IRQ nameMatti Vaittinen1-0/+3
2024-05-17regulator: core: fix debugfs creation regressionJohan Hovold1-11/+16
2024-05-17regulator: mt6360: De-capitalize devicetree regulator subnodesAngeloGioacchino Del Regno1-12/+20
2024-03-01regulator: pwm-regulator: Add validity checks in continuous .get_voltageMartin Blumenstingl1-0/+3
2024-02-05regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared...Romain Naour1-3/+19
2024-02-05regulator: core: Only increment use_count when enable_count changesRui Zhang1-26/+30
2023-11-20regulator: mt6358: Fail probe on unknown chip IDChen-Yu Tsai1-4/+10
2023-10-25regulator/core: Revert "fix kobject release warning and memory leak in regula...Michał Mirosław1-5/+1
2023-10-10regulator/core: regulator_register: set device->class earlierMichał Mirosław1-2/+2
2023-10-10regulator: mt6358: split ops for buck and linear range LDO regulatorsChen-Yu Tsai1-3/+15
2023-10-10regulator: mt6358: Use linear voltage helpers for single range regulatorsChen-Yu Tsai1-81/+40
2023-10-10regulator: mt6358: Drop *_SSHUB regulatorsChen-Yu Tsai1-14/+0
2023-07-19regulator: tps65219: Fix matching interrupts for their regulatorsKrzysztof Kozlowski1-3/+3
2023-07-19regulator: core: Streamline debugfs operationsGeert Uytterhoeven1-17/+13
2023-07-19regulator: 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-06regulator: Handle deferred clkChristophe JAILLET1-1/+1
2023-03-10regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke1-3/+3
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-03-10regulator: tps65219: use generic set_bypass()Jerome Neanne1-19/+1
2023-03-10regulator: tps65219: use IS_ERR() to detect an error pointerRandy Dunlap1-1/+1
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 resolve supply lookup issueChiYuan Huang1-1/+1
2022-12-31regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang4-7/+7
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-11-26Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-6/+22
2022-11-22regulator: twl6030: fix get status of twl6032 regulatorsAndreas Kemnade1-4/+11
2022-11-22regulator: twl6030: re-add TWL6032_SUBCLASSAndreas Kemnade1-0/+2
2022-11-18regulator: slg51000: Wait after asserting CS pinKonrad Dybcio1-0/+2
2022-11-16regulator: core: fix UAF in destroy_regulator()Yang Yingliang1-1/+1
2022-11-16regulator: rt5759: fix OOB in validate_desc()Yang Yingliang1-0/+1
2022-11-16regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng1-1/+5