Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755327AbZGBSQA (ORCPT ); Thu, 2 Jul 2009 14:16:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755507AbZGBSPW (ORCPT ); Thu, 2 Jul 2009 14:15:22 -0400 Received: from mail-px0-f190.google.com ([209.85.216.190]:64054 "EHLO mail-px0-f190.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756104AbZGBSPU (ORCPT ); Thu, 2 Jul 2009 14:15:20 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=oWOIDrmuHAGmTpGxBlt1SX0nrOUx86cf4ED9sVRQOn9RiTHMR/pBrlKYsDf5BtcwPQ oO7PDoXPMFbCvbl4npnC6eTGxhK4//Spu0CpC4+pjCReBmz/eHuQfpUuhxX7+wxwdl7z xGPLOzdJGaQWr9ICx15v1mUAdhvHjZx5et5wk= MIME-Version: 1.0 In-Reply-To: <8A42379416420646B9BFAC9682273B6D0C2497DC@limkexm3.ad.analog.com> References: <68FBE0F3CE97264395875AC1C468F22C152BE8@mail03.cyberswitching.local> <4A4CF07B.3090600@cam.ac.uk> <8bd0f97a0907021043l30a34e6dh581ea5e96130d7eb@mail.gmail.com> <4A4CF587.1030202@gmail.com> <8A42379416420646B9BFAC9682273B6D0C2497DC@limkexm3.ad.analog.com> From: Mike Frysinger Date: Thu, 2 Jul 2009 14:15:02 -0400 Message-ID: <8bd0f97a0907021115r761d7906w818acefc6c03efa4@mail.gmail.com> Subject: Re: [lm-sensors] [PATCH] adxl345 accelerometer hwmon driver To: "Hennerich, Michael" Cc: Jonathan Cameron , Jonathan Cameron , Chris Verges , linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org, Robin Getz Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1427 Lines: 33 On Thu, Jul 2, 2009 at 14:12, Hennerich, Michael wrote: >From: J.I. Cameron [mailto:jic23@hermes.cam.ac.uk] On Behalf Of >> Looks like a nice driver, see what you mean about the i2c fun and games >> you are having though. >> I'm particularly interested in your use of the fifo: >> >>I've only had a quick look, but assuming I read it right, you are using >>the fifo >>with a watermark of 0 then spitting out 3 separate events for every >>element in it. >>Basically a data ready response unless you fail to read in time. Seems >>like a sensible >>approach with this particular chip in input type applications. > > We fully use the FIFO - the link Mike sent around was the initial > checkin. > After that I fixes some bugs and added functionality. > BTW I also implemented the Watermark feature. nah, that link i posted is everything. the kernel.org repo has cleaned up / squashed changes. so all the little pieces in our personal repo have been put together to form the one changeset on kernel.org. ive been emptying my other subsystem queues and havent gotten around to input/hwmon/fb yet. i'll start up a thread on our list to see what people are happy with submitting. -mike -- 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/