]> 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)
commit4387b42356ff829ff3c25037ae4c7762eb829dff
tree7985606e6f695ebcf55d6a409f2f2c9d7e2a19c0
parent94d13fb8c9b815217230f2598bb70a465316e583
parentafa47919a3624f595bc838f5173ce42f8d60c38c
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>