]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fixes-for-v4.5-rc6' of http://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Feb 2016 17:04:21 +0000 (09:04 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Feb 2016 17:04:21 +0000 (09:04 -0800)
commit3bad8c92003009f7042ec1608c83c39a1055f939
tree4fb694251aa2aebb3040f4560cf3d9584234d2ca
parent0de7361c7c27e5ab162dd454dfe9b112e33d1a6f
parentd250613c2eea0448a85a96e2fd4bae722df48963
Merge tag 'fixes-for-v4.5-rc6' of http://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus

Felipe writes:

usb: fixes for v4.5-rc6

The most important fixes here are:

a) yet another fix to dwc3's EP transfer resource
assignment logic. This time around we will be
pre-allocating transfer resources to avoid any
future issues;

b) two DMA fixes for the old MUSB driver.

c) dwc2's data toggle fix for FS

Other than these, we have a few other minor fixes
elsewhere.