All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@ti.com>
To: "Shilimkar, Santosh" <santosh.shilimkar@ti.com>
Cc: tony@atomide.com, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Rajendra Nayak <rnayak@ti.com>
Subject: Re: [PATCH 1/2] ARM: OMAP: Get rid of reset for system timer
Date: Fri, 03 Feb 2012 09:54:07 -0800	[thread overview]
Message-ID: <877h03ajls.fsf@ti.com> (raw)
In-Reply-To: <CAMQu2gy2jDWszUAMDCfgyXsLNWUAb6phWpOP=7geFXTkc30S_g@mail.gmail.com> (Santosh Shilimkar's message of "Fri, 3 Feb 2012 12:45:09 +0530")

"Shilimkar, Santosh" <santosh.shilimkar@ti.com> writes:

> On Fri, Feb 3, 2012 at 12:10 AM, Kevin Hilman <khilman@ti.com> wrote:
>> Santosh Shilimkar <santosh.shilimkar@ti.com> writes:
>>
>>> From: Rajendra Nayak <rnayak@ti.com>
>>>
>>> hwmod setup already does a reset and sets the OCP sysconfig
>>> registers appropriately. Avoid doing a reset again and overriding
>>> the OCP sysconfig settings in the system timer init code.
>>
>> That is true for OMAP4, but have you verified if this is indeed a
>> duplicate reset on  OMAP2/3?
>>
> Yes. It is duplicate for OMAP2 and OMAP3 devices as well.
> Actually this should have been fixed when the driver was
> hwmod converted but some how got missed. We noticed
> an issue on OMAP5, when timer interrupts stopped firing when
> always on clock domain was allowed to idle. This was because
> this reset was clearing the correctly set sysc value by hwmod.
>
> The patch is also tested on ZOOM3 ( OMAP3630)
> and OMAP2430SDP.

Great, thanks for testing on OMAP2/3.

Kevin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: khilman@ti.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: OMAP: Get rid of reset for system timer
Date: Fri, 03 Feb 2012 09:54:07 -0800	[thread overview]
Message-ID: <877h03ajls.fsf@ti.com> (raw)
In-Reply-To: <CAMQu2gy2jDWszUAMDCfgyXsLNWUAb6phWpOP=7geFXTkc30S_g@mail.gmail.com> (Santosh Shilimkar's message of "Fri, 3 Feb 2012 12:45:09 +0530")

"Shilimkar, Santosh" <santosh.shilimkar@ti.com> writes:

> On Fri, Feb 3, 2012 at 12:10 AM, Kevin Hilman <khilman@ti.com> wrote:
>> Santosh Shilimkar <santosh.shilimkar@ti.com> writes:
>>
>>> From: Rajendra Nayak <rnayak@ti.com>
>>>
>>> hwmod setup already does a reset and sets the OCP sysconfig
>>> registers appropriately. Avoid doing a reset again and overriding
>>> the OCP sysconfig settings in the system timer init code.
>>
>> That is true for OMAP4, but have you verified if this is indeed a
>> duplicate reset on ?OMAP2/3?
>>
> Yes. It is duplicate for OMAP2 and OMAP3 devices as well.
> Actually this should have been fixed when the driver was
> hwmod converted but some how got missed. We noticed
> an issue on OMAP5, when timer interrupts stopped firing when
> always on clock domain was allowed to idle. This was because
> this reset was clearing the correctly set sysc value by hwmod.
>
> The patch is also tested on ZOOM3 ( OMAP3630)
> and OMAP2430SDP.

Great, thanks for testing on OMAP2/3.

Kevin

  reply	other threads:[~2012-02-03 17:54 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-02 14:03 [PATCH 0/2] ARM: OMAP: Couple of misc fixes for 3.3 Santosh Shilimkar
2012-02-02 14:03 ` Santosh Shilimkar
2012-02-02 14:03 ` [PATCH 1/2] ARM: OMAP: Get rid of reset for system timer Santosh Shilimkar
2012-02-02 14:03   ` Santosh Shilimkar
2012-02-02 18:40   ` Kevin Hilman
2012-02-02 18:40     ` Kevin Hilman
2012-02-03  7:15     ` Shilimkar, Santosh
2012-02-03  7:15       ` Shilimkar, Santosh
2012-02-03 17:54       ` Kevin Hilman [this message]
2012-02-03 17:54         ` Kevin Hilman
2012-02-10 19:18   ` Tony Lindgren
2012-02-10 19:18     ` Tony Lindgren
2012-02-14  5:14     ` Rajendra Nayak
2012-02-14  5:14       ` Rajendra Nayak
2012-02-14  7:15       ` Shilimkar, Santosh
2012-02-14  7:15         ` Shilimkar, Santosh
2012-02-14 19:19         ` Tony Lindgren
2012-02-14 19:19           ` Tony Lindgren
2012-02-02 14:03 ` [PATCH 2/2] ARM: OMAP4: Move the barrier memboclk_steal() as part of reserve callback Santosh Shilimkar
2012-02-02 14:03   ` Santosh Shilimkar
2012-02-10 19:19   ` Tony Lindgren
2012-02-10 19:19     ` Tony Lindgren
2012-02-14  8:49     ` Santosh Shilimkar
2012-02-14  8:49       ` Santosh Shilimkar
2012-02-14 11:14       ` Russell King - ARM Linux
2012-02-14 11:14         ` Russell King - ARM Linux
2012-02-14 11:29         ` Shilimkar, Santosh
2012-02-14 11:29           ` Shilimkar, Santosh
2012-02-14 19:18           ` Tony Lindgren
2012-02-14 19:18             ` Tony Lindgren
2012-02-14 11:13     ` Russell King - ARM Linux
2012-02-14 11:13       ` Russell King - ARM Linux
2012-02-06  9:33 ` [PATCH 0/2] ARM: OMAP: Couple of misc fixes for 3.3 Shilimkar, Santosh
2012-02-06  9:33   ` Shilimkar, Santosh

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=877h03ajls.fsf@ti.com \
    --to=khilman@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=rnayak@ti.com \
    --cc=santosh.shilimkar@ti.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.