]> www.infradead.org Git - users/jedix/linux-maple.git/commit
regulator: pwm-regulator: Calculate the output voltage for disabled PWMs
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 13 Jan 2024 22:46:27 +0000 (23:46 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 22 Jan 2024 15:31:22 +0000 (15:31 +0000)
commit6a7d11efd6915d80a025f2a0be4ae09d797b91ec
treecdce0f27460b862f76dec269aa8e5cc71746d905
parentc92688cac239794e4a1d976afa5203a4d3a2ac0e
regulator: pwm-regulator: Calculate the output voltage for disabled PWMs

If a PWM output is disabled then it's voltage has to be calculated
based on a zero duty cycle (for normal polarity) or duty cycle being
equal to the PWM period (for inverted polarity). Add support for this
to pwm_regulator_get_voltage().

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://msgid.link/r/20240113224628.377993-3-martin.blumenstingl@googlemail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/pwm-regulator.c