From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: ALSA: use irqsave() in URB completion + usb_fill_int_urb Date: Wed, 20 Jun 2018 14:55:56 +0200 Message-ID: References: <20180619215521.13688-1-bigeasy@linutronix.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 5421A2673CB for ; Wed, 20 Jun 2018 14:55:57 +0200 (CEST) In-Reply-To: <20180619215521.13688-1-bigeasy@linutronix.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Sebastian Andrzej Siewior Cc: alsa-devel@alsa-project.org, linux-usb@vger.kernel.org, tglx@linutronix.de List-Id: alsa-devel@alsa-project.org On Tue, 19 Jun 2018 23:55:12 +0200, Sebastian Andrzej Siewior wrote: > > 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. At the next time, please split to two different patchsets in such a case. The conversions to usb_fill_int_urb() and the change to _irqsave() are completely different things; the former is merely a code cleanup that doesn't give any functional change, while the latter is the followup for the USB core change. thanks, Takashi