aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-23regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Gravatar Matthias Kaehlcke 1-3/+3
2022-12-23Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2022-12-15regulator: core: fix deadlock on regulator enableGravatar Johan Hovold 1-1/+1
2022-12-14regulator: core: Fix resolve supply lookup issueGravatar ChiYuan Huang 1-1/+1
2022-12-13Merge tag 'regulator-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-24/+39
2022-12-08regulator: core: Use different devices for resource allocation and DT lookupGravatar ChiYuan Huang 1-4/+4
2022-12-02regulator: core: fix resource leak in regulator_register()Gravatar Yang Yingliang 1-0/+1
2022-12-01regulator: core: fix module refcount leak in set_supply()Gravatar Yang Yingliang 1-0/+1
2022-12-01regulator: core: fix use_count leakage when handling boot-onGravatar Rui Zhang 1-1/+7
2022-11-25Merge tag 'regulator-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+6
2022-11-23regulator: core: use kfree_const() to free space conditionallyGravatar Wang ShaoBo 1-1/+1
2022-11-16regulator: core: fix UAF in destroy_regulator()Gravatar Yang Yingliang 1-1/+1
2022-11-16regulator: core: fix kobject release warning and memory leak in regulator_reg...Gravatar Zeng Heng 1-1/+5
2022-11-15regulator: core: fix unbalanced of node refcount in regulator_dev_lookup()Gravatar Yang Yingliang 1-0/+1
2022-11-03regulator: devres: Add devm_regulator_bulk_get_exclusive()Gravatar Zev Weiss 1-18/+24
2022-10-04Merge tag 'regulator-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-35/+63
2022-09-09regulator: core: Prevent integer underflowGravatar Patrick Rudolph 1-1/+1
2022-09-08Merge tag 'regulator-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+7
2022-08-29regulator: core: Fix regulator supply registration with sysfsGravatar Christian Kohlschütter 1-23/+21
2022-08-25regulator: core: Don't err if allow-set-load but no allowed-modesGravatar Douglas Anderson 1-0/+12
2022-08-25regulator: core: Require regulator drivers to check uV for get_optimum_mode()Gravatar Douglas Anderson 1-8/+14
2022-08-22regulator: core: Remove "ramp_delay not set" debug messageGravatar Christian Kohlschütter 1-3/+1
2022-08-22regulator: core: Clean up on enable failureGravatar Andrew Halaney 1-2/+7
2022-08-18regulator: core: Resolve supply name earlier to prevent double-initGravatar Christian Kohlschütter 1-19/+33
2022-08-10regulator: core: Fix missing error return from regulator_bulk_get()Gravatar Douglas Anderson 1-1/+1
2022-07-28regulator: Consumer load management improvementsGravatar Mark Brown 1-8/+12
2022-07-27regulator: core: Allow specifying an initial load w/ the bulk APIGravatar Douglas Anderson 1-8/+12
2022-07-19regulator: core: Fix off-on-delay-us for always-on/boot-on regulatorsGravatar Christian Kohlschütter 1-2/+3
2022-05-17Merge remote-tracking branch 'regulator/for-5.19' into regulator-nextGravatar Mark Brown 1-14/+72
2022-05-05regulator: core: Fix enable_count imbalance with EXCLUSIVE_GETGravatar Zev Weiss 1-2/+5
2022-05-04regulator: core: Add error flags to sysfs attributesGravatar Zev Weiss 1-0/+45
2022-04-21regulator: core: Sleep (not delay) in set_voltage()Gravatar Brian Norris 1-6/+1
2022-04-21regulator: core: Rename _regulator_enable_delay()Gravatar Brian Norris 1-8/+8
2022-04-04regulator: Flag uncontrollable regulators as always_onGravatar Mark Brown 1-0/+18
2022-02-08regulator: core: fix false positive in regulator_late_cleanup()Gravatar Oliver Barta 1-10/+3
2021-11-01Merge tag 'regulator-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+8
2021-10-23regulator: Don't error out fixed regulator in regulator_sync_voltage()Gravatar Dmitry Osipenko 1-0/+3
2021-09-30regulator: Lower priority of logging when setting supplyGravatar Mark Brown 1-1/+1
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Gravatar Maarten Lankhorst 1-1/+1
2021-09-13regulator: core: resolve supply voltage deferral silentlyGravatar Brian Norris 1-3/+4
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextGravatar Mark Brown 1-89/+227
2021-06-21Merge series "Extend regulator notification support" from Matti Vaittinen <ma...Gravatar Mark Brown 1-19/+144
2021-06-21regulator: add property parsing and callbacks to set protection limitsGravatar Matti Vaittinen 1-1/+121
2021-06-21regulator: IRQ based event/error notification helpersGravatar Matti Vaittinen 1-7/+22
2021-06-21regulator: move rdev_print helpers to internal.hGravatar Matti Vaittinen 1-11/+1
2021-06-14Merge tag 'for-5.14-regulator' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Mark Brown 1-0/+23
2021-06-02regulator: core: Use DEVICE_ATTR_RO macroGravatar YueHaibing 1-70/+60
2021-06-01regulator: core: Add regulator_sync_voltage_rdev()Gravatar Dmitry Osipenko 1-0/+23
2021-05-20regulator: core: resolve supply for boot-on/always-on regulatorsGravatar Dmitry Baryshkov 1-0/+6
2021-04-23regulator: core: Fix off_on_delay handlingGravatar Vincent Whitchurch 1-25/+8