Hi Greg, Here's what I'm hoping to be the last set of fixes for v4.8-rc cycle. Nothing really major here, just a few minor fixes. Tag explains details.
Let me know if you want anything to be changed.
The following changes since commit c6935931c1894ff857616ff8549b61236a19148f:
Linux 4.8-rc5 (2016-09-04 14:31:46 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
tags/fixes-for-v4.8-rc6
for you to fetch changes up to 696118c016dd5f5caaa05360f13f8acd8fb9d1a7:
usb: dwc3: pci: fix build warning on !PM_SLEEP (2016-09-07 15:37:36 +0300)
----------------------------------------------------------------
usb: fixes for v4.8-rc6
Unfortunately we have a bogus dwc3 patch leaked through the cracks and
got merged into Linus' HEAD. That patch ended up causing off-by-1 error
in our TRB accounting logic. Thankfully John Youn found out the problem
and we provided a revert to the bogus dwc3 patch in no time.
Apart from this off-by-1 error, we have two fixes to the Renesas drivers,
a small fix to our generic phy driver, a NULL pointer dereference fix for
f_eem and a build warning fix in dwc3.
----------------------------------------------------------------
Colin Ian King (1):
usb: gadget: prevent potenial null pointer dereference on skb->len
Fabio Estevam (1):
usb: phy: phy-generic: Check clk_prepare_enable() error
Felipe Balbi (1):
usb: dwc3: pci: fix build warning on !PM_SLEEP
John Youn (1):
Revert "usb: dwc3: gadget: always decrement by 1"
Yoshihiro Shimoda (2):
usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CON
usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition
drivers/usb/dwc3/dwc3-pci.c | 4 +++-
drivers/usb/dwc3/gadget.c | 5 ++++-
drivers/usb/gadget/function/f_eem.c | 2 +-
drivers/usb/gadget/udc/renesas_usb3.c | 2 ++
drivers/usb/phy/phy-generic.c | 8 ++++++--
drivers/usb/renesas_usbhs/mod.c | 11 +++++++++--
6 files changed, 25 insertions(+), 7 deletions(-)
--
balbi
signature.asc
Description: PGP signature
