[PATCH 0/4] Introduce another options to set/get time with "ktime_t" type

From: Baolin Wang
Date: Thu Mar 19 2015 - 01:46:05 EST


This patch series change the 32-bit time type (timespec) to the 64-bit one
(ktime_t), since 32-bit time types will break in the year 2038.

This patch series introduce another two optinos to set/get time with "ktime_t" type,
and remove the old ones with "timespec" type.

Next step will replace the other drivers' "timespec" type with "ktime_t" type.

Baolin Wang (4):
ptp/chardev:Introduce another option to get/set time in
ptp_clock_info structure
ptp/clcok:Introduce the setktime/getktime interfaces with "ktime_t"
type
ptp/pch:Replace timespec with ktime_t in ptp_pch.c
ptp/ixp46x:Replace timespec with ktime_t in ptp_ixp46x.c

drivers/ptp/ptp_chardev.c | 27 ++++++++++++++++++---------
drivers/ptp/ptp_clock.c | 20 ++++++++++++++++++--
drivers/ptp/ptp_ixp46x.c | 21 ++++++---------------
drivers/ptp/ptp_pch.c | 21 ++++++---------------
include/linux/ptp_clock_kernel.h | 2 ++
5 files changed, 50 insertions(+), 41 deletions(-)

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/