From: Neil Armstrong <narmstrong@baylibre.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Paul Walmsley <paul@pwsan.com>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Brian Hutchinson <b.hutchman@gmail.com>,
Frode Isaksen <fisaksen@baylibre.com>
Subject: Re: [PATCH 1/4] arm: omap2+: add missing HWMOD_NO_IDLEST in 81xx hwmod data
Date: Thu, 12 Nov 2015 15:15:49 +0100 [thread overview]
Message-ID: <56449F15.10508@baylibre.com> (raw)
In-Reply-To: <CAA3gFWs8-3pqiZR8vYLDWdXwWjUcd9UK23W3dODGTT+FY55E7g@mail.gmail.com>
On 10/24/2015 12:09 PM, Neil Armstrong wrote:
> Hi,
>
> 2015-10-24 3:21 GMT+02:00 Tony Lindgren <tony@atomide.com>:
>>
>> Hi,
>>
>> * Neil Armstrong <narmstrong@baylibre.com> [151022 02:19]:
>>> Add missing HWMOD_NO_IDLEST hwmod flag for entries no
>>> having omap4 clkctrl values.
>>
>> Have you checked this is the case both in dm814x and dm816x TRM?
>> Also the documentation may not be complete FYI, might be also
>> worth checking the legacy TI kernel tree to be sure.
>>
>> Regards,
>>
>> Tony
>>
>>> Cc: Brian Hutchinson <b.hutchman@gmail.com>
>>> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
>>> ---
>>> arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 3 +++
>>> 1 file changed, 3 insertions(+)
>>>
>>> diff --git a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
>>> index b1288f5..6256052 100644
>>> --- a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
>>> +++ b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
>>> @@ -144,6 +144,7 @@ static struct omap_hwmod dm81xx_l4_ls_hwmod = {
>>> .name = "l4_ls",
>>> .clkdm_name = "alwon_l3s_clkdm",
>>> .class = &l4_hwmod_class,
>>> + .flags = HWMOD_NO_IDLEST,
>>> };
> In DM814x TRM, the CM_ALWON_L3_SLOW_CLKSTCTRL does not have IDLEST field.
> Same in DM816x TRM.
>
>>>
>>> /*
>>> @@ -155,6 +156,7 @@ static struct omap_hwmod dm81xx_l4_hs_hwmod = {
>>> .name = "l4_hs",
>>> .clkdm_name = "alwon_l3_med_clkdm",
>>> .class = &l4_hwmod_class,
>>> + .flags = HWMOD_NO_IDLEST,
>>> };
> In DM814x TRM, the CM_ALWON_L3_MED_CLKSTCTRL does not have IDLEST field.
> Same in DM816x TRM.
>
>>>
>>> /* L3 slow -> L4 ls peripheral interface running at 125MHz */
>>> @@ -850,6 +852,7 @@ static struct omap_hwmod dm816x_emac0_hwmod = {
>>> .name = "emac0",
>>> .clkdm_name = "alwon_ethernet_clkdm",
>>> .class = &dm816x_emac_hwmod_class,
>>> + .flags = HWMOD_NO_IDLEST,
>>> };
> In this particular case, the IDLEST is handled in the MDIO hwmod.
>
>>>
>>> static struct omap_hwmod_ocp_if dm81xx_l4_hs__emac0 = {
>>> --
>>> 1.9.1
>
> I'll check the TI tree to be sure...
>
> Regards,
> Neil
>
Tony,
In TI's tree, there is no L3_MED hwmod but the L3_SLOW hwmod has NO_IDLEST flag.
Is there any other issue about this patchset ?
Neil
WARNING: multiple messages have this Message-ID (diff)
From: narmstrong@baylibre.com (Neil Armstrong)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] arm: omap2+: add missing HWMOD_NO_IDLEST in 81xx hwmod data
Date: Thu, 12 Nov 2015 15:15:49 +0100 [thread overview]
Message-ID: <56449F15.10508@baylibre.com> (raw)
In-Reply-To: <CAA3gFWs8-3pqiZR8vYLDWdXwWjUcd9UK23W3dODGTT+FY55E7g@mail.gmail.com>
On 10/24/2015 12:09 PM, Neil Armstrong wrote:
> Hi,
>
> 2015-10-24 3:21 GMT+02:00 Tony Lindgren <tony@atomide.com>:
>>
>> Hi,
>>
>> * Neil Armstrong <narmstrong@baylibre.com> [151022 02:19]:
>>> Add missing HWMOD_NO_IDLEST hwmod flag for entries no
>>> having omap4 clkctrl values.
>>
>> Have you checked this is the case both in dm814x and dm816x TRM?
>> Also the documentation may not be complete FYI, might be also
>> worth checking the legacy TI kernel tree to be sure.
>>
>> Regards,
>>
>> Tony
>>
>>> Cc: Brian Hutchinson <b.hutchman@gmail.com>
>>> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
>>> ---
>>> arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 3 +++
>>> 1 file changed, 3 insertions(+)
>>>
>>> diff --git a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
>>> index b1288f5..6256052 100644
>>> --- a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
>>> +++ b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c
>>> @@ -144,6 +144,7 @@ static struct omap_hwmod dm81xx_l4_ls_hwmod = {
>>> .name = "l4_ls",
>>> .clkdm_name = "alwon_l3s_clkdm",
>>> .class = &l4_hwmod_class,
>>> + .flags = HWMOD_NO_IDLEST,
>>> };
> In DM814x TRM, the CM_ALWON_L3_SLOW_CLKSTCTRL does not have IDLEST field.
> Same in DM816x TRM.
>
>>>
>>> /*
>>> @@ -155,6 +156,7 @@ static struct omap_hwmod dm81xx_l4_hs_hwmod = {
>>> .name = "l4_hs",
>>> .clkdm_name = "alwon_l3_med_clkdm",
>>> .class = &l4_hwmod_class,
>>> + .flags = HWMOD_NO_IDLEST,
>>> };
> In DM814x TRM, the CM_ALWON_L3_MED_CLKSTCTRL does not have IDLEST field.
> Same in DM816x TRM.
>
>>>
>>> /* L3 slow -> L4 ls peripheral interface running at 125MHz */
>>> @@ -850,6 +852,7 @@ static struct omap_hwmod dm816x_emac0_hwmod = {
>>> .name = "emac0",
>>> .clkdm_name = "alwon_ethernet_clkdm",
>>> .class = &dm816x_emac_hwmod_class,
>>> + .flags = HWMOD_NO_IDLEST,
>>> };
> In this particular case, the IDLEST is handled in the MDIO hwmod.
>
>>>
>>> static struct omap_hwmod_ocp_if dm81xx_l4_hs__emac0 = {
>>> --
>>> 1.9.1
>
> I'll check the TI tree to be sure...
>
> Regards,
> Neil
>
Tony,
In TI's tree, there is no L3_MED hwmod but the L3_SLOW hwmod has NO_IDLEST flag.
Is there any other issue about this patchset ?
Neil
next prev parent reply other threads:[~2015-11-12 14:15 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-22 9:18 [PATCH 1/4] arm: omap2+: add missing HWMOD_NO_IDLEST in 81xx hwmod data Neil Armstrong
2015-10-22 9:18 ` Neil Armstrong
2015-10-24 1:21 ` Tony Lindgren
2015-10-24 1:21 ` Tony Lindgren
2015-10-24 10:09 ` Neil Armstrong
2015-10-24 10:09 ` Neil Armstrong
2015-11-12 14:15 ` Neil Armstrong [this message]
2015-11-12 14:15 ` Neil Armstrong
2015-11-13 14:41 ` Tony Lindgren
2015-11-13 14:41 ` Tony Lindgren
2015-11-13 16:18 ` Neil Armstrong
2015-11-13 16:18 ` Neil Armstrong
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=56449F15.10508@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=b.hutchman@gmail.com \
--cc=fisaksen@baylibre.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=tony@atomide.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.