From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754360AbbCaVTm (ORCPT ); Tue, 31 Mar 2015 17:19:42 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:50952 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753828AbbCaVTk (ORCPT ); Tue, 31 Mar 2015 17:19:40 -0400 Date: Tue, 31 Mar 2015 17:19:36 -0400 (EDT) Message-Id: <20150331.171936.517523024908985101.davem@davemloft.net> To: richardcochran@gmail.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, amirv@mellanox.com, arnd@linaro.org, baolin.wang@linaro.org, Frank.Li@freescale.com, peppe.cavallaro@st.com, jacob.e.keller@intel.com, jeffrey.t.kirsher@intel.com, john.stultz@linaro.org, b45643@freescale.com, matthew.vick@intel.com, mchan@broadcom.com, prashant@broadcom.com, rayagond@vayavyalabs.com, sonic.zhang@analog.com, sony.chacko@qlogic.com, tglx@linutronix.de Subject: Re: [PATCH net-next 00/11] remove open coded ns_to_timespec64 and reverse From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.6 on Emacs 24.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 31 Mar 2015 14:19:39 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Richard Cochran Date: Tue, 31 Mar 2015 23:08:05 +0200 > 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. Looks good, series applied, thanks.