From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932420AbbCQT0L (ORCPT ); Tue, 17 Mar 2015 15:26:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49434 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754223AbbCQT0F (ORCPT ); Tue, 17 Mar 2015 15:26:05 -0400 Date: Tue, 17 Mar 2015 20:26:00 +0100 From: Greg KH To: Martin Kepplinger Cc: linux-api@vger.kernel.org, christoph.muellner@theobroma-systems.com, linux-kernel@vger.kernel.org, Martin Kepplinger Subject: Re: [PATCH] add support for Freescale's MMA8653FC 10 bit accelerometer Message-ID: <20150317192600.GC3611@kroah.com> References: <1426612146-7836-1-git-send-email-martink@posteo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426612146-7836-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 Tue, Mar 17, 2015 at 06:09:06PM +0100, Martin Kepplinger wrote: > From: Martin Kepplinger > > Signed-off-by: Martin Kepplinger > Signed-off-by: Christoph Muellner > --- > .../testing/sysfs-bus-i2c-devices-fsl-mma8653fc | 36 + > .../devicetree/bindings/misc/fsl,mma8653fc.txt | 95 +++ > MAINTAINERS | 6 + > drivers/input/misc/Kconfig | 11 + > drivers/input/misc/Makefile | 1 + > drivers/input/misc/mma8653fc.c | 907 +++++++++++++++++++++ > 6 files changed, 1056 insertions(+) > create mode 100644 Documentation/ABI/testing/sysfs-bus-i2c-devices-fsl-mma8653fc > create mode 100644 Documentation/devicetree/bindings/misc/fsl,mma8653fc.txt > create mode 100644 drivers/input/misc/mma8653fc.c Please use scripts/get_maintainer.pl to determine that I am not the person to send this to. Hint, it's an input device, send it to the linux-input mailing list... And you need a changelog entry it can't be blank. good luck, greg k-h