From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755386AbcLNJTM (ORCPT ); Wed, 14 Dec 2016 04:19:12 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:43597 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754951AbcLNJTL (ORCPT ); Wed, 14 Dec 2016 04:19:11 -0500 Date: Wed, 14 Dec 2016 10:16:23 +0100 (CET) From: Thomas Gleixner To: Arnd Bergmann cc: Holger Dengler , Lee Jones , Greg Kroah-Hartman , Vinod Koul , linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, Sebastian Siewior , Juergen Bubeck , Peter Mahler , Benedikt Spranger Subject: Re: [PATCH 10/12] misc: Flexcard basic timestamp counter support In-Reply-To: <4863466.dVh2k2nQnx@wuerfel> Message-ID: References: <1481674313-30378-1-git-send-email-dengler@linutronix.de> <1481674313-30378-11-git-send-email-dengler@linutronix.de> <4863466.dVh2k2nQnx@wuerfel> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 14 Dec 2016, Arnd Bergmann wrote: > On Wednesday, December 14, 2016 1:11:51 AM CET Holger Dengler wrote: > > The Eberspaecher Flexcard PMC II offers a Flexray network synchronized > > counter with a selectable resolution of 1us, 100ns or 10ns. Add basic > > support for the timestamp counter with 1us resolution, which is the > > standard Flexray bus resolution. > > > > Signed-off-by: Benedikt Spranger > > Signed-off-by: Holger Dengler > > cc: Arnd Bergmann > > cc: Greg Kroah-Hartman > > > > Have you tried fitting this in the drivers/ptp/ framework rather > than having your own posix clock for it? It has nothing to do with PTP. It's a completely seperate clock and cannot be used for PTP style time synchronization. Thanks, tglx