Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752222Ab3GXG3P (ORCPT ); Wed, 24 Jul 2013 02:29:15 -0400 Received: from mail-ee0-f51.google.com ([74.125.83.51]:56600 "EHLO mail-ee0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751827Ab3GXG3M (ORCPT ); Wed, 24 Jul 2013 02:29:12 -0400 Date: Wed, 24 Jul 2013 08:29:00 +0200 From: Richard Cochran To: Chris Metcalf Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 05/13] tile: support PTP using the tilegx mPIPE (IEEE 1588) Message-ID: <20130724062900.GB5163@netboy> References: <77f753af79722f39c5fa77cd35adefdd1634e5d5.1374609949.git.cmetcalf@tilera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <77f753af79722f39c5fa77cd35adefdd1634e5d5.1374609949.git.cmetcalf@tilera.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1228 Lines: 33 On Tue, Jul 23, 2013 at 04:05:48PM -0400, Chris Metcalf wrote: > diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig > index 5be73ba..255ed1a 100644 > --- a/drivers/ptp/Kconfig > +++ b/drivers/ptp/Kconfig > @@ -87,4 +87,14 @@ config PTP_1588_CLOCK_PCH > To compile this driver as a module, choose M here: the module > will be called ptp_pch. > > +config PTP_1588_CLOCK_TILEGX > + tristate "Tilera TILE-Gx mPIPE as PTP clock" > + select PTP_1588_CLOCK > + depends on TILEGX > + help > + This driver adds support for using the mPIPE as a PTP > + clock. This clock is only useful if your PTP programs are > + getting hardware time stamps on the PTP Ethernet packets > + using the SO_TIMESTAMPING API. > + Is this feature available on every TILEGX hardware variant? If not, then there needs to be some provision for that. Also, this option should probably appear under the main MAC option. Thanks, Richard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/