[GIT PULL] USB driver fixes for 4.7-rc6

From: Greg KH
Date: Fri Jul 01 2016 - 12:14:07 EST


The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e:

Linux 4.7-rc4 (2016-06-19 21:30:02 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.7-rc6

for you to fetch changes up to ab2a4bf83902c170d29ba130a8abb5f9d90559e1:

USB: don't free bandwidth_mutex too early (2016-06-27 08:39:39 -0700)

----------------------------------------------------------------
USB and PHY fixes for 4.7-rc6

Here are a number of small USB and PHY driver fixes for 4.7-rc6.

Nothing major here, all are described in the shortlog below. All have
been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Alan Stern (2):
USB: EHCI: declare hostpc register as zero-length array
USB: don't free bandwidth_mutex too early

Ben Dooks (1):
phy-sun4i-usb: fix missing __iomem *

Dan Carpenter (1):
phy: bcm-ns-usb2: checking the wrong variable

Greg Kroah-Hartman (2):
Merge tag 'usb-ci-v4.7-rc5' of git://git.kernel.org/.../peter.chen/usb into usb-linus
Merge tag 'phy-for-4.7-rc5' of git://git.kernel.org/.../kishon/linux-phy into usb-linus

Hans de Goede (1):
phy-sun4i-usb: Fix irq free conditions to match request conditions

Oscar (1):
usb: common: otg-fsm: add license to usb-otg-fsm

Quentin Schulz (1):
phy: phy-sun4i-usb: Fix optional gpios failing probe

Wei Yongjun (1):
phy: rockchip-dp: fix return value check in rockchip_dp_phy_probe()

Yoshihiro Shimoda (1):
phy: rcar-gen3-usb2: fix unexpected repeat interrupts of VBUS change

drivers/phy/phy-bcm-ns-usb2.c | 4 ++--
drivers/phy/phy-rcar-gen3-usb2.c | 14 +-------------
drivers/phy/phy-rockchip-dp.c | 2 +-
drivers/phy/phy-sun4i-usb.c | 14 +++++++-------
drivers/usb/common/usb-otg-fsm.c | 2 ++
drivers/usb/core/hcd.c | 17 +++++++----------
include/linux/usb/ehci_def.h | 4 ++--
7 files changed, 22 insertions(+), 35 deletions(-)