]> git.ipfire.org Git - thirdparty/linux.git/commit
regulator: tps6594-regulator: refactor variant descriptions
authorMichael Walle <mwalle@kernel.org>
Thu, 3 Jul 2025 11:31:52 +0000 (13:31 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 10 Jul 2025 11:10:03 +0000 (12:10 +0100)
commite64ee27abfe1e9baea14b31c0a6b6bf93ac8652c
treef77d091611263c4dd7141ab8910ecf4a7e7952a8
parent180a135eafa9e05657559bb04cc9eb6a86ca45f3
regulator: tps6594-regulator: refactor variant descriptions

Instead of using conditionals or tri state operators throughout the
.probe() provide a description per variant. This will make it much
easier to add new variants later.

While at it, make the variable naming more consistent.

This patch is only compile-time tested.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://patch.msgid.link/20250703113153.2447110-8-mwalle@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/tps6594-regulator.c