Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1341843 > unrolled thread

Re: [PATCH v8 4/8] time: Add driver cross timestamp interface for higher precision time synchronization

Started byThomas Gleixner <tglx@linutronix.de>
First post2016-02-24 12:00 +0100
Last post2016-02-24 12:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v8 4/8] time: Add driver cross timestamp interface for  higher precision time synchronization Thomas Gleixner <tglx@linutronix.de> - 2016-02-24 12:00 +0100

#1341843 — Re: [PATCH v8 4/8] time: Add driver cross timestamp interface for higher precision time synchronization

FromThomas Gleixner <tglx@linutronix.de>
Date2016-02-24 12:00 +0100
SubjectRe: [PATCH v8 4/8] time: Add driver cross timestamp interface for higher precision time synchronization
Message-ID<r5FkL-3hc-41@gated-at.bofh.it>
On Mon, 22 Feb 2016, Christopher S. Hall wrote:
> +int get_device_system_crosststamp(int (*get_time_fn)
> +				  (ktime_t *device_time,
> +				   struct system_counterval_t *sys_counterval,
> +				   void *ctx),
> +				  void *ctx,
> +				  struct system_device_crosststamp *xtstamp)
> +{
> +	struct timekeeper *tk = &tk_core.timekeeper;
> +	unsigned long seq;
> +	struct system_counterval_t system_counterval;
> +	ktime_t base_raw;
> +	ktime_t base_real;
> +	s64 nsec_raw;
> +	s64 nsec_real;

Single lines for same and desceding length ordered, which makes it simpler to
parse, please.

Other than that: Reviewed-by: Thomas Gleixner <tglx@linutronix.de>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web