All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Metcalf <cmetcalf@tilera.com>
To: John Stultz <john.stultz@linaro.org>
Cc: lkml <linux-kernel@vger.kernel.org>, <cpufreq@vger.kernel.org>,
	Linux PM list <linux-pm@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Viresh Kumar <viresh.kumar@linaro.org>
Subject: Re: [PATCH 1/2] time: allow changing the timekeeper clock frequency
Date: Fri, 30 Aug 2013 10:40:49 -0400	[thread overview]
Message-ID: <5220AEF1.7080808@tilera.com> (raw)
In-Reply-To: <521FA13F.5040204@linaro.org>

On 8/29/2013 3:30 PM, John Stultz wrote:
> On 08/29/2013 11:40 AM, Chris Metcalf wrote:
>> Ping!  I have this work queued up to push as part of the linux-tile tree for the
>> merge window.  Is that acceptable to the timekeeping/clocksource folks?
>> Should I hold it back pending further review?  Or does it make sense to
>> push it as-is and think about further improvements, if any, for a later release?
>>
>> https://lkml.org/lkml/2013/8/9/497
>> https://lkml.org/lkml/2013/8/9/499
> Oh right! Sorry for the slow response here! I originally replied while I
> was on vacation and didn't flag the thread to follow up on.
>
> Few comments below.

Thanks for the feedback. It does sound like too much to take on before
the 3.12 merge window opens, so we will plan to look into this as time
permits over the next little while. I've filed a bug internally to
track this for us.

It sounds like the most straightforward thing for us to do may be to adopt
your original approach of making our clocksource driver internally convert
the variable frequency clocksource to a fixed frequency; the overhead
shouldn't be too bad and it seems like it should moot all the other
concerns you raised in your email.

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com


WARNING: multiple messages have this Message-ID (diff)
From: Chris Metcalf <cmetcalf@tilera.com>
To: John Stultz <john.stultz@linaro.org>
Cc: lkml <linux-kernel@vger.kernel.org>,
	cpufreq@vger.kernel.org, Linux PM list <linux-pm@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Viresh Kumar <viresh.kumar@linaro.org>
Subject: Re: [PATCH 1/2] time: allow changing the timekeeper clock frequency
Date: Fri, 30 Aug 2013 10:40:49 -0400	[thread overview]
Message-ID: <5220AEF1.7080808@tilera.com> (raw)
In-Reply-To: <521FA13F.5040204@linaro.org>

On 8/29/2013 3:30 PM, John Stultz wrote:
> On 08/29/2013 11:40 AM, Chris Metcalf wrote:
>> Ping!  I have this work queued up to push as part of the linux-tile tree for the
>> merge window.  Is that acceptable to the timekeeping/clocksource folks?
>> Should I hold it back pending further review?  Or does it make sense to
>> push it as-is and think about further improvements, if any, for a later release?
>>
>> https://lkml.org/lkml/2013/8/9/497
>> https://lkml.org/lkml/2013/8/9/499
> Oh right! Sorry for the slow response here! I originally replied while I
> was on vacation and didn't flag the thread to follow up on.
>
> Few comments below.

Thanks for the feedback. It does sound like too much to take on before
the 3.12 merge window opens, so we will plan to look into this as time
permits over the next little while. I've filed a bug internally to
track this for us.

It sounds like the most straightforward thing for us to do may be to adopt
your original approach of making our clocksource driver internally convert
the variable frequency clocksource to a fixed frequency; the overhead
shouldn't be too bad and it seems like it should moot all the other
concerns you raised in your email.

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com


  reply	other threads:[~2013-08-30 14:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-08 19:34 [PATCH 1/2] time: allow changing the timekeeper clock frequency Chris Metcalf
2013-08-08 19:34 ` Chris Metcalf
2013-08-08 19:38 ` [PATCH 2/2] tile: implement dynamic frequency changing Chris Metcalf
2013-08-08 19:38   ` Chris Metcalf
2013-08-09 19:34 ` [PATCH v2 1/2] time: allow changing the timekeeper clock frequency Chris Metcalf
2013-08-09 19:34   ` Chris Metcalf
2013-08-09 19:34   ` [PATCH v2 2/2] tile: implement dynamic frequency changing Chris Metcalf
2013-08-09 19:34     ` Chris Metcalf
2013-08-14 18:17 ` [PATCH 1/2] time: allow changing the timekeeper clock frequency John Stultz
2013-08-14 21:30   ` Chris Metcalf
2013-08-14 21:30     ` Chris Metcalf
2013-08-29 18:40     ` Chris Metcalf
2013-08-29 18:40       ` Chris Metcalf
2013-08-29 19:30       ` John Stultz
2013-08-30 14:40         ` Chris Metcalf [this message]
2013-08-30 14:40           ` Chris Metcalf
2013-08-30 16:04           ` John Stultz

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=5220AEF1.7080808@tilera.com \
    --to=cmetcalf@tilera.com \
    --cc=cpufreq@vger.kernel.org \
    --cc=john.stultz@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rjw@sisk.pl \
    --cc=tglx@linutronix.de \
    --cc=viresh.kumar@linaro.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.