Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756034AbcJMPCB (ORCPT ); Thu, 13 Oct 2016 11:02:01 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:33812 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752909AbcJMPBy (ORCPT ); Thu, 13 Oct 2016 11:01:54 -0400 Date: Thu, 13 Oct 2016 11:01:15 -0400 (EDT) Message-Id: <20161013.110115.798187178234638035.davem@davemloft.net> To: peppe.cavallaro@st.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, alexandre.torgue@st.com, rayagond@vayavyalabs.com Subject: Re: [PATCH (net.git) 1/2] stmmac: fix ptp init for gmac4 From: David Miller In-Reply-To: <1476279724-11817-1-git-send-email-peppe.cavallaro@st.com> References: <1476279724-11817-1-git-send-email-peppe.cavallaro@st.com> X-Mailer: Mew version 6.6 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]); Thu, 13 Oct 2016 08:01:16 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 569 Lines: 15 From: Giuseppe Cavallaro Date: Wed, 12 Oct 2016 15:42:03 +0200 > The gmac 4.x version has not extended descriptors > (that are available on 3.x instead of). > While initializing the PTP module, the advanced PTP was > enabled in case of extended descriptors. This cannot be > applied for 4.x version where only the hardware capability > register has to show if the feature is present. > Patch also adds some extra netdev_(debug/inof) to better > dump the configuration. > > Signed-off-by: Giuseppe Cavallaro Applied.