From patchwork Thu Mar 30 21:01:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 96325 Delivered-To: patches@linaro.org Received: by 10.140.89.233 with SMTP id v96csp425756qgd; Thu, 30 Mar 2017 14:01:33 -0700 (PDT) X-Received: by 10.98.90.66 with SMTP id o63mr1115857pfb.54.1490907693078; Thu, 30 Mar 2017 14:01:33 -0700 (PDT) Return-Path: Received: from mail-pg0-x235.google.com (mail-pg0-x235.google.com. [2607:f8b0:400e:c05::235]) by mx.google.com with ESMTPS id e65si2923200pfg.419.2017.03.30.14.01.32 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Mar 2017 14:01:33 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c05::235 as permitted sender) client-ip=2607:f8b0:400e:c05::235; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c05::235 as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by mail-pg0-x235.google.com with SMTP id x125so50221625pgb.0 for ; Thu, 30 Mar 2017 14:01:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=MWUo7C16fNLAMh1PrS2WYOKQGyUkT7j7fJ1zVDfvDe0=; b=ZpvQgYTMU98MLEE3UuGPmECmSOEZ36A5G8J/79RZUidTeMGcItz7gS/KXSvi4hGdpl 8/2Y2kQOPheQmvHyQBUEpzrA+/peglQKqlkNfC3ShSwO+3cmiJJTqwAKfthJwkDr5cem CAH+hX6I0QRWOri2V5xJrax+gWHkWjijIWo/w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=MWUo7C16fNLAMh1PrS2WYOKQGyUkT7j7fJ1zVDfvDe0=; b=tsBJDPOAZxTJKNK3ihtJiF7lIjUbpxipDlzh+bRWHgsg2VFx9ZZSUCaqeUGXpo8YLU puZOIFjwgPPfk6FjWPTbs+mGAr7i+EPmOfsZh+kwnrTIHvaQPHABk2rJIya44zimANU7 CYbzFwPVpM/oELcSMmSoJ0SBdOx7xtrn3qDByjMd5zEYUa1mR7HTIVqjG929mRR17i9F Pk6rEip8PGE+t+W3LKL/AYuzBAMFtrarHRpt6KNRIRwZNQ0JM+w2qefkX9CQssUB9to5 3HEflRvNJ0iB3gEoVn+30VVfg36ZsMBxirB269T7nzhYjuIQ/EZWlUDE0YJfPafazhKA tBIQ== X-Gm-Message-State: AFeK/H3wsQ+m6eSIn5jlGyHv/ZpIvphE4IEWor/HkwmYYQVNqokKmPuB/Dz+vJQajGq5szrA7Lk= X-Received: by 10.99.39.71 with SMTP id n68mr1136677pgn.85.1490907692733; Thu, 30 Mar 2017 14:01:32 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([2601:1c2:1002:83f0:4e72:b9ff:fe99:466a]) by smtp.gmail.com with ESMTPSA id y7sm6162626pfk.93.2017.03.30.14.01.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 30 Mar 2017 14:01:31 -0700 (PDT) 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 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