Re: [linux-sunxi] [RFC PATCH 3/4] pwm: sun4i: Move delay to function

2020-04-09 Thread Chen-Yu Tsai
On Wed, Mar 18, 2020 at 12:00 AM Pascal Roeleven wrote: > > Move the delay to a function so we can reuse it. > > Signed-off-by: Pascal Roeleven Reviewed-by: Chen-Yu Tsai -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this

[linux-sunxi] [RFC PATCH 3/4] pwm: sun4i: Move delay to function

2020-03-17 Thread Pascal Roeleven
Move the delay to a function so we can reuse it. Signed-off-by: Pascal Roeleven --- drivers/pwm/pwm-sun4i.c | 32 ++-- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/drivers/pwm/pwm-sun4i.c b/drivers/pwm/pwm-sun4i.c index 56942036b..a11d00f96 100644 -