Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753966AbbL3THu (ORCPT ); Wed, 30 Dec 2015 14:07:50 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:33947 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751276AbbL3THr (ORCPT ); Wed, 30 Dec 2015 14:07:47 -0500 From: "Felipe F. Tonello" To: linux-usb@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Felipe Balbi , Robert Baldyga , Greg Kroah-Hartman , Clemens Ladisch Subject: [PATCH 0/4] More improvements on MIDI gadget function Date: Wed, 30 Dec 2015 19:07:51 +0000 Message-Id: <1451502475-22794-1-git-send-email-eu@felipetonello.com> X-Mailer: git-send-email 2.6.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 873 Lines: 27 Patch 1: The main improvement is the refactor of the state machine MIDI parser. It is better to read and handles states properly, even weird ones. Patch 3: Fix a race condition. Patches 3-4: Miscelaneous fixes. Felipe F. Tonello (4): usb: gadget: f_midi: refactor state machine usb: gadget: f_midi: added spinlock on transmit function usb: gadget: f_midi: remove useless midi reference from port struct usb: gadget: f_midi: add mutex_unlock under setup_fail label drivers/usb/gadget/function/f_midi.c | 223 ++++++++++++++++++++++------------- 1 file changed, 143 insertions(+), 80 deletions(-) -- 2.6.4 -- 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/