regulator: userspace-consumer: Handle regulator-output DT nodes
authorZev Weiss <zev@bewilderbeest.net>
Mon, 31 Oct 2022 23:37:04 +0000 (16:37 -0700)
committerMark Brown <broonie@kernel.org>
Thu, 3 Nov 2022 13:35:06 +0000 (13:35 +0000)
commit5c51d4afcf3fd36159713556402e16cfab794ae9
tree0c702c68c1b631e042ddc8e23cf776650b40806c
parent14b8ad4c2580231fc45c2313ef822a15bb12f63f
regulator: userspace-consumer: Handle regulator-output DT nodes

In addition to adding some fairly simple OF support code, we make some
slight adjustments to the userspace-consumer driver to properly
support use with regulator-output hardware:

 - We now do an exclusive get of the supply regulators so as to
   prevent regulator_init_complete_work from automatically disabling
   them.

 - Instead of assuming that the supply is initially disabled, we now
   query its state to determine the initial value of drvdata->enabled.

Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Link: https://lore.kernel.org/r/20221031233704.22575-4-zev@bewilderbeest.net
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/userspace-consumer.c
include/linux/regulator/userspace-consumer.h