Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762299Ab0HGAt6 (ORCPT ); Fri, 6 Aug 2010 20:49:58 -0400 Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:57243 "EHLO ch-smtp02.sth.basefarm.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752256Ab0HGAty (ORCPT ); Fri, 6 Aug 2010 20:49:54 -0400 Message-ID: <4C5CAD84.2040804@euromail.se> Date: Sat, 07 Aug 2010 02:49:08 +0200 From: Henrik Rydberg User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 MIME-Version: 1.0 To: Kevin McNeely CC: Dmitry Torokhov , David Brown , Trilok Soni , Fred , Samuel Ortiz , Eric Miao , Ben Dooks , Simtec Linux Team , Todd Fischer , Arnaud Patard , Sascha Hauer , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] i2c: cyttsp i2c and spi touchscreen driver init submit References: <1281031924-3032-1-git-send-email-kev@cypress.com> <4C5B4404.6010602@euromail.se> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 83.248.196.134 X-Scan-Result: No virus found in message 1OhXbA-0000zG-7B. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1OhXbA-0000zG-7B 7b917e7370feae028f3d879d966bb3a5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1139 Lines: 27 On 08/07/2010 02:32 AM, Kevin McNeely wrote: [...] > However, I would like to keep the MT Protocol A. Our solution allows > The platform builder to select to use MT protocol B or not as part of > platform_data in the board configuration. If it makes more sense, > I can reverse the code to default to protocol B and allow the platform > builder developer to select protocol A. There is nothing preventing you from keeping say a dkms package somewhere with all options intact. However, for the kernel, it is a question of maintainability. If the driver can produce prefectly valid data using protocol B, and by doing so several hundred lines of code can be removed, that is very much preferred. Since both protocols can be translated to protocol B via mtdev, which is already very much in use, there is little reason to support protocol A when the device can do tracking. Thanks, Henrik -- 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/