linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Stultz <john.stultz@linaro.org>
To: lkml <linux-kernel@vger.kernel.org>
Cc: John Stultz <john.stultz@linaro.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Jason Gunthorpe <jgunthorpe@obsidianresearch.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@kernel.org>,
	Miroslav Lichvar <mlichvar@redhat.com>,
	Richard Cochran <richardcochran@gmail.com>,
	Prarit Bhargava <prarit@redhat.com>,
	Stephen Boyd <stephen.boyd@linaro.org>
Subject: [GIT PULL][PATCH 0/7] Timekeeping items for 4.15
Date: Mon, 30 Oct 2017 15:29:07 -0700	[thread overview]
Message-ID: <1509402554-18437-1-git-send-email-john.stultz@linaro.org> (raw)

Hey Thomas,
  Bit later then I'd like, but here's my current queue of
timekeeping items for 4.15.

>From Arnd's patchset, I'm missing the last patch as it didn't
apply properly, but the rest of it looked ok to me.

Please let me know if you have any objections.

thanks
-john

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Miroslav Lichvar <mlichvar@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Stephen Boyd <stephen.boyd@linaro.org>

The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff:

  Linux 4.14-rc3 (2017-10-01 14:54:54 -0700)

are available in the git repository at:

  https://git.linaro.org/people/john.stultz/linux.git 6546911ed369af8d747215ff8b6144618e91c6ab

for you to fetch changes up to 6546911ed369af8d747215ff8b6144618e91c6ab:

  time: Move old timekeeping interfaces to timekeeping32.h (2017-10-30 15:17:20 -0700)

----------------------------------------------------------------
Arnd Bergmann (6):
  timekeeping: Consolidate timekeeping_inject_offset code
  timekeeping: Use timespec64 in timekeeping_inject_offset
  time: Remove unused functions
  time: Move time_t based interfaces to time32.h
  time: Move time_t conversion helpers to time32.h
  time: Move old timekeeping interfaces to timekeeping32.h

Jason Gunthorpe (1):
  rtc: Allow rtc drivers to specify the tv_nsec value for ntp

 drivers/rtc/class.c           |   3 +
 drivers/rtc/systohc.c         |  53 +++++++---
 include/linux/ktime.h         |   1 +
 include/linux/rtc.h           |  43 +++++++-
 include/linux/time.h          | 207 +-------------------------------------
 include/linux/time32.h        | 221 ++++++++++++++++++++++++++++++++++++++++
 include/linux/time64.h        |  78 +--------------
 include/linux/timekeeping.h   | 137 +------------------------
 include/linux/timekeeping32.h | 151 ++++++++++++++++++++++++++++
 kernel/time/ntp.c             | 227 +++++++++++++++++++++---------------------
 kernel/time/ntp_internal.h    |   1 -
 kernel/time/time.c            |  59 +----------
 kernel/time/timekeeping.c     | 121 +++++++++++++++++++---
 kernel/time/timekeeping.h     |   2 +-
 14 files changed, 687 insertions(+), 617 deletions(-)
 create mode 100644 include/linux/time32.h
 create mode 100644 include/linux/timekeeping32.h

-- 
2.7.4

             reply	other threads:[~2017-10-30 22:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-30 22:29 John Stultz [this message]
2017-10-30 22:29 ` [PATCH 1/7] rtc: Allow rtc drivers to specify the tv_nsec value for ntp John Stultz
2017-10-30 22:29 ` [PATCH 2/7] timekeeping: Consolidate timekeeping_inject_offset code John Stultz
2017-10-30 22:29 ` [PATCH 3/7] timekeeping: Use timespec64 in timekeeping_inject_offset John Stultz
2017-10-30 22:29 ` [PATCH 4/7] time: Remove unused functions John Stultz
2017-10-30 22:29 ` [PATCH 5/7] time: Move time_t based interfaces to time32.h John Stultz
2017-10-30 22:29 ` [PATCH 6/7] time: Move time_t conversion helpers " John Stultz
2017-10-30 22:29 ` [PATCH 7/7] time: Move old timekeeping interfaces to timekeeping32.h John Stultz
2017-10-31 22:17 ` [GIT PULL][PATCH 0/7] Timekeeping items for 4.15 Thomas Gleixner

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=1509402554-18437-1-git-send-email-john.stultz@linaro.org \
    --to=john.stultz@linaro.org \
    --cc=arnd@arndb.de \
    --cc=jgunthorpe@obsidianresearch.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=mlichvar@redhat.com \
    --cc=prarit@redhat.com \
    --cc=richardcochran@gmail.com \
    --cc=stephen.boyd@linaro.org \
    --cc=tglx@linutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).