From: Heiko Stuebner <heiko@sntech.de>
To: Jeffy Chen <jeffy.chen@rock-chips.com>
Cc: linux-kernel@vger.kernel.org, dmitry.torokhov@gmail.com,
wxt@rock-chips.com, linux-rockchip@lists.infradead.org,
Geert Uytterhoeven <geert+renesas@glider.be>,
"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Elaine Zhang <zhangqing@rock-chips.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] soc: rockchip: power-domain: use clk_bulk APIs
Date: Fri, 02 Mar 2018 16:43:09 +0100 [thread overview]
Message-ID: <2683576.o9hXnVZqaR@phil> (raw)
In-Reply-To: <20180228124143.8364-1-jeffy.chen@rock-chips.com>
Hi Jeffy,
Am Mittwoch, 28. Februar 2018, 13:41:43 CET schrieb Jeffy Chen:
> Use clk_bulk APIs, and also add error handling for clk enable.
>
> Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
[...]
> - for (i = 0; i < clk_cnt; i++) {
> - clk = of_clk_get(node, i);
> - if (IS_ERR(clk)) {
> - error = PTR_ERR(clk);
> + pd->num_clks = of_count_phandle_with_args(node, "clocks",
> + "#clock-cells");
> +
> + pd->clks = devm_kzalloc(pmu->dev, pd->num_clks * sizeof(pd->clks[0]),
applied for 4.17, after changing to devm_kcalloc like below:
pd->clks = devm_kcalloc(pmu->dev, pd->num_clks, sizeof(*pd->clks),
Thanks
Heiko
next prev parent reply other threads:[~2018-03-02 15:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-28 12:41 [PATCH] soc: rockchip: power-domain: use clk_bulk APIs Jeffy Chen
2018-03-02 15:43 ` Heiko Stuebner [this message]
2018-03-05 9:05 ` Shawn Lin
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=2683576.o9hXnVZqaR@phil \
--to=heiko@sntech.de \
--cc=dmitry.torokhov@gmail.com \
--cc=geert+renesas@glider.be \
--cc=jeffy.chen@rock-chips.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=rafael.j.wysocki@intel.com \
--cc=wxt@rock-chips.com \
--cc=zhangqing@rock-chips.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