summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-14regulator: core: fix deadlock on regulator enableJohan Hovold1-1/+1
2023-01-14regulator: core: fix use_count leakage when handling boot-onRui Zhang1-1/+7
2023-01-14regulator: core: fix resource leak in regulator_register()Yang Yingliang1-0/+1
2023-01-14regulator: core: fix module refcount leak in set_supply()Yang Yingliang1-0/+1
2023-01-14regulator: core: use kfree_const() to free space conditionallyWang ShaoBo1-1/+1
2023-01-14regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang1-0/+1
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-09-15regulator: core: Clean up on enable failureAndrew Halaney1-2/+7
2022-06-09regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss1-2/+5
2022-03-08regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta1-10/+3
2021-06-16regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov1-0/+6
2021-03-04regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede1-3/+3
2021-02-13regulator: Fix lockdep warning resolving suppliesMark Brown1-12/+17
2021-02-13regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins1-11/+28
2020-11-13regulator: workaround self-referent regulatorsMichał Mirosław1-1/+4
2020-11-13regulator: avoid resolve_supply() infinite recursionMichał Mirosław1-0/+6
2020-11-13regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław1-16/+13
2020-11-10regulator: core: don't disable regulator if is_enabled return error.Pi-Hsun Shih1-2/+3
2020-11-03regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław1-0/+2
2020-10-05Merge remote-tracking branch 'regulator/for-5.10' into regulator-nextMark Brown1-96/+143
2020-10-05regulator: Make constraint debug processing conditional on DEBUGGeert Uytterhoeven1-1/+12
2020-10-01regulator: core: Enlarge max OF property name length to 64 charsAngeloGioacchino Del Regno1-2/+2
2020-09-28regulator: resolve supply after creating regulatorMichał Mirosław1-8/+13
2020-09-28regulator: print symbolic errors in kernel messagesMichał Mirosław1-45/+49
2020-09-28regulator: print state at bootMichał Mirosław1-2/+7
2020-09-22regulator: fix indentation issueColin Ian King1-1/+1
2020-09-21regulator: unexport regulator_lock/unlock()Michał Mirosław1-4/+2
2020-09-17Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittine...Mark Brown1-1/+1
2020-09-11Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-83/+96
2020-09-07regulator: don't require mutex for regulator_notifier_call_chain()Michał Mirosław1-4/+1
2020-09-01regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()Dmitry Osipenko1-6/+9
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18Merge series "regulator: fix deadlock vs memory reclaim" from Michał Mirosł...Mark Brown1-73/+87
2020-08-18regulator: Remove pointer table overallocationMichał Mirosław1-5/+5
2020-08-18regulator: Avoid grabbing regulator lock during suspend/resumeStephen Boyd1-24/+51
2020-08-17regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław1-4/+0
2020-08-17regulator: cleanup regulator_ena_gpio_free()Michał Mirosław1-12/+12
2020-08-17regulator: plug of_node leak in regulator_register()'s error pathMichał Mirosław1-9/+4
2020-08-17regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław1-20/+26
2020-08-17regulator: push allocations in create_regulator() outside of lockMichał Mirosław1-25/+28
2020-08-17regulator: push allocation in regulator_ena_gpio_request() out of lockMichał Mirosław1-5/+14
2020-08-17regulator: push allocation in regulator_init_coupling() outside of lockMichał Mirosław1-2/+3
2020-07-24regulator: fix memory leak on error path of regulator_register()Vladimir Zapolskiy1-11/+7
2020-07-20regulator: core: Add destroy_regulator()Saravana Kannan1-13/+21
2020-07-15regulator: Allow regulators to verify enabled during enable()Sumit Semwal1-1/+62
2020-05-29regulator: core: Add regulator bypass trace pointsCharles Keepax1-0/+9
2020-05-29Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <...Mark Brown1-20/+29
2020-05-29regulator: extract voltage balancing code to the separate functionMarek Szyprowski1-20/+29