Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1768571Ab2KORl3 (ORCPT ); Thu, 15 Nov 2012 12:41:29 -0500 Received: from mail-ea0-f174.google.com ([209.85.215.174]:41650 "EHLO mail-ea0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1768546Ab2KORl2 (ORCPT ); Thu, 15 Nov 2012 12:41:28 -0500 MIME-Version: 1.0 In-Reply-To: <20121115064359.GA17551@core.coreip.homeip.net> References: <20121103013623.0f3a1b28168a9a42881b0b00@tw.synaptics.com> <20121113201212.8550fb074e1f7cce78f29d97@tw.synaptics.com> <20121113175309.GA3601@polaris.bitmath.org> <20121114180401.GC29131@core.coreip.homeip.net> <20121115064359.GA17551@core.coreip.homeip.net> Date: Thu, 15 Nov 2012 18:41:26 +0100 Message-ID: Subject: Re: [RFC] staging: ste_rmi4: merge into the main kernel tree From: Linus Walleij To: Dmitry Torokhov Cc: Alexandra Chin , Henrik Rydberg , Linux Kernel , Linux Input , Linus Walleij , Naveen Kumar Gaddipati , Mahesh Srinivasan , Alex Chang , Scott Lin , Christopher Heiny Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 964 Lines: 24 On Thu, Nov 15, 2012 at 7:43 AM, Dmitry Torokhov wrote: > In this case you need to enumerate the benefits of this driver over > unified driver and show why the unified driver can't be fixed. The benefit is that the ugliness in drivers/staging/ste_rmi4/board-mop500-u8500uib-rmi4.c can be avoided, as today we're unable to pass the compulsory platform data in any sane way. I'm being told that this weak symbol override actually does not really work... especially if there are more than 1 I2C device on the bus :-P Another way of fixing the staging driver usable is to add device tree support, of course, that would decopule it completely from the platform using it. Yours, Linus Walleij -- 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/