From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:47762 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751042AbbFGQXj (ORCPT ); Sun, 7 Jun 2015 12:23:39 -0400 Message-ID: <5574700A.3010201@kernel.org> Date: Sun, 07 Jun 2015 17:23:38 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Martin Fuzzey CC: linux-iio@vger.kernel.org Subject: Re: [PATCH V5 0/7] iio: mma8452 enhancements References: <20150601133943.24925.83080.stgit@localhost> <55746DEA.5020409@kernel.org> In-Reply-To: <55746DEA.5020409@kernel.org> Content-Type: text/plain; charset=utf-8 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 07/06/15 17:14, Jonathan Cameron wrote: > On 01/06/15 14:39, Martin Fuzzey wrote: >> This series adds some additional features to the mma8452 accelerometer driver >> * debugfs register access >> * transient threshold events >> * highpass filter >> * interrupt driven sampling (trigger) >> >> Attributes are added to the core for: >> * highpass filter for readings >> * both high and lowpass filters for events >> >> In addition a latent bug in the device initialisation is fixed. >> >> V5 changes: >> * Moved event highpass filter event attribute declaration >> from patch 4 to 6 (to be with the implementation code) >> * Added a validate_device function to prevent use of trigger >> with other devices >> >> The first three patches have already been applied to -next but have >> been resent, unchanged, in this series to keep it all together. >> > Even more confusing, where is patch 3? Sorry, going mad and had a filter applied when I was looking for it and didn't realise. One of those days! > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >