* [PATCH] ARM: OMAP4: hwmod data: correct the idlemodes for spinlock
@ 2013-12-23 22:48 Suman Anna
2013-12-26 4:49 ` Paul Walmsley
0 siblings, 1 reply; 6+ messages in thread
From: Suman Anna @ 2013-12-23 22:48 UTC (permalink / raw)
To: Paul Walmsley, Tony Lindgren; +Cc: linux-omap, Suman Anna
The spinlock module's SYSCONFIG register does not support
smart wakeup, so remove this flag from the idle modes in
the spinlock hwmod definition.
Signed-off-by: Suman Anna <s-anna@ti.com>
---
arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 3318cae9..1219280 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -2541,8 +2541,7 @@ static struct omap_hwmod_class_sysconfig omap44xx_spinlock_sysc = {
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE |
SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
- .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
- SIDLE_SMART_WKUP),
+ .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
.sysc_fields = &omap_hwmod_sysc_type1,
};
--
1.8.4.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: OMAP4: hwmod data: correct the idlemodes for spinlock
2013-12-23 22:48 [PATCH] ARM: OMAP4: hwmod data: correct the idlemodes for spinlock Suman Anna
@ 2013-12-26 4:49 ` Paul Walmsley
2014-03-13 20:25 ` Tony Lindgren
0 siblings, 1 reply; 6+ messages in thread
From: Paul Walmsley @ 2013-12-26 4:49 UTC (permalink / raw)
To: Suman Anna, bcousson; +Cc: Tony Lindgren, linux-omap
[-- Attachment #1: Type: TEXT/PLAIN, Size: 919 bytes --]
(cc Benoît)
On Mon, 23 Dec 2013, Suman Anna wrote:
> The spinlock module's SYSCONFIG register does not support
> smart wakeup, so remove this flag from the idle modes in
> the spinlock hwmod definition.
>
> Signed-off-by: Suman Anna <s-anna@ti.com>
Benoît Cousson is the primary maintainer of this file that you're
changing:
$ scripts/get_maintainer.pl -f arch/arm/mach-omap2/omap_hwmod_44xx_data.c
"Benoît Cousson" <bcousson@baylibre.com> (maintainer:OMAP HWMOD DATA F...)
Tony Lindgren <tony@atomide.com> (maintainer:OMAP SUPPORT)
Russell King <linux@arm.linux.org.uk> (maintainer:ARM PORT)
linux-omap@vger.kernel.org (open list:OMAP HWMOD DATA F...)
linux-arm-kernel@lists.infradead.org (moderated list:ARM SUB-ARCHITECT...)
linux-kernel@vger.kernel.org (open list)
$
Please make sure that he's part of the address list when patches are sent
that apply against this file.
- Paul
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: OMAP4: hwmod data: correct the idlemodes for spinlock
2013-12-26 4:49 ` Paul Walmsley
@ 2014-03-13 20:25 ` Tony Lindgren
2014-03-13 21:02 ` Paul Walmsley
0 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2014-03-13 20:25 UTC (permalink / raw)
To: Paul Walmsley; +Cc: Suman Anna, bcousson, linux-omap
* Paul Walmsley <paul@pwsan.com> [131225 20:51]:
> (cc Benoît)
>
> On Mon, 23 Dec 2013, Suman Anna wrote:
>
> > The spinlock module's SYSCONFIG register does not support
> > smart wakeup, so remove this flag from the idle modes in
> > the spinlock hwmod definition.
> >
> > Signed-off-by: Suman Anna <s-anna@ti.com>
>
> Benoît Cousson is the primary maintainer of this file that you're
> changing:
>
> $ scripts/get_maintainer.pl -f arch/arm/mach-omap2/omap_hwmod_44xx_data.c
> "Benoît Cousson" <bcousson@baylibre.com> (maintainer:OMAP HWMOD DATA F...)
> Tony Lindgren <tony@atomide.com> (maintainer:OMAP SUPPORT)
> Russell King <linux@arm.linux.org.uk> (maintainer:ARM PORT)
> linux-omap@vger.kernel.org (open list:OMAP HWMOD DATA F...)
> linux-arm-kernel@lists.infradead.org (moderated list:ARM SUB-ARCHITECT...)
> linux-kernel@vger.kernel.org (open list)
> $
>
> Please make sure that he's part of the address list when patches are sent
> that apply against this file.
FYI untagging this in my inbox assuming it's being resent or queued by Paul.
Regards,
Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: OMAP4: hwmod data: correct the idlemodes for spinlock
2014-03-13 20:25 ` Tony Lindgren
@ 2014-03-13 21:02 ` Paul Walmsley
2014-03-13 21:07 ` Benoit Cousson
0 siblings, 1 reply; 6+ messages in thread
From: Paul Walmsley @ 2014-03-13 21:02 UTC (permalink / raw)
To: bcousson, Tony Lindgren; +Cc: Suman Anna, linux-omap
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1339 bytes --]
On Thu, 13 Mar 2014, Tony Lindgren wrote:
> * Paul Walmsley <paul@pwsan.com> [131225 20:51]:
> > (cc Benoît)
> >
> > On Mon, 23 Dec 2013, Suman Anna wrote:
> >
> > > The spinlock module's SYSCONFIG register does not support
> > > smart wakeup, so remove this flag from the idle modes in
> > > the spinlock hwmod definition.
> > >
> > > Signed-off-by: Suman Anna <s-anna@ti.com>
> >
> > Benoît Cousson is the primary maintainer of this file that you're
> > changing:
> >
> > $ scripts/get_maintainer.pl -f arch/arm/mach-omap2/omap_hwmod_44xx_data.c
> > "Benoît Cousson" <bcousson@baylibre.com> (maintainer:OMAP HWMOD DATA F...)
> > Tony Lindgren <tony@atomide.com> (maintainer:OMAP SUPPORT)
> > Russell King <linux@arm.linux.org.uk> (maintainer:ARM PORT)
> > linux-omap@vger.kernel.org (open list:OMAP HWMOD DATA F...)
> > linux-arm-kernel@lists.infradead.org (moderated list:ARM SUB-ARCHITECT...)
> > linux-kernel@vger.kernel.org (open list)
> > $
> >
> > Please make sure that he's part of the address list when patches are sent
> > that apply against this file.
>
> FYI untagging this in my inbox assuming it's being resent or queued by Paul.
Hmm, seems like it's either you or Benoît who is on the hook for this one.
Benoît?
Am happy to queue it if either of you want.
- Paul
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: OMAP4: hwmod data: correct the idlemodes for spinlock
2014-03-13 21:02 ` Paul Walmsley
@ 2014-03-13 21:07 ` Benoit Cousson
2014-03-13 21:09 ` Tony Lindgren
0 siblings, 1 reply; 6+ messages in thread
From: Benoit Cousson @ 2014-03-13 21:07 UTC (permalink / raw)
To: Paul Walmsley, Tony Lindgren; +Cc: Suman Anna, linux-omap
Hi Paul,
On 13/03/2014 22:02, Paul Walmsley wrote:
> On Thu, 13 Mar 2014, Tony Lindgren wrote:
>
>> * Paul Walmsley <paul@pwsan.com> [131225 20:51]:
>>> (cc Benoît)
>>>
>>> On Mon, 23 Dec 2013, Suman Anna wrote:
>>>
>>>> The spinlock module's SYSCONFIG register does not support
>>>> smart wakeup, so remove this flag from the idle modes in
>>>> the spinlock hwmod definition.
>>>>
>>>> Signed-off-by: Suman Anna <s-anna@ti.com>
>>>
>>> Benoît Cousson is the primary maintainer of this file that you're
>>> changing:
>>>
>>> $ scripts/get_maintainer.pl -f arch/arm/mach-omap2/omap_hwmod_44xx_data.c
>>> "Benoît Cousson" <bcousson@baylibre.com> (maintainer:OMAP HWMOD DATA F...)
>>> Tony Lindgren <tony@atomide.com> (maintainer:OMAP SUPPORT)
>>> Russell King <linux@arm.linux.org.uk> (maintainer:ARM PORT)
>>> linux-omap@vger.kernel.org (open list:OMAP HWMOD DATA F...)
>>> linux-arm-kernel@lists.infradead.org (moderated list:ARM SUB-ARCHITECT...)
>>> linux-kernel@vger.kernel.org (open list)
>>> $
>>>
>>> Please make sure that he's part of the address list when patches are sent
>>> that apply against this file.
>>
>> FYI untagging this in my inbox assuming it's being resent or queued by Paul.
>
> Hmm, seems like it's either you or Benoît who is on the hook for this one.
>
> Benoît?
>
> Am happy to queue it if either of you want.
Feel free to queue it, I don't have anything else pending so far, so I
was not planning to do a pull request.
Acked-by: Benoit Cousson <bcousson@baylibre.com>
Thanks,
Benoit
--
Benoît Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: OMAP4: hwmod data: correct the idlemodes for spinlock
2014-03-13 21:07 ` Benoit Cousson
@ 2014-03-13 21:09 ` Tony Lindgren
0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2014-03-13 21:09 UTC (permalink / raw)
To: Benoit Cousson; +Cc: Paul Walmsley, Suman Anna, linux-omap
* Benoit Cousson <bcousson@baylibre.com> [140313 14:11]:
> Hi Paul,
>
> On 13/03/2014 22:02, Paul Walmsley wrote:
> >On Thu, 13 Mar 2014, Tony Lindgren wrote:
> >
> >>* Paul Walmsley <paul@pwsan.com> [131225 20:51]:
> >>>(cc Benoît)
> >>>
> >>>On Mon, 23 Dec 2013, Suman Anna wrote:
> >>>
> >>>>The spinlock module's SYSCONFIG register does not support
> >>>>smart wakeup, so remove this flag from the idle modes in
> >>>>the spinlock hwmod definition.
> >>>>
> >>>>Signed-off-by: Suman Anna <s-anna@ti.com>
> >>>
> >>>Benoît Cousson is the primary maintainer of this file that you're
> >>>changing:
> >>>
> >>>$ scripts/get_maintainer.pl -f arch/arm/mach-omap2/omap_hwmod_44xx_data.c
> >>>"Benoît Cousson" <bcousson@baylibre.com> (maintainer:OMAP HWMOD DATA F...)
> >>>Tony Lindgren <tony@atomide.com> (maintainer:OMAP SUPPORT)
> >>>Russell King <linux@arm.linux.org.uk> (maintainer:ARM PORT)
> >>>linux-omap@vger.kernel.org (open list:OMAP HWMOD DATA F...)
> >>>linux-arm-kernel@lists.infradead.org (moderated list:ARM SUB-ARCHITECT...)
> >>>linux-kernel@vger.kernel.org (open list)
> >>>$
> >>>
> >>>Please make sure that he's part of the address list when patches are sent
> >>>that apply against this file.
> >>
> >>FYI untagging this in my inbox assuming it's being resent or queued by Paul.
> >
> >Hmm, seems like it's either you or Benoît who is on the hook for this one.
> >
> >Benoît?
> >
> >Am happy to queue it if either of you want.
>
> Feel free to queue it, I don't have anything else pending so far, so
> I was not planning to do a pull request.
>
> Acked-by: Benoit Cousson <bcousson@baylibre.com>
OK applying into omap-for-v3.15/fixes then, thanks.
Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-03-13 21:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23 22:48 [PATCH] ARM: OMAP4: hwmod data: correct the idlemodes for spinlock Suman Anna
2013-12-26 4:49 ` Paul Walmsley
2014-03-13 20:25 ` Tony Lindgren
2014-03-13 21:02 ` Paul Walmsley
2014-03-13 21:07 ` Benoit Cousson
2014-03-13 21:09 ` Tony Lindgren
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).