OSDN Git Service

Merge tag 'fixes-for-v3.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Dec 2014 00:04:55 +0000 (16:04 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Dec 2014 00:04:55 +0000 (16:04 -0800)
commitb3ee8bdcd243b8ae2143dda2cf9157bc9bfb26ea
treece268162cac862c48ce60b1d7ac2b963efadaaa9
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672
parent6785a1034461c2d2c205215f63a50a740896e55b
Merge tag 'fixes-for-v3.19-rc2' of git://git./linux/kernel/git/balbi/usb into usb-linus

Felipe writes:

usb: fixes for v3.19-rc2

First set of fixes for current -rc cycle. There are
a couple of build break fixes after Tony Lindgren's
recent MUSB patchset, some memory leak fixes also
with MUSB, a use-after-free fix with the UAC1
function. Atmel UDC got a fix for a possible hang
and another for DMA setting, while dwc2 learned to
kill requests in ->udc_stop() which fixes a few leaks
too.

One new device support here, dwc3 now supports Intel's
Sunrise Point.

Signed-off-by: Felipe Balbi <balbi@ti.com>