OSDN Git Service

regulator: fan53555: Improve vsel_mask computation
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Thu, 6 Apr 2023 19:41:56 +0000 (22:41 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 11 Apr 2023 12:24:55 +0000 (13:24 +0100)
commit6bb18339c6b54e0241344280fe4d14909db9356c
treee313398aadf859cf6d6f758d81a0df7ab05e4295
parentd25016618c0845b2a0f9ae64d084a66efd39b03c
regulator: fan53555: Improve vsel_mask computation

In preparation for introducing support for additional regulators which
do not use the maximum number of voltage selectors available for a given
mask, improve the mask computation formula by using fls().

Note fls() requires the bitops header, hence include it explicitly and
drop bits.h which is already pulled by bitops.h.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20230406194158.963352-7-cristian.ciocaltea@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/fan53555.c