aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Vaittinen <matti.vaittinen@fi.rohmeurope.com>:Mark Brown1-1/+1
2020-09-11Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus 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-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18Merge series "regulator: fix deadlock vs memory reclaim" from Michał Mirosław <mirq-linux@rere.qmqm.pl>: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 <m.szyprowski@samsung.com>:Mark Brown1-20/+29
2020-05-29regulator: extract voltage balancing code to the separate functionMarek Szyprowski1-20/+29
2020-05-20Merge series "MAINTAINER entries for few ROHM power devices" from Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>:Mark Brown1-14/+11
2020-04-29regulator: Revert "Use driver_deferred_probe_timeout for regulator_init_complete_work"John Stultz1-14/+11
2020-04-14regulator: use consumer->supply_name in debugfs/regulator_summaryMichał Mirosław1-0/+1
2020-03-30Merge tag 'regulator-spi-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/miscLinus Torvalds1-4/+1
2020-03-13regulator: core: Avoid device name duplication in NORMAL_GETAndy Shevchenko1-4/+1
2020-03-04regulator: Use driver_deferred_probe_timeout for regulator_init_complete_workJohn Stultz1-11/+14
2020-01-23Merge branch 'regulator-5.5' into regulator-linusMark Brown1-0/+2
2020-01-20regulator: core: Fix exported symbols to the exported GPL versionEnric Balletbo i Serra1-2/+2
2020-01-17regulator: vctrl-regulator: Avoid deadlock getting and setting the voltageEnric Balletbo i Serra1-0/+2
2019-12-17Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-4/+12
2019-12-09regulator: core: avoid unneeded .list_voltage callsCristian Marussi1-0/+4
2019-12-03regulator: core: fix regulator_register() error paths to properly release rdevWen Yang1-2/+6
2019-11-27regulator: fix use after free issueWen Yang1-2/+2
2019-11-22Merge branch 'regulator-5.5' into regulator-nextMark Brown1-1/+9
2019-11-15regulator: core: Let boot-on regulators be powered offPascal Paillet1-1/+3
2019-11-15regulator: core: Don't try to remove device links if add failedSaravana Kannan1-2/+6
2019-10-28regulator: core: Allow generic coupling only for always-on regulatorsDmitry Osipenko1-0/+6
2019-10-28regulator: core: Release coupled_rdevs on regulator_init_coupling() errorDmitry Osipenko1-0/+1
2019-09-17regulator: core: make regulator_register() EPROBE_DEFER awareMarco Felsch1-0/+13
2019-09-11regulator: core: Fix error return for /sys accessH. Nikolaus Schaller1-3/+5