Re: [PATCH v16] pwm: opencores: Add PWM driver support
From: Uwe Kleine-König
Date: Mon Dec 23 2024 - 12:12:18 EST
Hello William,
On Mon, Dec 23, 2024 at 02:47:59AM +0000, William Qiu wrote:
> > > + duty_data = mul_u64_u32_div(state->duty_cycle, ddata->clk_rate,
> > NSEC_PER_SEC);
> > > + if (!duty_data)
> > > + return -EINVAL;
> >
> > I can understand that period_data == 0 is an error, but duty_data == 0
> > could/should just work?!
>
> It means no need to check whether the duty is valid?
No, it means that I expect that duty_data == 0 is a valid setting and
most controllers support it.
Best regards
Uwe
Attachment:
signature.asc
Description: PGP signature