regulator: core: Let boot-on regulators be powered off
authorPascal Paillet <p.paillet@st.com>
Wed, 13 Nov 2019 10:27:37 +0000 (11:27 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 15 Nov 2019 12:05:27 +0000 (12:05 +0000)
commit089b3f61ecfc43ca4ea26d595e1d31ead6de3f7b
tree4e8e82926a2adc6b4f9c0a0729e1b34c1ce13daa
parent458ea3ad033fc86e291712ce50cbe60c3428cf30
regulator: core: Let boot-on regulators be powered off

Boot-on regulators are always kept on because their use_count value
is now incremented at boot time and never cleaned.

Only increment count value for alway-on regulators.
regulator_late_cleanup() is now able to power off boot-on regulators
when unused.

Fixes: 05f224ca6693 ("regulator: core: Clean enabling always-on regulators + their supplies")
Signed-off-by: Pascal Paillet <p.paillet@st.com>
Link: https://lore.kernel.org/r/20191113102737.27831-1-p.paillet@st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/core.c