[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150717181103.GA22962@kroah.com>
Date: Fri, 17 Jul 2015 11:11:03 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.2-rc3
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 <gregkh@...uxfoundation.org>
----------------------------------------------------------------
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists