aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/usb
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-14 19:41:11 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-14 19:41:11 -0400
commita3fbedf98fe9909cb2e406e2018ec437d64806f6 (patch)
tree701e2060053a2e9ac3052d6aec8a5334061fa123 /Documentation/usb
parente6bbe1d05353a29628a4ca72d88bac0bdcec5f38 (diff)
parent2f3cc24f07b8bfe8302a46ceb1ed58cde62cbd09 (diff)
Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
Felipe writes: usb: patches for v4.3 merge window New support for Allwinne SoC on the MUSB driver has been added to the list of glue layers. MUSB also got support for building all DMA engines in one binary; this will be great for distros. DWC3 now has no trace of dev_dbg()/dev_vdbg() usage. We will rely solely on tracing to debug DWC3. There was also a fix for memory corruption with EP0 when maxpacket size transfers are > 512 bytes. Robert's EP capabilities flags is making EP selection a lot simpler. UDCs are now required to set these flags up when adding endpoints to the framework. Other than these, we have the usual set of miscelaneous cleanups and minor fixes. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/usb')
-rw-r--r--Documentation/usb/gadget-testing.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/Documentation/usb/gadget-testing.txt b/Documentation/usb/gadget-testing.txt
index 592678009c15..b24d3ef89166 100644
--- a/Documentation/usb/gadget-testing.txt
+++ b/Documentation/usb/gadget-testing.txt
@@ -237,9 +237,7 @@ Testing the LOOPBACK function
237----------------------------- 237-----------------------------
238 238
239device: run the gadget 239device: run the gadget
240host: test-usb 240host: test-usb (tools/usb/testusb.c)
241
242http://www.linux-usb.org/usbtest/testusb.c
243 241
2448. MASS STORAGE function 2428. MASS STORAGE function
245======================== 243========================
@@ -586,9 +584,8 @@ Testing the SOURCESINK function
586------------------------------- 584-------------------------------
587 585
588device: run the gadget 586device: run the gadget
589host: test-usb 587host: test-usb (tools/usb/testusb.c)
590 588
591http://www.linux-usb.org/usbtest/testusb.c
592 589
59316. UAC1 function 59016. UAC1 function
594================= 591=================