Hi Greg,

Here's my second round of fixes for the current -rc cycle. Let me know
if you want anything to be changed.

cheers

The following changes since commit 16f73eb02d7e1765ccab3d2018e0bd98eb93d973:

  Linux 4.13-rc3 (2017-07-30 12:40:36 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
tags/fixes-for-v4.13-rc4

for you to fetch changes up to b7d44c36a6f6d956e1539e0dd42f98b26e5a4684:

  usb: renesas_usbhs: gadget: fix unused-but-set-variable warning (2017-08-03 
12:33:05 +0300)

----------------------------------------------------------------
usb: fixes for v4.13-rc4

Another fix for isochronous transfers on dwc3. This time around, we're
making sure that we use correct PIDs in all transfer sizes.

MSM PHY driver got a fix for the use of devm_regulator_bulk_get() API
which will avoid kernel crashes.

Renesas DRD driver got 3 fixes: a fix on giveback, a fix for proper
controller programming and the removal of set-but-never-used variable.

----------------------------------------------------------------
Manu Gautam (1):
      usb: dwc3: gadget: Correct ISOC DATA PIDs for short packets

Rajendra Nayak (1):
      usb: phy: phy-msm-usb: Fix usage of devm_regulator_bulk_get()

Yoshihiro Shimoda (3):
      usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() calling
      usb: renesas_usbhs: Fix UGCTRL2 value for R-Car Gen3
      usb: renesas_usbhs: gadget: fix unused-but-set-variable warning

 drivers/usb/dwc3/gadget.c              | 33 ++++++++++++++++++++++++++++++++-
 drivers/usb/gadget/udc/renesas_usb3.c  | 21 ++++++++++++++++-----
 drivers/usb/phy/phy-msm-usb.c          | 17 +++++++++--------
 drivers/usb/renesas_usbhs/mod_gadget.c |  5 +----
 drivers/usb/renesas_usbhs/rcar3.c      |  9 +++++++--
 5 files changed, 65 insertions(+), 20 deletions(-)

-- 
balbi

Attachment: signature.asc
Description: PGP signature

Reply via email to