From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: ISDN: use irqsave() in URB completion + usb_fill_int_urb Date: Fri, 22 Jun 2018 13:54:56 +0900 (KST) Message-ID: <20180622.135456.764513331320033999.davem@davemloft.net> References: <20180620104028.18283-1-bigeasy@linutronix.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, isdn@linux-pingi.de, linux-usb@vger.kernel.org, tglx@linutronix.de To: bigeasy@linutronix.de Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:44570 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750779AbeFVEzC (ORCPT ); Fri, 22 Jun 2018 00:55:02 -0400 In-Reply-To: <20180620104028.18283-1-bigeasy@linutronix.de> Sender: netdev-owner@vger.kernel.org List-ID: From: Sebastian Andrzej Siewior Date: Wed, 20 Jun 2018 12:40:24 +0200 > This series is mostly about using _irqsave() primitives in the > completion callback in order to get rid of local_irq_save() in > __usb_hcd_giveback_urb(). While at it, I also tried to move drivers to > use usb_fill_int_urb() otherwise it is hard find users of a certain API. Series applied, thanks Sebastian.