From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755615Ab1HWRVW (ORCPT ); Tue, 23 Aug 2011 13:21:22 -0400 Received: from utopia.booyaka.com ([72.9.107.138]:59911 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755290Ab1HWRVP (ORCPT ); Tue, 23 Aug 2011 13:21:15 -0400 Date: Tue, 23 Aug 2011 11:21:14 -0600 (MDT) From: Paul Walmsley To: Felipe Balbi cc: linux-serial@vger.kernel.org, Alan Cox , Pantelis Antoniou , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Thomas Gleixner , Sebastian Andrzej Siewior , torvalds@linux-foundation.org, mporter@ti.com, Kevin Hilman , "Govindraj.R" Subject: Re: [PATCH] tty: omap-serial: fix boot hang by converting to use a threaded IRQ handler (was Re: [PATCH] irq: always set IRQF_ONESHOT if no primary handler is specified) In-Reply-To: <20110823091257.GE1341@legolas.emea.dhcp.ti.com> Message-ID: References: <1310070737-18514-1-git-send-email-bigeasy@linutronix.de> <4E4D4A5F.202@linutronix.de> <20110818213418.GA20509@legolas.emea.dhcp.ti.com> <20110823091257.GE1341@legolas.emea.dhcp.ti.com> User-Agent: Alpine 2.00 (DEB 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 Tue, 23 Aug 2011, Felipe Balbi wrote: > if you're not running on a slow bus, you should use top half to check if > IRQs are really from this device. I don't think this applies in this case, since the IRQ isn't shared between different hardware devices - it's shared for the purposes of a software hack. - Paul