summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/usbpipe.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: Move vnt_tx_usb_header to vnt_tx_contextMalcolm Priestley2020-05-271-6/+15
* staging: vt6656: use usb_anchor for tx queue.Malcolm Priestley2020-05-191-2/+12
* staging: vt6656: vnt_usb_send_context remove variable data.Malcolm Priestley2020-05-191-0/+5
* staging: vt6656: Use sk_buff buffer for tx headerMalcolm Priestley2020-05-191-1/+1
* staging: vt6656: Use const for read only dataOscar Carter2020-05-051-1/+1
* staging: vt6656: refactor power save operationMalcolm Priestley2020-05-051-13/+0
* staging: vt6656: Return on isr0 when zero.Malcolm Priestley2020-05-051-24/+23
* staging: vt6656: Power save stop wake_up_count wrap around.Malcolm Priestley2020-04-161-1/+2
* staging: vt6656: struct vnt_rcb remove unused in_use.Malcolm Priestley2020-03-101-13/+3
* staging: vt6656: Remove vnt_interrupt_buffer in_use flag.Malcolm Priestley2020-03-101-25/+3
* staging: vt6656: Move vnt_rx_data to usbpipe.cMalcolm Priestley2020-03-041-1/+101
* staging: vt6656: Delete int.c/h file and move functions to usbpipeMalcolm Priestley2020-03-041-1/+87
* staging: vt6656: Remove function vnt_int_process_data.Malcolm Priestley2020-03-041-0/+2
* staging: vt6656: Remove STATUS enums from TX pathMalcolm Priestley2020-03-041-3/+2
* staging: vt6656: Remove memory buffer from vnt_download_firmware.Malcolm Priestley2020-01-221-1/+1
* staging: vt6656: limit reg output to block sizeMalcolm Priestley2020-01-031-0/+17
* staging: vt6656: Fix non zero logical return of, usb_control_msgMalcolm Priestley2020-01-031-2/+6
* staging: vt6656: change alignment to match parenthesisBenjamin Sherman2019-07-221-1/+1
* staging: vt6656: clean function's error path in usbpipe.cQuentin Deslandes2019-05-211-50/+65
* staging: vt6656: Remove unnecessary 'out of memory' messageDileep Sankhla2018-02-161-3/+0
* staging: vt6656: Remove redundant license textGreg Kroah-Hartman2017-11-281-11/+0
* staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: vt6656: Align function parametersSimon Sandström2017-07-161-2/+2
* staging: vt6656: use off stack for in buffer USB transfers.Malcolm Priestley2017-04-281-2/+15
* staging: vt6656: use off stack for out buffer USB transfers.Malcolm Priestley2017-04-281-2/+12
* Staging: vt6656: Fix spaces and char limitJitendra Kumar Khasdev2017-03-061-2/+2
* staging: vt6656: Alignment should match open parenthesisArushi Singhal2017-02-161-6/+6
* staging: vt6656: usbpipe.c: Fix checkpatch warningAnson Jacob2016-08-301-2/+3
* staging: vt6656: simplify tests of successful urb statusAlison Schofield2016-02-201-3/+3
* staging: vt6656: move local var init into declarationAlison Schofield2016-02-141-9/+4
* staging: vt6656: replace explicit NULL comparison with ! operatorAlison Schofield2016-02-111-1/+1
* staging: vt6656: remove address from GPL textOthmar Pasteka2015-11-191-4/+0
* staging: vt6656: remove RX complete locking.Malcolm Priestley2015-09-291-6/+0
* staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain2015-06-171-1/+1
* staging: vt6656: remove unnecessary bracesRagnar B. Johannsson2014-08-161-3/+2
* staging: vt6656: remove comments of old functions nolonger present.Malcolm Priestley2014-07-271-1/+0
* staging: vt6656: remove return from all void functionsMalcolm Priestley2014-07-271-6/+0
* staging: vt6656: use test_bit to check flags statusMalcolm Priestley2014-07-241-3/+3
* staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley2014-07-241-3/+3
* staging: vt6656: remove macro MP_IS_READYMalcolm Priestley2014-07-241-1/+1
* staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESMalcolm Priestley2014-07-241-1/+1
* staging: vt6656: usbpipe.c clean up USB_CTL_WAITMalcolm Priestley2014-07-211-1/+1
* staging: vt6656: usbpipe remove unneeded commentsMalcolm Priestley2014-07-211-6/+0
* staging: vt6656: Remove ununsed macro URB_ASYNC_UNLINKMalcolm Priestley2014-07-211-4/+0
* staging: vt6656: remove static declaration vnt_tx_context_completeMalcolm Priestley2014-07-211-35/+32
* staging: vt6656: Remove static declaration vnt_submit_rx_urb_completeMalcolm Priestley2014-07-211-31/+31
* staging: vt6656: Remove static declaration vnt_start_interrupt_urb_completeMalcolm Priestley2014-07-211-28/+27
* staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urbMalcolm Priestley2014-07-181-3/+3
* staging: vt6656: struct vnt_rcb remove camel caseMalcolm Priestley2014-07-181-5/+5
* staging: vt6656: struct vnt_rcb remove unused membersMalcolm Priestley2014-07-181-1/+0