[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1490907684-11186-1-git-send-email-john.stultz@linaro.org>
Date: Thu, 30 Mar 2017 14:01:15 -0700
From: John Stultz <john.stultz@...aro.org>
To: lkml <linux-kernel@...r.kernel.org>
Cc: John Stultz <john.stultz@...aro.org>,
Ingo Molnar <mingo@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Richard Cochran <richardcochran@...il.com>,
Prarit Bhargava <prarit@...hat.com>,
Stephen Boyd <sboyd@...eaurora.org>
Subject: [GIT PULL][PATCH 0/9] Timekeeping changes for 4.12
Hey Thomas, Ingo,
Here are the changes I've got queued so far for 4.12.
Main changes are the initial steps of Nicoli's work to make the
clockevent timers be corrected for NTP adjustments. Then a few
smaller fixes that I've queued, and adding Stephen Boyd to
the maintainers list for timekeeping.
Please let me know if you have any objections or thoughts.
thanks
-john
Cc: Ingo Molnar <mingo@...nel.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>
Cc: Richard Cochran <richardcochran@...il.com>
Cc: Prarit Bhargava <prarit@...hat.com>
Cc: Stephen Boyd <sboyd@...eaurora.org>
The following changes since commit 97da3854c526d3a6ee05c849c96e48d21527606c:
Linux 4.11-rc3 (2017-03-19 19:09:39 -0700)
are available in the git repository at:
https://git.linaro.org/people/john.stultz/linux.git fortglx/4.12/time
for you to fetch changes up to 0107042768658fea9f5f5a9c00b1c90f5dab6a06:
sysrq: Reset the watchdog timers while displaying high-resolution timers (2017-03-23 12:46:53 -0700)
----------------------------------------------------------------
David Engraf (1):
timers, sched_clock: Update timeout for clock wrap
John Stultz (1):
MAINTAINERS: Add Stephen Boyd as timekeeping reviewer
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
Tom Hromatka (1):
sysrq: Reset the watchdog timers while displaying high-resolution
timers
MAINTAINERS | 1 +
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 +-
kernel/time/sched_clock.c | 5 +++++
kernel/time/timer_list.c | 6 +++++
9 files changed, 77 insertions(+), 63 deletions(-)
--
2.7.4
Powered by blists - more mailing lists