From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932087AbbGCHd0 (ORCPT ); Fri, 3 Jul 2015 03:33:26 -0400 Received: from mx02.posteo.de ([89.146.194.165]:56905 "EHLO mx02.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754605AbbGCHdT (ORCPT ); Fri, 3 Jul 2015 03:33:19 -0400 Message-ID: <55963A77.5040202@posteo.de> Date: Fri, 03 Jul 2015 09:32:07 +0200 From: Martin Kepplinger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: pmeerw@pmeerw.net, jic23@kernel.org, christoph.muellner@theobroma-systems.com CC: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [PATCH v2 0/8] iio: mma8452: support more devices and improve driver References: <1435738922-12580-1-git-send-email-martink@posteo.de> In-Reply-To: <1435738922-12580-1-git-send-email-martink@posteo.de> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 2015-07-01 um 10:21 schrieb Martin Kepplinger: > This is the 2nd version that adds support for motion interrupts and 3 more > accelerometer chips, two of which use them because they don't support the > until now included transient interrupt sources: > > MMA8453Q, MMA8652FC and MMA8653FC; datasheets are in the commit messages. > > The driver and module name remains the same, seperating it from the device > names it now supports. > > On top of this, there are minor documentation additions, and more notably, > the change of the existing iio event type from IIO_EV_TYPE_THRESH to > IIO_EV_TYPE_MAG since it's the magnitude of the threshold that is relevant > for these devices, not a signed value. > > Please review and test if you can. For MMA8452Q, other than the event type, > nothing should have changed. > Any wishes, suggestions, objections about this change? thanks, martin