Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757367Ab1BRQP2 (ORCPT ); Fri, 18 Feb 2011 11:15:28 -0500 Received: from www.tglx.de ([62.245.132.106]:37529 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757214Ab1BRQP0 (ORCPT ); Fri, 18 Feb 2011 11:15:26 -0500 Date: Fri, 18 Feb 2011 17:15:09 +0100 (CET) From: Thomas Gleixner To: Arnd Bergmann cc: linux-arm-kernel@lists.infradead.org, Pratheesh Gangadhar , davinci-linux-open-source@linux.davincidsp.com, gregkh@suse.de, amit.chatterjee@ti.com, "Hans J. Koch" , LKML Subject: Re: [PATCH 1/2] PRUSS UIO driver support In-Reply-To: <201102181644.17634.arnd@arndb.de> Message-ID: References: <1298041530-26855-1-git-send-email-pratheesh@ti.com> <1298041530-26855-2-git-send-email-pratheesh@ti.com> <201102181644.17634.arnd@arndb.de> 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: 1019 Lines: 28 On Fri, 18 Feb 2011, Arnd Bergmann wrote: > On Friday 18 February 2011, Pratheesh Gangadhar wrote: > > Signed-off-by: Pratheesh Gangadhar > > +static irqreturn_t pruss_handler(int irq, struct uio_info *dev_info) > > +{ > > + return IRQ_HANDLED; > > +} > > An empty interrupt handler is rather pointless. I guess you really > notify user space when the interrupt handler gets called, as this > is the main point of a UIO driver as far as I understand it. The UIO core code does this for you when the driver handler returns IRQ_HANDLED, but the empty handler raises a different questions: Is the interrupt edge triggerd or how do you avoid an irq storm here? Usually UIO drivers are requested to mask the interrupt in the device itself. Thanks, tglx -- 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/