From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751247AbdJALA7 (ORCPT ); Sun, 1 Oct 2017 07:00:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:48092 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750988AbdJALA5 (ORCPT ); Sun, 1 Oct 2017 07:00:57 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 122E8218D1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jic23@kernel.org Date: Sun, 1 Oct 2017 12:00:53 +0100 From: Jonathan Cameron To: Bartosz Golaszewski Cc: Lars-Peter Clausen , Hartmut Knaack , Peter Meerwald-Stadler , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] iio: dummy: evgen: use irq_sim Message-ID: <20171001120053.6256b31b@archlinux> In-Reply-To: References: <20170928105641.11793-1-brgl@bgdev.pl> <40d29879-54ee-f7eb-ce83-bedd066c0fa3@metafoo.de> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 29 Sep 2017 16:52:26 +0200 Bartosz Golaszewski wrote: > 2017-09-29 15:15 GMT+02:00 Lars-Peter Clausen : > > On 09/28/2017 12:56 PM, Bartosz Golaszewski wrote: > >> Switch to using the recently added interrupt simulator for dummy irqs. > >> > >> Signed-off-by: Bartosz Golaszewski > > > > Reviewed-by: Lars-Peter Clausen > > Tested-by: Lars-Peter Clausen > > > > I've backported irq_sim to v4.9 for testing and got compile errors due to a > > missing slab.h include. In upstream this include comes implicit through > > irq.h (coincidentally added by you), I wonder if we should still add it to > > irq_sim.c since it is explicitly using the allocation API. > > Thanks for the hint, I'll send it together with other updates (e.g. > the reverse irq lookup). Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html