Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751980AbeAPTbq (ORCPT + 1 other); Tue, 16 Jan 2018 14:31:46 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:58482 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751816AbeAPTbm (ORCPT ); Tue, 16 Jan 2018 14:31:42 -0500 Date: Tue, 16 Jan 2018 14:31:40 -0500 (EST) Message-Id: <20180116.143140.1386739810604238683.davem@davemloft.net> To: aleksey.makarov@cavium.com Cc: netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sunil.Goutham@cavium.com, rad@semihalf.com, rric@kernel.org, ddaney@caviumnetworks.com, richardcochran@gmail.com, pombredanne@nexb.com, joe@perches.com Subject: Re: [PATCH net-next v6 0/2] net: thunderx: add support for PTP clock From: David Miller In-Reply-To: <20180115124500.14872-1-aleksey.makarov@cavium.com> References: <20180115124500.14872-1-aleksey.makarov@cavium.com> X-Mailer: Mew version 6.7 on Emacs 25.3 / 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, 16 Jan 2018 11:31:42 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: From: Aleksey Makarov Date: Mon, 15 Jan 2018 18:44:55 +0600 > 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. Series applied, thank you.