On Mon, Oct 15, 2018 at 10:21:52AM +0200, Uwe Kleine-König wrote: > The API to configure a PWM using pwm_enable(), pwm_disable(), > pwm_config() and pwm_set_polarity() is superseeded by atomically setting > the parameters using pwm_apply_state(). To get forward with deprecating > the former set of functions use the opportunity that there is no current > user of pwm_set_polarity() and remove it. > > Signed-off-by: Uwe Kleine-König > --- > include/linux/pwm.h | 42 ------------------------------------------ > 1 file changed, 42 deletions(-) Applied, thanks. I did change the subject to start with "pwm: Drop" to make it consistent with other commit messages. Thierry