From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755058AbdC3VBf (ORCPT ); Thu, 30 Mar 2017 17:01:35 -0400 Received: from mail-pg0-f46.google.com ([74.125.83.46]:34782 "EHLO mail-pg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754586AbdC3VBe (ORCPT ); Thu, 30 Mar 2017 17:01:34 -0400 From: John Stultz To: lkml Cc: John Stultz , Ingo Molnar , Thomas Gleixner , Daniel Lezcano , Richard Cochran , Prarit Bhargava , Stephen Boyd Subject: [GIT PULL][PATCH 0/9] Timekeeping changes for 4.12 Date: Thu, 30 Mar 2017 14:01:15 -0700 Message-Id: <1490907684-11186-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Cc: Thomas Gleixner Cc: Daniel Lezcano Cc: Richard Cochran Cc: Prarit Bhargava Cc: Stephen Boyd 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