Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754239AbdLHPpq (ORCPT ); Fri, 8 Dec 2017 10:45:46 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:46975 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753802AbdLHPpo (ORCPT ); Fri, 8 Dec 2017 10:45:44 -0500 X-Google-Smtp-Source: AGs4zMYMingDXc/95TgIEcb/mA440st7/EvgT2HcnJK/DjWCw6lI80mVxaPCny2eVKr37819eg69Zg== Date: Fri, 8 Dec 2017 07:45:40 -0800 From: Richard Cochran To: Aleksey Makarov Cc: netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Goutham, Sunil" , Radoslaw Biernacki , Robert Richter , David Daney Subject: Re: [PATCH net-next v4 0/2] net: thunderx: add support for PTP clock Message-ID: <20171208154540.ulmwofskhmwcczyd@localhost> References: <20171208103442.19354-1-aleksey.makarov@cavium.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171208103442.19354-1-aleksey.makarov@cavium.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 744 Lines: 21 On Fri, Dec 08, 2017 at 01:34:38PM +0300, Aleksey Makarov wrote: > This series adds support for IEEE 1588 Precision Time Protocol > to Cavium ethernet driver. > > The first patch adds support for the Precision Time Protocol Clocks and > Timestamping coprocessor (PTP) found on Cavium processors. > It registers a new PTP clock in the PTP core and provides functions > to use the counter in BGX, TNS, GTI, and NIC blocks. > > The second patch introduces support for the PTP protocol to the > Cavium ThunderX ethernet driver. > > v4: > - use IS_ENABLED. This fixes compilation of the ptp as a module (David Miller) > - select PTP_1588_CLOCK, not depend on it. This fixes a build warning. It should be "imply" not "select". Thanks, Richard