Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755656Ab3FGOra (ORCPT ); Fri, 7 Jun 2013 10:47:30 -0400 Received: from kdh-gw.itdev.co.uk ([89.21.227.133]:16678 "EHLO hermes.kdh.itdev.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754280Ab3FGOr2 (ORCPT ); Fri, 7 Jun 2013 10:47:28 -0400 Message-ID: <51B1F27F.7080305@itdev.co.uk> Date: Fri, 07 Jun 2013 15:47:27 +0100 From: Nick Dyer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Greg KH CC: Dmitry Torokhov , Daniel Kurtz , Henrik Rydberg , Joonyoung Shim , Alan.Bowens@atmel.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, pmeerw@pmeerw.net, bleung@chromium.org, olofj@chromium.org Subject: Re: [PATCH 10/53] Input: atmel_mxt_ts - Add memory access interface via sysfs References: <1370453866-16534-1-git-send-email-nick.dyer@itdev.co.uk> <1370453866-16534-11-git-send-email-nick.dyer@itdev.co.uk> <20130606180125.GA26084@kroah.com> In-Reply-To: <20130606180125.GA26084@kroah.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1106 Lines: 24 Greg KH wrote: > On Wed, Jun 05, 2013 at 06:37:03PM +0100, Nick Dyer wrote: >> Atmel maXTouch chips can be addressed via an "Object Based Protocol" which >> defines how i2c registers are mapped to different functions within the >> chips. This interface exposes the register map and allows user-space >> utilities to inspect and alter object configuration, and to view diagnostic >> data, while the device is running. >> >> Signed-off-by: Nick Dyer >> Acked-by: Benson Leung >> --- >> drivers/input/touchscreen/atmel_mxt_ts.c | 82 ++++++++++++++++++++++++++++++ >> 1 file changed, 82 insertions(+) > > Whenever you add/remove/modify sysfs files, you also need a > Documentation/ABI/ update as well. Please include that. Will do. I think I should also document the existing sysfs files which are missing docs. -- 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/