2017-06-02 22:40:38

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH V3 0/3] clk: introduce clk_bulk_get accessories

On 05/19, Dong Aisheng wrote:
> These helper function allows drivers to get several clk consumers in
> one operation. If any of the clk cannot be acquired then any clks
> that were got will be put before returning to the caller.
>

I've merged the first two into a stable branch and merged to
clk-next. The third one can go via cpufreq.

--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project


2017-06-13 09:18:31

by Dong Aisheng

[permalink] [raw]
Subject: Re: [PATCH V3 0/3] clk: introduce clk_bulk_get accessories

Hi Stephen,

On Sat, Jun 3, 2017 at 6:40 AM, Stephen Boyd <[email protected]> wrote:
> On 05/19, Dong Aisheng wrote:
>> These helper function allows drivers to get several clk consumers in
>> one operation. If any of the clk cannot be acquired then any clks
>> that were got will be put before returning to the caller.
>>
>
> I've merged the first two into a stable branch and merged to
> clk-next. The third one can go via cpufreq.
>

Thanks.
I will resend the third once the first two hit mainline.

Regards
Dong Aisheng

> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> a Linux Foundation Collaborative Project