Martin Blumenstingl d6885b3e0a pwm: meson: Don't cache struct pwm_state internally
The PWM core already caches the "current struct pwm_state" as the
"current state of the hardware registers" inside struct pwm_device.

Drop the struct pwm_state from struct meson_pwm_channel in favour of the
struct pwm_state in struct pwm_device. While here also drop any checks
based on the pwm_state because the PWM core already takes care of this.

No functional changes intended.

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
2019-06-26 11:39:10 +02:00
..
2019-06-25 14:51:43 +02:00
2019-05-09 17:09:54 +02:00
2019-03-04 11:38:52 +01:00
2019-01-16 08:45:33 +01:00
2018-07-12 09:03:06 +02:00
2017-01-19 00:38:17 +01:00
2017-08-21 08:11:24 +02:00
2019-03-20 12:34:14 +01:00