diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2019-06-12 21:59:04 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2019-06-26 11:39:08 +0200 |
commit | a50a49a45140a85e3cb8d02859e13b78fafd030b (patch) | |
tree | 97ec8995cd8c16417abfaf4615404bb185c4b5e8 /crypto/rmd320.c | |
parent | 7e0321629c2a7b0e67ce451e566e7d6ce8601d65 (diff) | |
download | linux-stable-a50a49a45140a85e3cb8d02859e13b78fafd030b.tar.gz linux-stable-a50a49a45140a85e3cb8d02859e13b78fafd030b.tar.bz2 linux-stable-a50a49a45140a85e3cb8d02859e13b78fafd030b.zip |
pwm: meson: Add the meson_pwm_channel data to struct meson_pwm
Make struct meson_pwm_channel accessible from struct meson_pwm.
PWM core has a limitation: per-channel data can only be set after
pwmchip_add() is called. However, pwmchip_add() internally calls
pwm_ops.get_state(). If pwm_ops.get_state() needs access to the
per-channel data it has to obtain it from struct pwm_chip and struct
pwm_device's hwpwm information.
Add a struct meson_pwm_channel for each PWM channel to struct meson_pwm
so the pwm_ops.get_state() callback can be implemented as it needs
access to the clock from struct meson_pwm_channel.
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>
Diffstat (limited to 'crypto/rmd320.c')
0 files changed, 0 insertions, 0 deletions