From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755874AbbGQSLH (ORCPT ); Fri, 17 Jul 2015 14:11:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34861 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753125AbbGQSLF (ORCPT ); Fri, 17 Jul 2015 14:11:05 -0400 Date: Fri, 17 Jul 2015 11:11:03 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB driver fixes for 4.2-rc3 Message-ID: <20150717181103.GA22962@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.2-rc3 for you to fetch changes up to 51f007e1a1f11d5aaa189c1a5cfbae0e8793fe50: Merge tag 'usb-serial-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2015-07-10 12:35:14 -0700) ---------------------------------------------------------------- USB driver fixes for 4.2-rc3 Here's some USB driver fixes for 4.2-rc3. The ususal number of gadget driver fixes are in here, along with some new device ids and a build fix for the mn10300 arch which required some symbols to be renamed in the mos7720 driver. All have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Andrzej Pietrasiewicz (1): usb: gadget: f_midi: fix error recovery path Claudio Cappelli (1): USB: option: add 2020:4000 ID Felipe Balbi (2): usb: musb: host: rely on port_mode to call musb_start() usb: dwc3: core: avoid NULL pointer dereference Greg Kroah-Hartman (2): Merge tag 'fixes-for-v4.2-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus Merge tag 'usb-serial-4.2-rc2' of git://git.kernel.org/.../johan/usb-serial into usb-linus Johannes Thumshirn (1): USB: serial: Destroy serial_minors IDR on module exit Kishon Vijay Abraham I (1): usb: gadget: composite: Fix NULL pointer dereference Mian Yousaf Kaukab (3): usb: dwc2: host: allocate qh before atomic enqueue usb: dwc2: host: allocate qtd before atomic enqueue usb: dwc2: embed storage for reg backup in struct dwc2_hsotg Michal Nazarewicz (1): usb: f_mass_storage: limit number of reported LUNs Peter Sanford (1): USB: cp210x: add ID for Aruba Networks controllers Rui Miguel Silva (1): usb: gadget: f_fs: do not set cancel function on synchronous {read,write} Stefan Wahren (1): usb: phy: mxs: suspend to RAM causes NULL pointer dereference Sudip Mukherjee (1): USB: mos7720: rename registers Takeshi Yoshimura (1): usb: gadget: udc: fix free_irq() after request_irq() failed drivers/usb/dwc2/core.c | 55 ++---- drivers/usb/dwc2/core.h | 9 +- drivers/usb/dwc2/hcd.c | 55 ++++-- drivers/usb/dwc2/hcd.h | 5 +- drivers/usb/dwc2/hcd_queue.c | 49 ++---- drivers/usb/dwc3/core.c | 6 +- drivers/usb/gadget/composite.c | 11 +- drivers/usb/gadget/function/f_fs.c | 6 +- drivers/usb/gadget/function/f_mass_storage.c | 16 +- drivers/usb/gadget/function/f_midi.c | 4 +- drivers/usb/gadget/udc/fotg210-udc.c | 3 +- drivers/usb/musb/musb_virthub.c | 4 +- drivers/usb/phy/phy-mxs-usb.c | 3 + drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/mos7720.c | 253 +++++++++++++++------------ drivers/usb/serial/option.c | 1 + drivers/usb/serial/usb-serial.c | 1 + 17 files changed, 254 insertions(+), 228 deletions(-)