projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94757e3
)
MLK-22366-1 usb: cdns3: gadget: enlarge the TD list
author
Peter Chen
<peter.chen@nxp.com>
Mon, 22 Jul 2019 08:59:50 +0000
(16:59 +0800)
committer
Peter Chen
<peter.chen@nxp.com>
Fri, 30 Aug 2019 08:17:18 +0000
(16:17 +0800)
At Android ADB and MTP use case, TD consumes very fast compared to TD has
finished, so we need to enlarge the TD list to avoid "no free TD error".
Reviewed-by: Jun Li <jun.li@nxp.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
drivers/usb/cdns3/gadget.h
patch
|
blob
|
history
diff --git
a/drivers/usb/cdns3/gadget.h
b/drivers/usb/cdns3/gadget.h
index
5188f9b
..
b91b24e
100644
(file)
--- a/
drivers/usb/cdns3/gadget.h
+++ b/
drivers/usb/cdns3/gadget.h
@@
-902,7
+902,7
@@
struct cdns3_usb_regs {
/*
* USBSS-DEV DMA interface.
*/
-#define TRBS_PER_SEGMENT
4
0
+#define TRBS_PER_SEGMENT
15
0
#define ISO_MAX_INTERVAL 10