aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
AgeCommit message (Expand)Author
2023-12-06regulator: event: Add regulator netlink event supportNaresh Solanki
2023-11-13regulator: add under-voltage support (part 2)Mark Brown
2023-11-13regulator: core: Only increment use_count when enable_count changesRui Zhang
2023-11-13regulator: core: Add option to prevent disabling unused regulatorsJavier Martinez Canillas
2023-11-13regulator: Implement uv_survival_time for handling under-voltage eventsOleksij Rempel
2023-11-13regulator: Introduce handling for system-critical under-voltage eventsOleksij Rempel
2023-09-26regulator/core: Revert "fix kobject release warning and memory leak in regula...Michał Mirosław
2023-09-26regulator/core: regulator_register: set device->class earlierMichał Mirosław
2023-05-25regulator: core: Streamline debugfs operationsGeert Uytterhoeven
2023-05-25regulator: core: Fix more error checking for debugfs_create_dir()Geert Uytterhoeven
2023-05-16regulator: Fix error checking for debugfs_create_dirOsama Muhammad
2023-04-18regulator: core: Make regulator_lock_two() logic easier to followDouglas Anderson
2023-04-06regulator: core: Avoid lockdep reports when resolving suppliesDouglas Anderson
2023-04-06regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow()Douglas Anderson
2023-03-14regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since ...Douglas Anderson
2023-02-23regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke
2022-12-23Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-15regulator: core: fix deadlock on regulator enableJohan Hovold
2022-12-14regulator: core: Fix resolve supply lookup issueChiYuan Huang
2022-12-13Merge tag 'regulator-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2022-12-08regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang
2022-12-02regulator: core: fix resource leak in regulator_register()Yang Yingliang
2022-12-01regulator: core: fix module refcount leak in set_supply()Yang Yingliang
2022-12-01regulator: core: fix use_count leakage when handling boot-onRui Zhang
2022-11-25Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-11-23regulator: core: use kfree_const() to free space conditionallyWang ShaoBo
2022-11-16regulator: core: fix UAF in destroy_regulator()Yang Yingliang
2022-11-16regulator: core: fix kobject release warning and memory leak in regulator_reg...Zeng Heng
2022-11-15regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Yang Yingliang
2022-11-03regulator: devres: Add devm_regulator_bulk_get_exclusive()Zev Weiss
2022-10-04Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2022-09-09regulator: core: Prevent integer underflowPatrick Rudolph
2022-09-08Merge tag 'regulator-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-29regulator: core: Fix regulator supply registration with sysfsChristian Kohlschütter
2022-08-25regulator: core: Don't err if allow-set-load but no allowed-modesDouglas Anderson
2022-08-25regulator: core: Require regulator drivers to check uV for get_optimum_mode()Douglas Anderson
2022-08-22regulator: core: Remove "ramp_delay not set" debug messageChristian Kohlschütter
2022-08-22regulator: core: Clean up on enable failureAndrew Halaney
2022-08-18regulator: core: Resolve supply name earlier to prevent double-initChristian Kohlschütter
2022-08-10regulator: core: Fix missing error return from regulator_bulk_get()Douglas Anderson
2022-07-28regulator: Consumer load management improvementsMark Brown
2022-07-27regulator: core: Allow specifying an initial load w/ the bulk APIDouglas Anderson
2022-07-19regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsChristian Kohlschütter
2022-05-17Merge remote-tracking branch 'regulator/for-5.19' into regulator-nextMark Brown
2022-05-05regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETZev Weiss
2022-05-04regulator: core: Add error flags to sysfs attributesZev Weiss
2022-04-21regulator: core: Sleep (not delay) in set_voltage()Brian Norris
2022-04-21regulator: core: Rename _regulator_enable_delay()Brian Norris
2022-04-04regulator: Flag uncontrollable regulators as always_onMark Brown
2022-02-08regulator: core: fix false positive in regulator_late_cleanup()Oliver Barta