Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | b100: moved usb wrapper class into b100 impl | Josh Blum | 2013-07-19 | 1 | -239/+0 |
| | | | | * since its only used internally in b100 | ||||
* | b100: additional flushing when rx streamer created | Josh Blum | 2013-02-19 | 1 | -0/+8 |
| | |||||
* | transport: switch to the atomic claimer | Josh Blum | 2012-07-02 | 1 | -1/+2 |
| | | | | | This wont have much effect because the buffers are not currently used in any queue by the caller | ||||
* | usb: prefer to stop the task explicitly | Josh Blum | 2012-06-13 | 1 | -0/+6 |
| | |||||
* | usb: created autoflusher task in usb_zero_copy_wrapper | Josh Blum | 2012-06-05 | 1 | -2/+45 |
| | | | | | Since we dont commit buffers ASAP until filled, autoflusher will do this if timeout occurs. | ||||
* | uhd: squashed transport work | Josh Blum | 2012-04-23 | 1 | -60/+44 |
| | |||||
* | usb: do not release recv buffer in wrapper | Josh Blum | 2012-04-17 | 1 | -3/+2 |
| | | | | | | | The actual recv buffer will be automatically released when dereferenced. By releasing this buffer early we allowed for a race condition: Subsequent wrapper buffers that shared the same actual buffer could get their memory filled by new recvd packets from the USB layer. | ||||
* | b100: use frame boundary to calculate frame size | Josh Blum | 2012-02-14 | 1 | -2/+4 |
| | |||||
* | dsp rework: work on usb wrapper for smaller packets, large luts | Josh Blum | 2012-02-02 | 1 | -53/+47 |
| | |||||
* | B100 host code changes to remove TX padding, remove RX padding, increase max ↵ | Nick Foster | 2012-02-01 | 1 | -2/+2 |
| | | | | allowed rate. | ||||
* | b100: added b100 host (squashed) | Josh Blum | 2011-06-14 | 1 | -0/+202 |