From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 12/12] usb: use IRQ watching Date: Tue, 22 Jun 2010 09:32:01 +0200 Message-ID: <4C2066F1.6070903@kernel.org> References: <1276443098-20653-1-git-send-email-tj@kernel.org> <1276443098-20653-13-git-send-email-tj@kernel.org> <4C1F6E5D.5030809@kernel.org> <20100621202719.GA24796@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from hera.kernel.org ([140.211.167.34]:48424 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754796Ab0FVHdN (ORCPT ); Tue, 22 Jun 2010 03:33:13 -0400 In-Reply-To: <20100621202719.GA24796@suse.de> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Greg KH Cc: mingo@elte.hu, tglx@linutronix.de, bphilips@suse.de, yinghai@kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, jeff@garzik.org, linux-ide@vger.kernel.org, stern@rowland.harvard.edu, khali@linux-fr.org On 06/21/2010 10:27 PM, Greg KH wrote: > On Mon, Jun 21, 2010 at 03:51:25PM +0200, Tejun Heo wrote: >> On 06/13/2010 05:31 PM, Tejun Heo wrote: >>> Ask IRQ subsystem to watch HCD IRQ line after initialization. This at >>> least keeps USB ports which are occupied on initialization working and >>> eases bug reporting and debugging. >>> >>> Signed-off-by: Tejun Heo >> >> Greg, if you think the change is okay, can you please ack it? Also, >> would it be okay to route this through irq tree? > > Sorry, I thought I did earlier. Yes, feel free to add: > Acked-by: Greg Kroah-Hartman > and take it through what ever tree you want to :) Great, thanks. :-) -- tejun