Re: [PATCH 1/7] clk: qcom: add support for setting the duty cycle

From: Stephen Boyd
Date: Wed Feb 12 2020 - 18:23:11 EST


Quoting Taniya Das (2019-12-09 20:47:35)
> Hi Brian,
>
> On 12/5/2019 5:54 AM, Brian Masney wrote:
> > + d_reg_val = mask - (((mask - 17) * duty->num) / duty->den);
> > + ret = __clk_rcg2_configure_with_duty_cycle(rcg, rcg->freq_tbl,
> > + d_reg_val, duty->num,
> > + duty->den);
>
> The duty-cycle calculation is not accurate.
> There is already a plan to submit the duty-cycle changes from my side.

What are the plans to submit this? Should we expect to see this support
in the next week? Month?