From: Stephen Boyd <sboyd@kernel.org>
To: Bjorn Andersson <andersson@kernel.org>,
Dzmitry Sankouski <dsankouski@gmail.com>,
Michael Turquette <mturquette@baylibre.com>
Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
linux-kernel@vger.kernel.org,
Dzmitry Sankouski <dsankouski@gmail.com>
Subject: Re: [PATCH v7 1/3] clk: qcom: clk-rcg2: document calc_rate function
Date: Mon, 28 Oct 2024 16:45:50 -0700 [thread overview]
Message-ID: <cad19645bf903f6647b7634d942b961d.sboyd@kernel.org> (raw)
In-Reply-To: <20241024-starqltechn_integration_upstream-v7-1-78eaf21ecee9@gmail.com>
Quoting Dzmitry Sankouski (2024-10-24 03:13:09)
> diff --git a/drivers/clk/qcom/clk-rcg2.c b/drivers/clk/qcom/clk-rcg2.c
> index bf26c5448f00..0fc23a87b432 100644
> --- a/drivers/clk/qcom/clk-rcg2.c
> +++ b/drivers/clk/qcom/clk-rcg2.c
> @@ -153,7 +153,14 @@ static int clk_rcg2_set_parent(struct clk_hw *hw, u8 index)
> *
> * parent_rate m
> * rate = ----------- x ---
> - * hid_div n
> + * pre_div n
> + *
> + * @param rate - Parent rate.
> + * @param m - Multiplier.
> + * @param n - Divisor.
> + * @param mode - Use zero to ignore m/n calculation.
> + * @param hid_div - Pre divisor register value. Pre divisor value
> + * relates to hid_div as pre_div = (hid_div + 1) / 2
Can you use kernel-doc instead? Then our tooling can easily extract it.
> */
> static unsigned long
> calc_rate(unsigned long rate, u32 m, u32 n, u32 mode, u32 hid_div)
>
next prev parent reply other threads:[~2024-10-28 23:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-24 10:13 [PATCH v7 0/3] Add divisor computation feature for sdm845 gp clocks Dzmitry Sankouski
2024-10-24 10:13 ` [PATCH v7 1/3] clk: qcom: clk-rcg2: document calc_rate function Dzmitry Sankouski
2024-10-28 23:45 ` Stephen Boyd [this message]
2024-10-24 10:13 ` [PATCH v7 2/3] clk: qcom: clk-rcg2: split __clk_rcg2_configure function Dzmitry Sankouski
2024-10-24 10:13 ` [PATCH v7 3/3] gcc-sdm845: Add general purpose clock ops Dzmitry Sankouski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cad19645bf903f6647b7634d942b961d.sboyd@kernel.org \
--to=sboyd@kernel.org \
--cc=andersson@kernel.org \
--cc=dsankouski@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox