From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Heiny Subject: Re: [RFC PATCH 01/06] input/rmi4: Public header and documentation Date: Tue, 23 Oct 2012 15:10:20 -0700 Message-ID: <508715CC.1000600@synaptics.com> References: <1349496603-20775-1-git-send-email-cheiny@synaptics.com> <1349496603-20775-2-git-send-email-cheiny@synaptics.com> <20121009082719.GC8237@opensource.wolfsonmicro.com> <20121012051558.GK11726@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from us-mx3.synaptics.com ([12.239.217.85]:24350 "EHLO us-mx3.synaptics.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754530Ab2JWWKW (ORCPT ); Tue, 23 Oct 2012 18:10:22 -0400 In-Reply-To: <20121012051558.GK11726@opensource.wolfsonmicro.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Mark Brown Cc: Linus Walleij , Anton Vorontsov , Dmitry Torokhov , Jean Delvare , Linux Kernel , Linux Input , Allie Xiong , Vivian Ly , Daniel Rosenberg , Joerie de Gram , Wolfram Sang , Mathieu Poirier , Linus Walleij , Naveen Kumar Gaddipati , Alexandra Chin On 10/11/2012 10:16 PM, Mark Brown wrote: > On Thu, Oct 11, 2012 at 03:56:22AM +0000, Christopher Heiny wrote: > > Fix your mailer to word wrap within paragraphs. Sorry - I was on the road and had to use a web interface. It looked OK during composition. Is this better? >> >If this feature is a deal-breaker, we can take it out. In the absence >> >of a generic GPIO implementation for CS, though, I'd much rather leave >> >it in. Once generic GPIO CS arrives, we'll remove it pretty quickly. > > Why not just implement this at an appropriate level in the SPI > subsystem? One of the great things about Linux is that you can change > the core code... At the moment, we're trying to keep our work focused on just the core RMI4 driver. It's evident that we've still got a bit to learn, and I'd be more comfortable keeping our learning experiences confined as they are now. However, a general capability in SPI core is a fine idea for future work, once we get the RMI4 driver ironed out. Can we agree to defer that for now? Thanks, Chris