From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753470AbbCZWTw (ORCPT ); Thu, 26 Mar 2015 18:19:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58800 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753323AbbCZWTs (ORCPT ); Thu, 26 Mar 2015 18:19:48 -0400 Date: Thu, 26 Mar 2015 23:19:44 +0100 From: Greg KH To: Martin Kepplinger Cc: benjamin.tissoires@gmail.com, mark.rutland@arm.com, robh+dt@kernel.org, Pawel.Moll@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, dmitry.torokhov@gmail.com, alexander.stein@systec-electronic.com, hadess@hadess.net, akpm@linux-foundation.org, linux-api@vger.kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Kepplinger , Christoph Muellner Subject: Re: [PATCH v5] add support for Freescale's MMA8653FC 10 bit accelerometer Message-ID: <20150326221944.GA7322@kroah.com> References: <1426936150-2439-1-git-send-email-martink@posteo.de> <1426937164-10997-1-git-send-email-martink@posteo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426937164-10997-1-git-send-email-martink@posteo.de> 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 Sat, Mar 21, 2015 at 12:26:04PM +0100, Martin Kepplinger wrote: > From: Martin Kepplinger > > The MMA8653FC is a low-power, three-axis, capacitive micromachined > accelerometer with 10 bits of resolution with flexible user-programmable > options. > > Embedded interrupt functions enable overall power savings, by relieving the > host processor from continuously polling data, for example using the poll() > system call. > > The device can be configured to generate wake-up interrupt signals from any > combination of the configurable embedded functions, enabling the MMA8653FC > to monitor events while remaining in a low-power mode during periods of > inactivity. > > This driver provides devicetree properties to program the device's behaviour > and a simple, tested and documented sysfs interface. The data sheet and more > information is available on Freescale's website. > > Signed-off-by: Martin Kepplinger > Signed-off-by: Christoph Muellner > --- > > Still, I was missing the drivers/staging Makefile addition. This applies and > builds automatically. You sent 4 different copies of a "v5" patch, which kind of defeats the whole purpose of a "v" number... All of them now deleted from my todo queue, get it together and send a correct one, properly numbered. thanks, greg k-h