From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751329AbcGWQot (ORCPT ); Sat, 23 Jul 2016 12:44:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54145 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083AbcGWQoq (ORCPT ); Sat, 23 Jul 2016 12:44:46 -0400 From: Jarod Wilson To: linux-kernel@vger.kernel.org Cc: Jarod Wilson , Jeff Kirsher , intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org Subject: [PATCH v2 net-next 0/2] e1000e: fix PTP on e1000_pch_variants Date: Sat, 23 Jul 2016 12:44:32 -0400 Message-Id: <1469292274-59237-1-git-send-email-jarod@redhat.com> In-Reply-To: <1468959902-25071-1-git-send-email-jarod@redhat.com> References: <1468959902-25071-1-git-send-email-jarod@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Sat, 23 Jul 2016 16:44:45 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This little series factors out the systim sanitization code first, then adds e1000_pch_lpt as a new case in the switch that calls the sanitize function, fixing PTP clock issues I've had reported against an Intel I-218V NIC in an Intel NUC5ik5RYH system. Jarod Wilson (2): e1000e: factor out systim sanitization e1000e: fix PTP on e1000_pch_lpt variants Note: this series replaces the previously submitted singleton patch that was, er, broken, titled the same. Reported-by: Rupesh Patel CC: Jeff Kirsher CC: intel-wired-lan@lists.osuosl.org CC: netdev@vger.kernel.org Signed-off-by: Jarod Wilson drivers/net/ethernet/intel/e1000e/netdev.c | 72 +++++++++++++++++++----------- 1 file changed, 45 insertions(+), 27 deletions(-) -- 1.8.3.1