All of lore.kernel.org
 help / color / mirror / Atom feed
From: shinya.kuribayashi.px@renesas.com (Shinya Kuribayashi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] ARM: export read_current_timer
Date: Thu, 23 Aug 2012 13:23:56 +0900	[thread overview]
Message-ID: <5035B05C.4020104@renesas.com> (raw)
In-Reply-To: <20120822175810.GT9093@mudshark.cambridge.arm.com>

On 8/23/2012 2:58 AM, Will Deacon wrote:
> On Wed, Aug 22, 2012 at 06:57:20PM +0100, Stephen Boyd wrote:
>> On 08/22/12 10:49, Will Deacon wrote:
>>> On the topic of the timer stuff: Shinya/Stephen, did you have a chance to
>>> look at the registration stuff that was proposed? I'm happy to push it if
>>> people will actually use it.
>>
>> Yes I have tested it on our internal trees and it looks good. I plan to
>> send a patch to move MSM's timers over to it later this week so that we
>> have at least two users upstream.

And I think other A9 MPcore platforms, namely OMAP and EXYNOS, would
also be candidates, who tried to skip calibrate_delay() in the past
(OMAP) or currently provide non-smp_twd timers as localtimers (EXYNOS).
I may miss the latest status of those BSPs, but believe that we would
have more users (>2) in the future.

> Awesome, I'll dust that series off at -rc3 then.

It works for me for weeks without troubles, looking forward to it.
--
Shinya Kuribayashi
Renesas Electronics

WARNING: multiple messages have this Message-ID (diff)
From: Shinya Kuribayashi <shinya.kuribayashi.px@renesas.com>
To: will.deacon@arm.com
Cc: sboyd@codeaurora.org, arnd@arndb.de, rmk+kernel@arm.linux.org.uk,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] ARM: export read_current_timer
Date: Thu, 23 Aug 2012 13:23:56 +0900	[thread overview]
Message-ID: <5035B05C.4020104@renesas.com> (raw)
In-Reply-To: <20120822175810.GT9093@mudshark.cambridge.arm.com>

On 8/23/2012 2:58 AM, Will Deacon wrote:
> On Wed, Aug 22, 2012 at 06:57:20PM +0100, Stephen Boyd wrote:
>> On 08/22/12 10:49, Will Deacon wrote:
>>> On the topic of the timer stuff: Shinya/Stephen, did you have a chance to
>>> look at the registration stuff that was proposed? I'm happy to push it if
>>> people will actually use it.
>>
>> Yes I have tested it on our internal trees and it looks good. I plan to
>> send a patch to move MSM's timers over to it later this week so that we
>> have at least two users upstream.

And I think other A9 MPcore platforms, namely OMAP and EXYNOS, would
also be candidates, who tried to skip calibrate_delay() in the past
(OMAP) or currently provide non-smp_twd timers as localtimers (EXYNOS).
I may miss the latest status of those BSPs, but believe that we would
have more users (>2) in the future.

> Awesome, I'll dust that series off at -rc3 then.

It works for me for weeks without troubles, looking forward to it.
--
Shinya Kuribayashi
Renesas Electronics

  reply	other threads:[~2012-08-23  4:23 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-22 14:29 [PATCH 0/4] ARM: patches for randconfig build errors Arnd Bergmann
2012-08-22 14:29 ` Arnd Bergmann
2012-08-22 14:29 ` [PATCH 1/4] ARM: export read_current_timer Arnd Bergmann
2012-08-22 14:29   ` Arnd Bergmann
2012-08-22 17:15   ` Stephen Boyd
2012-08-22 17:15     ` Stephen Boyd
2012-08-22 17:49     ` Will Deacon
2012-08-22 17:49       ` Will Deacon
2012-08-22 17:57       ` Stephen Boyd
2012-08-22 17:57         ` Stephen Boyd
2012-08-22 17:58         ` Will Deacon
2012-08-22 17:58           ` Will Deacon
2012-08-23  4:23           ` Shinya Kuribayashi [this message]
2012-08-23  4:23             ` Shinya Kuribayashi
2012-08-23  3:56       ` Shinya Kuribayashi
2012-08-23  3:56         ` Shinya Kuribayashi
2012-08-22 14:29 ` [PATCH 2/4] ARM: allow PID_IN_CONTEXTIDR only for ARMv7 Arnd Bergmann
2012-08-22 14:29   ` Arnd Bergmann
2012-08-22 14:39   ` Will Deacon
2012-08-22 14:39     ` Will Deacon
2012-08-22 14:44     ` Arnd Bergmann
2012-08-22 14:44       ` Arnd Bergmann
2012-08-22 14:29 ` [PATCH 3/4] ARM: export set_irq_flags/irq_set_chip_and_handler Arnd Bergmann
2012-08-22 14:29   ` Arnd Bergmann
2012-08-22 14:29 ` [PATCH 4/4] ARM: kprobes: make more tests conditional Arnd Bergmann
2012-08-22 14:29   ` Arnd Bergmann
2012-08-22 14:42   ` Nicolas Pitre
2012-08-22 14:42     ` Nicolas Pitre
2012-08-22 15:19     ` Arnd Bergmann
2012-08-22 15:19       ` Arnd Bergmann
2012-08-22 15:38       ` Nicolas Pitre
2012-08-22 15:38         ` Nicolas Pitre
2012-08-22 18:41         ` [PATCHv3 " Arnd Bergmann
2012-08-22 18:41           ` Arnd Bergmann
2012-08-22 19:43           ` Nicolas Pitre
2012-08-22 19:43             ` Nicolas Pitre
2012-08-22 23:51           ` Tixy
2012-08-22 23:51             ` Tixy
2012-08-23 12:09             ` [PATCHv4 " Arnd Bergmann
2012-08-23 12:09               ` Arnd Bergmann
2012-08-23 17:28               ` Tixy
2012-08-23 17:28                 ` Tixy
2012-08-23 18:04               ` Nicolas Pitre
2012-08-23 18:04                 ` Nicolas Pitre
2012-08-23 12:25             ` [PATCHv3 " Will Deacon
2012-08-23 12:25               ` Will Deacon

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=5035B05C.4020104@renesas.com \
    --to=shinya.kuribayashi.px@renesas.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.