From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934505AbbEMTms (ORCPT ); Wed, 13 May 2015 15:42:48 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:38782 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933971AbbEMTmq (ORCPT ); Wed, 13 May 2015 15:42:46 -0400 Date: Wed, 13 May 2015 21:42:40 +0200 From: Richard Cochran To: Jonathan Richardson Cc: Arnd Bergmann , Darren Edamura , Mark Rutland , Scott Branden , Pawel Moll , Ian Campbell , Ray Jui , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , bcm-kernel-feedback-list@broadcom.com, Kumar Gala , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/2] misc: Add initial Digital Timing Engine (DTE) driver for cygnus Message-ID: <20150513194240.GB11130@localhost.localdomain> References: <1429744923-2007-1-git-send-email-jonathar@broadcom.com> <1429744923-2007-3-git-send-email-jonathar@broadcom.com> <6346218.3x3hbSlxMs@wuerfel> <5543CD73.2030902@broadcom.com> <20150513152130.GB2065@localhost.localdomain> <5553A82E.7070304@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5553A82E.7070304@broadcom.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 13, 2015 at 12:38:22PM -0700, Jonathan Richardson wrote: > The input events may occur at a rate greater than we want to generate > timestamps at. Maybe we need a better term than divider. The h/w sees x > input signals over x period of time and then samples the input signal at > a divided down period of time to limit the timestamp rate. Timestamp > input sample rate? Uhm, you mean time stamp resolution? Or discarding events? -EDOESNOTPARSE; Thanks, Richard From mboxrd@z Thu Jan 1 00:00:00 1970 From: richardcochran@gmail.com (Richard Cochran) Date: Wed, 13 May 2015 21:42:40 +0200 Subject: [PATCH 2/2] misc: Add initial Digital Timing Engine (DTE) driver for cygnus In-Reply-To: <5553A82E.7070304@broadcom.com> References: <1429744923-2007-1-git-send-email-jonathar@broadcom.com> <1429744923-2007-3-git-send-email-jonathar@broadcom.com> <6346218.3x3hbSlxMs@wuerfel> <5543CD73.2030902@broadcom.com> <20150513152130.GB2065@localhost.localdomain> <5553A82E.7070304@broadcom.com> Message-ID: <20150513194240.GB11130@localhost.localdomain> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, May 13, 2015 at 12:38:22PM -0700, Jonathan Richardson wrote: > The input events may occur at a rate greater than we want to generate > timestamps at. Maybe we need a better term than divider. The h/w sees x > input signals over x period of time and then samples the input signal at > a divided down period of time to limit the timestamp rate. Timestamp > input sample rate? Uhm, you mean time stamp resolution? Or discarding events? -EDOESNOTPARSE; Thanks, Richard