From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751028AbcEGRoS (ORCPT ); Sat, 7 May 2016 13:44:18 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34020 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750962AbcEGRoQ (ORCPT ); Sat, 7 May 2016 13:44:16 -0400 Date: Sat, 7 May 2016 19:44:13 +0200 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.6-rc7 Message-ID: <20160507174413.GA24717@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 02da2d72174c61988eb4456b53f405e3ebdebce4: Linux 4.6-rc5 (2016-04-24 16:17:05 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.6-rc7 for you to fetch changes up to 9be427efc764464fbcbc1ca3f0d34f575cb0f037: Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping" (2016-05-02 08:44:31 -0700) ---------------------------------------------------------------- USB fixes for 4.6-rc7 Here are some last-remaining fixes for USB drivers to resolve issues that have shown up in testing. And 2 new device ids as well. All of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Bin Liu (1): Revert "usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom half" Greg Kroah-Hartman (1): Merge tag 'usb-serial-4.6-rc6' of git://git.kernel.org/.../johan/usb-serial into usb-linus Jasem Mutlaq (1): USB: serial: cp210x: add Straizona Focusers device ids Johan Hovold (1): Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping" Mike Manning (1): USB: serial: cp210x: add ID for Link ECU Tal Shorer (1): usb: musb: gadget: nuke endpoint before setting its descriptor to NULL Vladimir Zapolskiy (1): usb: musb: jz4740: fix error check of usb_get_phy() drivers/usb/core/port.c | 6 ------ drivers/usb/core/usb.c | 8 +------- drivers/usb/musb/jz4740.c | 4 ++-- drivers/usb/musb/musb_gadget.c | 6 +++--- drivers/usb/musb/musb_host.c | 2 +- drivers/usb/serial/cp210x.c | 4 ++++ 6 files changed, 11 insertions(+), 19 deletions(-)