git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09bb27e
)
staging: vt6656: Remove rx handing from RXvWorkItem
author
Malcolm Priestley
<tvboxspy@gmail.com>
Sat, 28 Jun 2014 22:55:42 +0000
(23:55 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 29 Jun 2014 21:25:53 +0000
(14:25 -0700)
In s_nsBulkInUsbIoCompleteRead reuse or reallocate sb_buff and resubmit
urb.
In device_alloc_bufs allocate memory to rcb individually and
call PIPEnsBulkInUsbRead to submit the urbs
Change handling to free rcb in device_free_rx_bufs
Remove calls to workqueue.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found