From: wens@csie.org (Chen-Yu Tsai)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/2] clk: sunxi: factors: Add missing recalc pointer copy
Date: Fri, 29 Jan 2016 14:18:34 +0800 [thread overview]
Message-ID: <CAGb2v66dbtBPwRQzA3rtP5hu-0rvfaX2ac7KWRiF42wtEiafwg@mail.gmail.com> (raw)
In-Reply-To: <1454008958-12655-1-git-send-email-maxime.ripard@free-electrons.com>
On Fri, Jan 29, 2016 at 3:22 AM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> Commit 4a9b2abc213e ("clk: sunxi: factors: Support custom formulas") was
> introducing a custom recalc function. However, the pointer was never
> filled, which was making the whole thing unused.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
(facepalm)
Acked-by: Chen-Yu Tsai <wens@csie.org>
Can you squash it into the original?
Thanks
> ---
> drivers/clk/sunxi/clk-factors.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/clk/sunxi/clk-factors.c b/drivers/clk/sunxi/clk-factors.c
> index e480a6bcf1f6..6e97f46c0c37 100644
> --- a/drivers/clk/sunxi/clk-factors.c
> +++ b/drivers/clk/sunxi/clk-factors.c
> @@ -212,6 +212,7 @@ struct clk *sunxi_factors_register(struct device_node *node,
> factors->reg = reg;
> factors->config = data->table;
> factors->get_factors = data->getter;
> + factors->recalc = data->recalc;
> factors->lock = lock;
>
> /* Add a gate if this factor clock can be gated */
> --
> 2.6.4
>
next prev parent reply other threads:[~2016-01-29 6:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-28 19:22 [PATCH v3 1/2] clk: sunxi: factors: Add missing recalc pointer copy Maxime Ripard
2016-01-28 19:22 ` [PATCH v3 2/2] clk: sunxi: Refactor A31 PLL6 so that it can be reused Maxime Ripard
2016-01-29 9:56 ` Chen-Yu Tsai
2016-01-29 10:02 ` Jens Kuske
2016-01-29 10:14 ` Chen-Yu Tsai
2016-02-01 19:46 ` Maxime Ripard
2016-01-30 17:57 ` Jean-Francois Moine
2016-01-31 12:08 ` Chen-Yu Tsai
2016-01-31 14:26 ` Jean-Francois Moine
2016-02-01 20:17 ` Maxime Ripard
2016-02-02 6:52 ` Jean-Francois Moine
2016-02-03 19:07 ` Maxime Ripard
2016-01-29 6:18 ` Chen-Yu Tsai [this message]
2016-01-29 10:37 ` [PATCH v3 1/2] clk: sunxi: factors: Add missing recalc pointer copy Maxime Ripard
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=CAGb2v66dbtBPwRQzA3rtP5hu-0rvfaX2ac7KWRiF42wtEiafwg@mail.gmail.com \
--to=wens@csie.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).