]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ptp-ns_to_timespec64'
authorDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 21:19:19 +0000 (17:19 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 21:19:19 +0000 (17:19 -0400)
commita62578daac15d7b37d61a95b2bff9e83a72ad54b
tree7985606e6f695ebcf55d6a409f2f2c9d7e2a19c0
parentc78003b9eb9ddf4e52484b84225a3cf0b5b30cf9
parent7d9877303a0c24963898ba7fc65b92e5107dde70
Merge branch 'ptp-ns_to_timespec64'

Richard Cochran says:

====================
ptp: remove open coded ns_to_timespec64 and reverse

This patch series is a follow up to the recent timespec64 work for the
PTP Hardware Clock drivers.  Arnd noticed that drivers are using open
coded implementations of ns_to_timespec64 and timespec64_to_ns.  This
series replaces the open coded logic with the helper functions.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>