linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: marc.zyngier@arm.com (Marc Zyngier)
To: linux-arm-kernel@lists.infradead.org
Subject: [v2 5/9] clocksource: tegra: Enable ARM arch_timer with TSC
Date: Thu, 10 Jan 2013 15:10:31 +0000	[thread overview]
Message-ID: <50EED9E7.8000602@arm.com> (raw)
In-Reply-To: <20130110.170300.1995294118512465281.hdoyu@nvidia.com>

On 10/01/13 15:03, Hiroshi Doyu wrote:
> Hi Mark,
> 
> Marc Zyngier <marc.zyngier@arm.com> wrote @ Wed, 9 Jan 2013 10:01:05 +0100:
> 
>> Almost. I already proposed this in the past, but because the source clock
>> is variable in the Tegra case, this is not flexible enough.
>>
>> What I was suggesting was to do the following:
>>
>> timer {
>>         compatible = "arm,armv7-timer";
>>         [...]
>>         clocks = <&tsc>;
>> }
>>
>> tsc: tsc {
>>         compatible = "nvidia,tegra114-tsc";
>>         reg = <0x700f0000 0x20000>;
>>         freq-range = <... ...>;
>>         clock-output-names = "tsc";
>> }
>>
>> In the arch_timer code, start searching for the "clocks" property, and use
>> that if there is one. Otherwise, fall back to "clock-frequency", and
>> ultimately to reading CNTFRQ.
>>
>> This requires some changes (converting the tsc code to be a clock), but
>> this is at least a proper description of the hardware, and should give you
>> the required flexibility.
> 
> The above seems ok to me. I'll drop this original patch from this
> series for now until T114 clock comes to implement correctly.

Thanks Hiroshi. Please Cc me when you have a patch implementing this
functionality.

	M.
-- 
Jazz is not dead. It just smells funny...

  reply	other threads:[~2013-01-10 15:10 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-08 12:47 [v2 0/9] ARM: Initial support for Tegra 114 SoC Hiroshi Doyu
2013-01-08 12:47 ` [v2 1/9] ARM: tegra: fuse: Add chipid TEGRA114 0x35 Hiroshi Doyu
2013-01-08 12:47 ` [v2 2/9] HACK: ARM: tegra: Use CLK_IGNORE_UNUSED for Tegra 114 SoC Hiroshi Doyu
2013-01-08 22:52   ` Stephen Warren
2013-01-08 12:47 ` [v2 3/9] ARM: tegra: # of CPU cores detection w/ & w/o HAVE_ARM_SCU Hiroshi Doyu
2013-01-08 14:26   ` Russell King - ARM Linux
2013-01-09  5:46     ` Hiroshi Doyu
2013-01-09  6:07       ` Joseph Lo
2013-01-09  6:25         ` Hiroshi Doyu
2013-01-08 14:28   ` Mark Rutland
2013-01-08 14:53     ` Hiroshi Doyu
2013-01-08 16:21       ` Mark Rutland
2013-01-08 17:11         ` Lorenzo Pieralisi
2013-01-09 11:46           ` Hiroshi Doyu
2013-01-09 15:17             ` Lorenzo Pieralisi
2013-01-10 12:58               ` Hiroshi Doyu
2013-01-10 13:47                 ` Lorenzo Pieralisi
2013-01-10 14:03                   ` Hiroshi Doyu
2013-01-10 14:33                     ` Lorenzo Pieralisi
2013-01-10 14:59                       ` Hiroshi Doyu
2013-01-10 16:54                 ` Stephen Warren
2013-01-11 10:11                   ` Lorenzo Pieralisi
2013-01-11 11:56                     ` Hiroshi Doyu
2013-01-08 19:32         ` Stephen Warren
2013-01-09  5:49           ` Hiroshi Doyu
2013-01-09 11:34             ` Lorenzo Pieralisi
2013-01-09 16:17               ` Stephen Warren
2013-01-09 18:07                 ` Lorenzo Pieralisi
2013-01-10  6:53                   ` Hiroshi Doyu
2013-01-10  6:31               ` Hiroshi Doyu
2013-01-10  9:51                 ` Lorenzo Pieralisi
2013-01-08 12:47 ` [v2 4/9] clocksource: tegra: Reorganize funcs by clock functionarities Hiroshi Doyu
2013-01-08 12:47 ` [v2 5/9] clocksource: tegra: Enable ARM arch_timer with TSC Hiroshi Doyu
2013-01-08 16:07   ` Marc Zyngier
2013-01-08 22:41     ` Stephen Warren
2013-01-09  6:00       ` Hiroshi Doyu
2013-01-09  6:40         ` Stephen Warren
2013-01-09  6:55           ` Hiroshi Doyu
2013-01-09  5:57     ` Hiroshi Doyu
2013-01-09  7:43       ` Santosh Shilimkar
2013-01-09  9:01         ` Marc Zyngier
2013-01-10 15:03           ` Hiroshi Doyu
2013-01-10 15:10             ` Marc Zyngier [this message]
2013-01-08 12:47 ` [v2 6/9] ARM: dt: tegra114: Add new SoC base, Tegra 114 SoC Hiroshi Doyu
2013-01-08 22:49   ` Stephen Warren
2013-01-10 12:35     ` Hiroshi Doyu
2013-01-08 12:47 ` [v2 7/9] ARM: dt: tegra114: Add new board, Dalmore Hiroshi Doyu
2013-01-08 12:47 ` [v2 8/9] ARM: dt: tegra114: Add new board, Pluto Hiroshi Doyu
2013-01-08 12:47 ` [v2 9/9] ARM: tegra: Add initial support for Tegra 114 SoC Hiroshi Doyu
2013-01-08 22:52   ` Stephen Warren

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=50EED9E7.8000602@arm.com \
    --to=marc.zyngier@arm.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 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).