Re: [PATCH 09/14] pwm: meson: move pwm_set_chip_data() to meson_pwm_request()

2019-05-27 Thread Neil Armstrong
On 25/05/2019 20:11, Martin Blumenstingl wrote: > All existing PWM drivers (except pwm-meson and two other ones) call > pwm_set_chip_data() from their pwm_ops.request() callback. Now that we > can access the struct meson_pwm_channel from struct meson_pwm we can do > the same. > > Move the call to

[PATCH 09/14] pwm: meson: move pwm_set_chip_data() to meson_pwm_request()

2019-05-25 Thread Martin Blumenstingl
All existing PWM drivers (except pwm-meson and two other ones) call pwm_set_chip_data() from their pwm_ops.request() callback. Now that we can access the struct meson_pwm_channel from struct meson_pwm we can do the same. Move the call to pwm_set_chip_data() to meson_pwm_request() and drop the