mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/6] adapt clockevents frequencies to mono clock: prerequisites 1
@ 2017-02-06 21:11 Nicolai Stange
  2017-02-06 21:11 ` [PATCH 1/6] clocksource: sh_cmt: compute rate before registration again Nicolai Stange
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Nicolai Stange @ 2017-02-06 21:11 UTC (permalink / raw)
  To: John Stultz
  Cc: Daniel Lezcano, Thomas Gleixner, Yoshinori Sato, Magnus Damm,
	linux-kernel, uclinux-h8-devel, Nicolai Stange

Hi,

in order to facilitate review, this (sub-)series has been split off from
a larger effort to be found at [1].

The overall goal is to adjust the clockevent devices' frequencies to the
NTP controlled monotonic time.

As a prerequisite, ced drivers must not alter the rate by any means other
than clockevents_update_freq() after registration.

The four drivers touched here are the only ones currently violating this.
What's more, altering the ced rates after registration isn't really
necessary for any of them. This series cleans this up.

John signaled willingness to deal with all of this and thus, it would be
best if all the patches herein would get picked by him only...

Based on v4.10-rc2.

Thanks,

Nicolai

[1] Current version:
      git://nicst.de/linux.git cev-freq-adj.v9.4.10-rc2
      http://nicst.de/git/?p=linux.git;a=shortlog;h=refs/heads/cev-freq-adj.v9.4.10-rc2

    Slightly outdated LKML submission:
      http://lkml.kernel.org/r/20161119160055.12491-1-nicstange@gmail.com

Nicolai Stange (6):
  clocksource: sh_cmt: compute rate before registration again
  clocksource: sh_tmu: compute rate before registration again
  clocksource: em_sti: split clock prepare and enable steps
  clocksource: em_sti: compute rate before registration
  clocksource: h8300_timer8: don't reset rate in ->set_state_oneshot()
  clockevents: make clockevents_config() static

 drivers/clocksource/em_sti.c       | 46 +++++++++++++++++++++-----------------
 drivers/clocksource/h8300_timer8.c |  8 -------
 drivers/clocksource/sh_cmt.c       | 45 ++++++++++++++++++++-----------------
 drivers/clocksource/sh_tmu.c       | 26 ++++++++++-----------
 include/linux/clockchips.h         |  1 -
 kernel/time/clockevents.c          |  2 +-
 6 files changed, 65 insertions(+), 63 deletions(-)

-- 
2.11.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-02-14  4:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-06 21:11 [PATCH 0/6] adapt clockevents frequencies to mono clock: prerequisites 1 Nicolai Stange
2017-02-06 21:11 ` [PATCH 1/6] clocksource: sh_cmt: compute rate before registration again Nicolai Stange
2017-02-14  4:35   ` John Stultz
2017-02-06 21:12 ` [PATCH 2/6] clocksource: sh_tmu: " Nicolai Stange
2017-02-06 21:12 ` [PATCH 3/6] clocksource: em_sti: split clock prepare and enable steps Nicolai Stange
2017-02-06 21:12 ` [PATCH 4/6] clocksource: em_sti: compute rate before registration Nicolai Stange
2017-02-06 21:12 ` [PATCH 5/6] clocksource: h8300_timer8: don't reset rate in ->set_state_oneshot() Nicolai Stange
2017-02-06 21:12 ` [PATCH 6/6] clockevents: make clockevents_config() static Nicolai Stange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®