mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v8 0/2] Added ktime_get_seconds() and ktime_get_real_seconds()
@ 2014-10-29 10:30 Heena Sirwani
  2014-10-29 10:31 ` [PATCH v8 1/2] timekeeping: Added a function to return tv_sec portion of ktime_get_ts64() Heena Sirwani
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Heena Sirwani @ 2014-10-29 10:30 UTC (permalink / raw)
  To: opw-kernel; +Cc: linux-kernel, john.stultz, tglx, arnd

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-10-29 15:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-29 10:30 [PATCH v8 0/2] Added ktime_get_seconds() and ktime_get_real_seconds() Heena Sirwani
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

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