Re: [patch 40/55] iio: Use ktime_get_real_ns()

2014-07-13 Thread Jonathan Cameron
On 11/07/14 14:44, Thomas Gleixner wrote: No idea why iio needs wall clock based time stamps, but we can avoid the timespec conversion dance by using the new interfaces. Signed-off-by: Thomas Gleixner Cc: Jonathan Cameron Acked-by: Jonathan Cameron -- To unsubscribe from this list: send the

Re: [patch 40/55] iio: Use ktime_get_real_ns()

2014-07-13 Thread Jonathan Cameron
On 11/07/14 14:44, Thomas Gleixner wrote: No idea why iio needs wall clock based time stamps, but we can avoid the timespec conversion dance by using the new interfaces. Signed-off-by: Thomas Gleixnert...@linutronix.de Cc: Jonathan Cameronji...@kernel.org Acked-by: Jonathan Cameron

[patch 40/55] iio: Use ktime_get_real_ns()

2014-07-11 Thread Thomas Gleixner
No idea why iio needs wall clock based time stamps, but we can avoid the timespec conversion dance by using the new interfaces. Signed-off-by: Thomas Gleixner Cc: Jonathan Cameron --- include/linux/iio/iio.h |9 + 1 file changed, 1 insertion(+), 8 deletions(-) Index:

[patch 40/55] iio: Use ktime_get_real_ns()

2014-07-11 Thread Thomas Gleixner
No idea why iio needs wall clock based time stamps, but we can avoid the timespec conversion dance by using the new interfaces. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Jonathan Cameron ji...@kernel.org --- include/linux/iio/iio.h |9 + 1 file changed, 1 insertion(+), 8