Hi Greg,
Here's a new set of 4 fixes for v3.10-rc. Let me know if you want anything to
be changed.
cheers
The following changes since commit e4aa937ec75df0eea0bee03bffa3303ad36c986b:
Linux 3.10-rc3 (2013-05-26 16:00:47 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
tags/fixes-for-v3.10-rc4
for you to fetch changes up to ed74df12dc3e07a37d99aab60211496e871488a0:
usb: musb: make use_sg flag URB specific (2013-05-28 22:17:21 +0300)
----------------------------------------------------------------
usb: fixes for v3.10-rc4
Fix for a long standing bug where we would try to free
resources which we never allocated for DWC3's physical
endpoints 0 and 1.
DWC3 also learned that when calling glue layer's ->remove()
method, ordering of the teardown logic matters. This fixes
a bug where we would try to act on bogus PHY resources.
Lastly, MUSB learns about proper URB handling when the URB's
buffer sits in highmen. In order to fix the bug, use_sg flag
is moved down to the URB.
----------------------------------------------------------------
George Cherian (1):
usb: dwc3: gadget: free trb pool only from epnum 2
Peter Chen (2):
usb: dwc3: pci: PHY should be deleted later than dwc3 core
usb: dwc3: exynos: PHY should be deleted later than dwc3 core
Virupax Sadashivpetimath (1):
usb: musb: make use_sg flag URB specific
drivers/usb/dwc3/dwc3-exynos.c | 2 +-
drivers/usb/dwc3/dwc3-pci.c | 2 +-
drivers/usb/dwc3/gadget.c | 16 ++++++++++++----
drivers/usb/musb/musb_host.c | 18 ++++++++----------
drivers/usb/musb/musb_host.h | 1 +
5 files changed, 23 insertions(+), 16 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html