[GIT PULL] USB driver fixes for 4.10-rc5

From: Greg KH
Date: Sat Jan 21 2017 - 04:29:40 EST


The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5:

Linux 4.10-rc4 (2017-01-15 16:21:59 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.10-rc5

for you to fetch changes up to 488dc164914ff5ce5e913abd32048d28fc0d06b8:

xhci: remove WARN_ON if dma mask is not set for platform devices (2017-01-20 14:55:20 +0100)

----------------------------------------------------------------
USB fixes for 4.10-rc5

Here are a few small USB fixes for 4.10-rc5.

Most of these are gadget/dwc2 fixes for reported issues, all of these
have been in linux-next for a while. The last one is a single xhci
WARN_ON removal to handle an issue that the dwc3 driver is hitting in
the 4.10-rc tree. The warning is harmless and needs to be removed, and
a "real" fix that is more complex will show up in 4.11-rc1 for this
device.

That last patch hasn't been in linux-next yet due to the weekend timing,
but it's a "simple" WARN_ON() removal so what could go wrong? :)

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

----------------------------------------------------------------
Alexandre Belloni (1):
usb: gadget: udc: atmel: remove memory leak

Amelie Delaunay (1):
usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM value

Christophe JAILLET (1):
usb: gadget: composite: Fix function used to free memory

Greg Kroah-Hartman (1):
Merge tag 'fixes-for-v4.10-rc5' of git://git.kernel.org/.../balbi/usb into usb-linus

John Stultz (1):
usb: dwc2: Avoid suspending if we're in gadget mode

Leo Yan (1):
usb: dwc2: use u32 for DT binding parameters

Mathias Nyman (1):
xhci: remove WARN_ON if dma mask is not set for platform devices

Nicholas Mc Guire (1):
usb: dwc2: host: fix Wmaybe-uninitialized warning

Shuah Khan (1):
usb: dwc3: exynos fix axius clock error path to do cleanup

Vardan Mikayelyan (1):
usb: dwc2: gadget: Fix DMA memory freeing

Vincent Pelletier (1):
usb: gadget: f_fs: Fix iterations on endpoints.

drivers/usb/dwc2/core.h | 4 ++--
drivers/usb/dwc2/gadget.c | 18 +++++-------------
drivers/usb/dwc2/hcd.c | 7 +++++--
drivers/usb/dwc2/params.c | 10 +++++-----
drivers/usb/dwc3/dwc3-exynos.c | 4 +++-
drivers/usb/gadget/composite.c | 2 +-
drivers/usb/gadget/function/f_fs.c | 12 ++++++------
drivers/usb/gadget/udc/atmel_usba_udc.c | 3 ++-
drivers/usb/gadget/udc/atmel_usba_udc.h | 1 +
drivers/usb/host/xhci-plat.c | 2 +-
10 files changed, 31 insertions(+), 32 deletions(-)