From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ppsw-50.csi.cam.ac.uk ([131.111.8.150]:41262 "EHLO ppsw-50.csi.cam.ac.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755887Ab1ERPdI (ORCPT ); Wed, 18 May 2011 11:33:08 -0400 Message-ID: <4DD3E75A.2030506@cam.ac.uk> Date: Wed, 18 May 2011 16:35:54 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Greg KH CC: linux-iio@vger.kernel.org Subject: Re: [PATCH 000/111] IIO: chan_spec intro, generic irq based triggers, References: <1305726161-5606-1-git-send-email-jic23@cam.ac.uk> <20110518152545.GB8106@kroah.com> In-Reply-To: <20110518152545.GB8106@kroah.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 05/18/11 16:25, Greg KH wrote: > On Wed, May 18, 2011 at 02:40:50PM +0100, Jonathan Cameron wrote: >> Dear Greg, >> >> Here is the set I mentioned was coming. >> >> Thomas Gleixner just pushed the required irq patches to the tip tree >> (though they aren't visible yet). >> >> [tip:irq/core] genirq: Uninline and sanity check generic_handle_irq() >> fe12bc2c996d3e492b2920e32ac79f7bbae3e15d >> >> and >> >> [tip:irq/core] irq: Export functions to allow modular irq drivers >> edf76f8307c350bcb81f0c760118a991b3e62956 >> >> There are two other dependencies. One is a trivial missing header >> in arm (patch on it's way through the arm tree). Doesn't break building >> except on arm anyway. >> >> The other is the strtobool that you added to driver-core >> Add a strtobool function matching semantics of existing in kernel equivalents >> ad58671cf32c74a8d6e8f51e63e9cf4e7a73bf1e > > Hm, this is going to be "interesting" then. I'll see if I can pull > these patches into my staging-next tree, or if I can just wait for them > to be merged before staging-next and hope that linux-next all works fine > for everyone... > I 'think' they all apply directly to current mainline and that nothing else has changed in the relevant areas for a little while, so with a bit of luck they should be cherry-pickable directly into staging-next Or as you say, wait for them to merge which I'd imagine will happen fairly soon anyway. Thanks, Jonathan