[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1427836290.16312.29.camel@intel.com>
Date: Tue, 31 Mar 2015 21:11:30 +0000
From: "Keller, Jacob E" <jacob.e.keller@...el.com>
To: "richardcochran@...il.com" <richardcochran@...il.com>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"baolin.wang@...aro.org" <baolin.wang@...aro.org>,
"b45643@...escale.com" <b45643@...escale.com>,
"amirv@...lanox.com" <amirv@...lanox.com>,
"peppe.cavallaro@...com" <peppe.cavallaro@...com>,
"sonic.zhang@...log.com" <sonic.zhang@...log.com>,
"rayagond@...avyalabs.com" <rayagond@...avyalabs.com>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"sony.chacko@...gic.com" <sony.chacko@...gic.com>,
"Vick, Matthew" <matthew.vick@...el.com>,
"arnd@...aro.org" <arnd@...aro.org>,
"Frank.Li@...escale.com" <Frank.Li@...escale.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"mchan@...adcom.com" <mchan@...adcom.com>,
"prashant@...adcom.com" <prashant@...adcom.com>,
"davem@...emloft.net" <davem@...emloft.net>,
"Kirsher, Jeffrey T" <jeffrey.t.kirsher@...el.com>,
"john.stultz@...aro.org" <john.stultz@...aro.org>
Subject: Re: [PATCH net-next 00/11] remove open coded ns_to_timespec64 and
reverse
On Tue, 2015-03-31 at 23:08 +0200, Richard Cochran wrote:
> 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.
>
> Thanks,
> Richard
>
> Richard Cochran (11):
> ptp: blackfin: use helpers for converting ns to timespec.
> ptp: bnx2x: use helpers for converting ns to timespec.
> ptp: tg3: use helpers for converting ns to timespec.
> ptp: fec: use helpers for converting ns to timespec.
> ptp: gianfar: use helpers for converting ns to timespec.
> ptp: e1000e: use helpers for converting ns to timespec.
> ptp: igb: use helpers for converting ns to timespec.
> ptp: ixgbe: use helpers for converting ns to timespec.
> ptp: mlx4: use helpers for converting ns to timespec.
> ptp: stmmac: use helpers for converting ns to timespec.
> ptp: cpts: use helpers for converting ns to timespec.
>
> drivers/net/ethernet/adi/bfin_mac.c | 8 +++-----
> drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 7 ++-----
> drivers/net/ethernet/broadcom/tg3.c | 4 +---
> drivers/net/ethernet/freescale/fec_ptp.c | 7 ++-----
> drivers/net/ethernet/freescale/gianfar_ptp.c | 8 +++-----
> drivers/net/ethernet/intel/e1000e/ptp.c | 4 +---
> drivers/net/ethernet/intel/igb/igb_ptp.c | 7 ++-----
> drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 7 ++-----
> drivers/net/ethernet/mellanox/mlx4/en_clock.c | 4 +---
> drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c | 4 +---
> drivers/net/ethernet/ti/cpts.c | 7 ++-----
> 11 files changed, 20 insertions(+), 47 deletions(-)
>
For all the Intel drivers, this looks fine. I'm surprised I never
noticed before.
Acked-by: Jacob Keller <jacob.e.keller@...el.com>
Powered by blists - more mailing lists