From: Heena Sirwani <heenasirwani@gmail.com>
To: opw-kernel@googlegroups.com
Cc: linux-kernel@vger.kernel.org, john.stultz@linaro.org,
tglx@linutronix.de, arnd@arndb.de
Subject: [PATCH v8 0/2] Added ktime_get_seconds() and ktime_get_real_seconds()
Date: Wed, 29 Oct 2014 16:00:41 +0530 [thread overview]
Message-ID: <cover.1414578445.git.heenasirwani@gmail.com> (raw)
The following patchset adds two functions as follows:
-ktime_get_seconds() to return tv_sec portion of
ktime_get_ts64().
-ktime_get_real_seconds() to return tv_sec portion of
ktime_get_real_ts64().
Changes in v8:
-changed type of ktime_sec to unsigned long
- Added a patch with ktime_get_real_seconds().
Heena Sirwani (2):
timekeeping: Added a function to return tv_sec portion of
ktime_get_ts64()
timekeeping: Added a function to return tv_sec portion of
ktime_get_real_ts64()
include/linux/timekeeper_internal.h | 2 ++
include/linux/timekeeping.h | 2 ++
kernel/time/timekeeping.c | 41 ++++++++++++++++++++++++++++++++++---
3 files changed, 42 insertions(+), 3 deletions(-)
--
1.9.1
next reply other threads:[~2014-10-29 10:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-29 10:30 Heena Sirwani [this message]
2014-10-29 10:31 ` [PATCH v8 1/2] timekeeping: Added a function to return tv_sec portion of ktime_get_ts64() Heena Sirwani
2014-10-29 10:47 ` Arnd Bergmann
2014-10-29 14:18 ` [tip:timers/2038] timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONIC tip-bot for Heena Sirwani
2014-10-29 10:31 ` [PATCH v8 2/2] timekeeping: Added a function to return tv_sec portion of ktime_get_real_ts64() Heena Sirwani
2014-10-29 14:18 ` [tip:timers/2038] timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REALTIME tip-bot for Heena Sirwani
2014-10-29 14:21 ` [PATCH v8 0/2] Added ktime_get_seconds() and ktime_get_real_seconds() Thomas Gleixner
2014-10-29 15:11 ` [OPW kernel] " Arnd Bergmann
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=cover.1414578445.git.heenasirwani@gmail.com \
--to=heenasirwani@gmail.com \
--cc=arnd@arndb.de \
--cc=john.stultz@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=opw-kernel@googlegroups.com \
--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
Powered by JetHome