From patchwork Mon Dec 17 15:14:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 206894 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 2C35C2C007D for ; Tue, 18 Dec 2012 02:15:38 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752859Ab2LQPPf (ORCPT ); Mon, 17 Dec 2012 10:15:35 -0500 Received: from db3ehsobe001.messaging.microsoft.com ([213.199.154.139]:25560 "EHLO db3outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752559Ab2LQPPe (ORCPT ); Mon, 17 Dec 2012 10:15:34 -0500 Received: from mail68-db3-R.bigfish.com (10.3.81.239) by DB3EHSOBE001.bigfish.com (10.3.84.21) with Microsoft SMTP Server id 14.1.225.23; Mon, 17 Dec 2012 15:15:32 +0000 Received: from mail68-db3 (localhost [127.0.0.1]) by mail68-db3-R.bigfish.com (Postfix) with ESMTP id DC4114003B2; Mon, 17 Dec 2012 15:15:32 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -10 X-BigFish: VS-10(zz98dI1818P1432Izz1de0h1202h1e76h1d1ah1d2ahz8dhzz2dh87h2a8h668h839h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1155h) X-FB-DOMAIN-IP-MATCH: fail Received: from mail68-db3 (localhost.localdomain [127.0.0.1]) by mail68-db3 (MessageSwitch) id 1355757293550914_10869; Mon, 17 Dec 2012 15:14:53 +0000 (UTC) Received: from DB3EHSMHS004.bigfish.com (unknown [10.3.81.249]) by mail68-db3.bigfish.com (Postfix) with ESMTP id 83ABD1E0119; Mon, 17 Dec 2012 15:14:53 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB3EHSMHS004.bigfish.com (10.3.87.104) with Microsoft SMTP Server (TLS) id 14.1.225.23; Mon, 17 Dec 2012 15:14:47 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server (TLS) id 14.2.318.3; Mon, 17 Dec 2012 15:14:46 +0000 Received: from S2101-09.ap.freescale.net ([10.192.185.103]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id qBHFEXsT019641; Mon, 17 Dec 2012 08:14:34 -0700 Date: Mon, 17 Dec 2012 23:14:46 +0800 From: Shawn Guo To: Frank Li CC: Sascha Hauer , Frank Li , , , , , Subject: Re: [PATCH 4/4] FEC: Add time stamping code and a PTP hardware clock Message-ID: <20121217151445.GA17907@S2101-09.ap.freescale.net> References: <1351657531-25989-1-git-send-email-Frank.Li@freescale.com> <20121217091345.GA753@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginatorOrg: sigmatel.com Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi Sascha, On Mon, Dec 17, 2012 at 10:48:31PM +0800, Frank Li wrote: > > I don't know how to continue from here. Since the whole patch doesn't > > seem to reviewed very much I tend to say we should revert it for now and > > let Frank redo it for the next merge window. > > > > Other opinions? > > Can we just disable CONFIG_FEC_PTP defaut instead of revert whole patch? > To be clear, the following is what Frank meant. Since Frank is out of office for some time, I will send this immediate fix to David, if you are fine with it. Shawn --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig index 5ba6e1c..d1edb2e 100644 --- a/drivers/net/ethernet/freescale/Kconfig +++ b/drivers/net/ethernet/freescale/Kconfig @@ -96,7 +96,6 @@ config FEC_PTP bool "PTP Hardware Clock (PHC)" depends on FEC && ARCH_MXC select PTP_1588_CLOCK - default y if SOC_IMX6Q --help--- Say Y here if you want to use PTP Hardware Clock (PHC) in the driver. Only the basic clock operations have been implemented.