From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934507AbdBQQDk (ORCPT ); Fri, 17 Feb 2017 11:03:40 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:44608 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934037AbdBQQDj (ORCPT ); Fri, 17 Feb 2017 11:03:39 -0500 Date: Fri, 17 Feb 2017 11:03:31 -0500 (EST) Message-Id: <20170217.110331.1583774566670151929.davem@davemloft.net> To: richardcochran@gmail.com Cc: dmitry.torokhov@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] PTP attribute handling cleanup From: David Miller In-Reply-To: <20170216201928.GA8614@netboy> References: <20170214182334.23296-1-dmitry.torokhov@gmail.com> <20170216201928.GA8614@netboy> X-Mailer: Mew version 6.7 on Emacs 24.5 / 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]); Fri, 17 Feb 2017 07:04:43 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Richard Cochran Date: Thu, 16 Feb 2017 21:19:29 +0100 > On Tue, Feb 14, 2017 at 10:23:30AM -0800, Dmitry Torokhov wrote: >> drivers/ptp/ptp_clock.c | 22 +++--- >> drivers/ptp/ptp_private.h | 7 +- >> drivers/ptp/ptp_sysfs.c | 167 ++++++++++++++++++---------------------------- >> 3 files changed, 80 insertions(+), 116 deletions(-) > > Nice reduction in sysfs code! > > I gave this some light testing on the coldfire/phyter (which has 12 > pins), and nothing exploded. > > For the series: > > Acked-by: Richard Cochran Series applied to net-next, thanks.