Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752808AbZGVPRV (ORCPT ); Wed, 22 Jul 2009 11:17:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752688AbZGVPRU (ORCPT ); Wed, 22 Jul 2009 11:17:20 -0400 Received: from www.tglx.de ([62.245.132.106]:41107 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752597AbZGVPRO (ORCPT ); Wed, 22 Jul 2009 11:17:14 -0400 Date: Wed, 22 Jul 2009 17:15:59 +0200 (CEST) From: Thomas Gleixner To: Mark Brown cc: Peter Zijlstra , Dmitry Torokhov , Trilok Soni , Pavel Machek , Arve Hj?nnev?g , kernel list , Brian Swetland , linux-input@vger.kernel.org, Andrew Morton , linux-i2c@vger.kernel.org, Joonyoung Shim , m.szyprowski@samsung.com, t.fujak@samsung.com, kyungmin.park@samsung.com, David Brownell , Daniel Ribeiro Subject: Re: Threaded interrupts for synaptic touchscreen in HTC dream In-Reply-To: <20090722145654.GA4987@rakim.wolfsonmicro.main> Message-ID: References: <20090721160436.GD4352@dtor-d630.eng.vmware.com> <20090721222547.GA1948@opensource.wolfsonmicro.com> <20090722121800.GD21171@rakim.wolfsonmicro.main> <1248269443.27058.1449.camel@twins> <20090722143211.GB29404@rakim.wolfsonmicro.main> <20090722145654.GA4987@rakim.wolfsonmicro.main> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1020 Lines: 24 On Wed, 22 Jul 2009, Mark Brown wrote: > On Wed, Jul 22, 2009 at 04:52:21PM +0200, Thomas Gleixner wrote: > > On Wed, 22 Jul 2009, Mark Brown wrote: > > > > The chips I'm deling with can certainly support doing that but I'm not > > > sure there'd be enormous advantages - a lot of the interrupt handlers > > > will either be trivial (eg, RTC ticks or alarms) or be serialised by a > > > need to interact with the chip anyway. I'd expect this to be generally > > > true, though ICBW. > > > So in your case it would be possible to run the various subdevice > > thread_fn handlers from your main interrupt thread one after each > > other ? > > That's what they're all doing at present outside of genirq. They just are racy against disable/enable/request/free I guess :) -- 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/