summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2024-05-17regulator: core: fix debugfs creation regressionJohan Hovold
2024-02-23regulator: core: Only increment use_count when enable_count changesRui Zhang
2023-10-25regulator/core: Revert "fix kobject release warning and memory leak in regula...Michał Mirosław
2023-07-27regulator: core: Streamline debugfs operationsGeert Uytterhoeven
2023-07-27regulator: core: Fix more error checking for debugfs_create_dir()Geert Uytterhoeven
2023-06-21regulator: Fix error checking for debugfs_create_dirOsama Muhammad
2023-05-17regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson
2023-05-17regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson
2023-01-14regulator: core: fix deadlock on regulator enableJohan Hovold
2023-01-14regulator: core: fix use_count leakage when handling boot-onRui Zhang
2023-01-14regulator: core: fix resource leak in regulator_register()Yang Yingliang
2023-01-14regulator: core: fix module refcount leak in set_supply()Yang Yingliang
2023-01-14regulator: core: use kfree_const() to free space conditionallyWang ShaoBo
2023-01-14regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang
2022-12-02regulator: core: fix UAF in destroy_regulator()Yang Yingliang
2022-12-02regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng
2022-10-26regulator: core: Prevent integer underflowPatrick Rudolph
2022-09-15regulator: core: Clean up on enable failureAndrew Halaney
2022-06-09regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss
2022-03-08regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta
2021-06-16regulator: core: resolve supply for boot-on/always-on regulatorsDmitry Baryshkov
2021-03-04regulator: core: Avoid debugfs: Directory ... already present! errorHans de Goede
2021-02-13regulator: Fix lockdep warning resolving suppliesMark Brown
2021-02-13regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins
2020-11-13regulator: workaround self-referent regulatorsMichał Mirosław
2020-11-13regulator: avoid resolve_supply() infinite recursionMichał Mirosław
2020-11-13regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław
2020-11-10regulator: core: don't disable regulator if is_enabled return error.Pi-Hsun Shih
2020-11-03regulator: defer probe when trying to get voltage from unresolved supplyMichał Mirosław
2020-10-05Merge remote-tracking branch 'regulator/for-5.10' into regulator-nextMark Brown
2020-10-05regulator: Make constraint debug processing conditional on DEBUGGeert Uytterhoeven
2020-10-01regulator: core: Enlarge max OF property name length to 64 charsAngeloGioacchino Del Regno
2020-09-28regulator: resolve supply after creating regulatorMichał Mirosław
2020-09-28regulator: print symbolic errors in kernel messagesMichał Mirosław
2020-09-28regulator: print state at bootMichał Mirosław
2020-09-22regulator: fix indentation issueColin Ian King
2020-09-21regulator: unexport regulator_lock/unlock()Michał Mirosław
2020-09-17Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittine...Mark Brown
2020-09-11Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-09-07regulator: don't require mutex for regulator_notifier_call_chain()Michał Mirosław
2020-09-01regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()Dmitry Osipenko
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18Merge series "regulator: fix deadlock vs memory reclaim" from Michał Mirosł...Mark Brown
2020-08-18regulator: Remove pointer table overallocationMichał Mirosław
2020-08-18regulator: Avoid grabbing regulator lock during suspend/resumeStephen Boyd
2020-08-17regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław
2020-08-17regulator: cleanup regulator_ena_gpio_free()Michał Mirosław
2020-08-17regulator: plug of_node leak in regulator_register()'s error pathMichał Mirosław
2020-08-17regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław
2020-08-17regulator: push allocations in create_regulator() outside of lockMichał Mirosław