Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933063AbcKPA4l (ORCPT ); Tue, 15 Nov 2016 19:56:41 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:34070 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754169AbcKPA4i (ORCPT ); Tue, 15 Nov 2016 19:56:38 -0500 Date: Tue, 15 Nov 2016 19:56:32 -0500 (EST) Message-Id: <20161115.195632.900312673444073979.davem@davemloft.net> To: peppe.cavallaro@st.com Cc: netdev@vger.kernel.org, alexandre.torgue@st.com, rayagond@vayavyalabs.com, richardcochran@gmail.com, linux-kernel@vger.kernel.org, seraphin.bonnaffe@st.com Subject: Re: [PATCHv2 (net.git) 0/3] stmmac: fix PTP support From: David Miller In-Reply-To: <1479112050-14042-1-git-send-email-peppe.cavallaro@st.com> References: <1479112050-14042-1-git-send-email-peppe.cavallaro@st.com> X-Mailer: Mew version 6.7 on Emacs 25.1 / 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, 15 Nov 2016 15:57:05 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 609 Lines: 16 From: Giuseppe Cavallaro Date: Mon, 14 Nov 2016 09:27:27 +0100 > This subset of patches aim to fix the PTP support > for the stmmac and especially for 4.x chip series. > While setting PTP on an ST box with 4.00a Ethernet > core, the kernel panics due to a broken settings > of the descriptors. The patches review the > register configuration, the algo used for configuring > the protocol, the way to get the timestamp inside > the RX/TX descriptors and, in the end, the statistics > displayed by ethtool. > > V2: RESEND all the patches adding the Acked-by. Series applied, thanks.