From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752973Ab0DRTPZ (ORCPT ); Sun, 18 Apr 2010 15:15:25 -0400 Received: from www.tglx.de ([62.245.132.106]:56799 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149Ab0DRTPY (ORCPT ); Sun, 18 Apr 2010 15:15:24 -0400 Date: Sun, 18 Apr 2010 21:14:12 +0200 (CEST) From: Thomas Gleixner To: Guillaume Knispel cc: linux-kernel@vger.kernel.org, Linuxppc-dev@lists.ozlabs.org, Bartlomiej Zolnierkiewicz , Benjamin Herrenschmidt , Ingo Molnar , Lars-Peter Clausen , Linus Torvalds , Michael Buesch , Peter Zijlstra Subject: Re: Pending interrupts not always replayed In-Reply-To: <20100418164614.771d4f01@xilun.lan.proformatique.com> Message-ID: References: <20100418053439.4d2ffe11@xilun.lan.proformatique.com> <20100418164614.771d4f01@xilun.lan.proformatique.com> 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 On Sun, 18 Apr 2010, Guillaume Knispel wrote: > Now everything seems to work fine: my device was not previously not > interrupting anymore after typically 1 or 2 minutes (because the > interrupt signal stays at level low until the device is served, so So you are having a level interrupt device and the irq line is handled by an edge type handler ? Why not configuring the irq line for level and in the first place ? Thanks, tglx