From: Jian Hu <jian.hu@amlogic.com>
To: Jerome Brunet <jbrunet@baylibre.com>,
Neil Armstrong <narmstrong@baylibre.com>
Cc: Kevin Hilman <khilman@baylibre.com>,
Rob Herring <robh@kernel.org>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Qiufang Dai <qiufang.dai@amlogic.com>,
Jianxin Pan <jianxin.pan@amlogic.com>,
Victor Wan <victor.wan@amlogic.com>,
Chandle Zou <chandle.zou@amlogic.com>,
<linux-clk@vger.kernel.org>, <linux-amlogic@lists.infradead.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 3/3] clk: meson: a1: add support for Amlogic A1 clock driver
Date: Mon, 25 Nov 2019 20:01:56 +0800 [thread overview]
Message-ID: <9ec317e8-136e-1ab4-4e9b-21210e7f3e05@amlogic.com> (raw)
In-Reply-To: <1j7e3oqn36.fsf@starbuckisacylon.baylibre.com>
On 2019/11/25 18:14, Jerome Brunet wrote:
>
> On Thu 21 Nov 2019 at 04:21, Jian Hu <jian.hu@amlogic.com> wrote:
>
>> Hi, Jerome
>>
>> On 2019/11/20 23:35, Jerome Brunet wrote:
>>>
>>> On Wed 20 Nov 2019 at 10:28, Jian Hu <jian.hu@amlogic.com> wrote:
>>>
>>>> Hi, jerome
>>>>
>>>> Is there any problem about fixed_pll_dco's parent_data?
>>>>
>>>> Now both name and fw_name are described in parent_data.
>>>
>>> Yes, there is a problem. This approach is incorrect, as I've tried to
>>> explain a couple times already. Let me try to re-summarize why this
>>> approach is incorrect.
>>>
>>> Both fw_name and name should be provided when it is possible that
>>> the DT does not describe the input clock. IOW, it is only for controllers
>>> which relied on the global name so far and are now starting to describe
>>> the clock input in DT
>>>
>>> This is not your case.
>>> Your controller is new and DT will have the correct
>>> info
>>>
>>> You are trying work around an ordering issue by providing both fw_name
>>> and name. This is not correct and I'll continue to nack it.
>>>
>>> If the orphan clock is not reparented as you would expect, I suggest you
>>> try to look a bit further at how the reparenting of orphans is done in
>>> CCF and why it does not match your expectation.
>>>
>> I have debugged the handle for orphan clock in CCF, Maybe you are missing
>> the last email.
>
> Nope, got it the first time
>
>> Even though the clock index exit, it will get failed for the orphan clock's
>> parent clock due to it has not beed added to the provider.
>
> If the provider is not registered yet, of course any query to it won't
> work. This why I have suggested to this debug *further* :
>
> * Is the orphan reparenting done when a new provider is registered ?
> * If not, should it be done ? is this your problem ?
>
Yes, the orphan reparenting is done when the new provider is registered.
Reparenting the orphan will be done when each clock is registered by
devm_clk_hw_register. And at this time the provider has not been
registered. After all clocks are registered by devm_clk_hw_register, the
provider will be registered by devm_of_clk_add_hw_provider.
Reparenting the orphan will fail when fw_name is added alone, the couse
is that devm_clk_hw_register is always running ahead of
devm_of_clk_add_hw_provider.
That is why it will failed to get parent for the orphan clock.
>
> .
>
next prev parent reply other threads:[~2019-11-25 12:01 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-18 7:14 [PATCH v2 0/3] add Amlogic A1 clock controller driver Jian Hu
2019-10-18 7:14 ` [PATCH v2 1/3] dt-bindings: clock: meson: add A1 clock controller bindings Jian Hu
2019-10-21 10:43 ` Jerome Brunet
2019-10-22 5:30 ` Jian Hu
2019-10-18 7:14 ` [PATCH v2 2/3] clk: meson: add support for A1 PLL clock ops Jian Hu
2019-10-21 11:31 ` Jerome Brunet
2019-10-25 6:47 ` Jian Hu
2019-10-18 7:14 ` [PATCH v2 3/3] clk: meson: a1: add support for Amlogic A1 clock driver Jian Hu
2019-10-21 11:41 ` Jerome Brunet
2019-10-25 11:32 ` Jian Hu
2019-11-04 8:24 ` Jerome Brunet
2019-11-09 11:16 ` Jian Hu
2019-11-12 16:59 ` Jerome Brunet
2019-11-13 14:21 ` Jian Hu
2019-11-20 9:28 ` Jian Hu
2019-11-20 15:35 ` Jerome Brunet
2019-11-21 3:21 ` Jian Hu
2019-11-25 10:14 ` Jerome Brunet
2019-11-25 12:01 ` Jian Hu [this message]
2019-11-25 12:30 ` Jerome Brunet
2019-11-25 13:51 ` Jian Hu
2019-11-26 2:35 ` Jian Hu
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=9ec317e8-136e-1ab4-4e9b-21210e7f3e05@amlogic.com \
--to=jian.hu@amlogic.com \
--cc=chandle.zou@amlogic.com \
--cc=jbrunet@baylibre.com \
--cc=jianxin.pan@amlogic.com \
--cc=khilman@baylibre.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=mturquette@baylibre.com \
--cc=narmstrong@baylibre.com \
--cc=qiufang.dai@amlogic.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=victor.wan@amlogic.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