]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: pwm: Use pwm_get_args() where appropriate
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Thu, 14 Apr 2016 19:17:27 +0000 (21:17 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 3 May 2016 11:46:50 +0000 (13:46 +0200)
commitdc88a62f1f8b1ee569cfee21ea9b2e756f6301c8
treec63e10b16952e55f8ecc50872b01bab6a6d03dd2
parent9d3869b983e6bfa4b6b5abea83156694192e000e
regulator: pwm: Use pwm_get_args() where appropriate

The PWM framework has clarified the concept of reference PWM config (the
platform dependent config retrieved from the DT or the PWM lookup table)
and real PWM state.

Use pwm_get_args() when the PWM user wants to retrieve this reference
config and not the current state.

This is part of the rework allowing the PWM framework to support
hardware readout and expose real PWM state even when the PWM has just
been requested (before the user calls pwm_config/enable/disable()).

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/regulator/pwm-regulator.c