aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/vt6656/usbpipe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-04staging: vt6656: Fix crash when WLAN is turned offPhilipp Hortmann1-1/+3
2021-08-28staging: vt6656: Remove filenames in filesAldas Taraškevičius1-2/+0
2020-05-27staging: vt6656: Move vnt_tx_usb_header to vnt_tx_contextMalcolm Priestley1-6/+15
2020-05-19staging: vt6656: use usb_anchor for tx queue.Malcolm Priestley1-2/+12
2020-05-19staging: vt6656: vnt_usb_send_context remove variable data.Malcolm Priestley1-0/+5
2020-05-19staging: vt6656: Use sk_buff buffer for tx headerMalcolm Priestley1-1/+1
2020-05-05staging: vt6656: Use const for read only dataOscar Carter1-1/+1
2020-05-05staging: vt6656: refactor power save operationMalcolm Priestley1-13/+0
2020-05-05staging: vt6656: Return on isr0 when zero.Malcolm Priestley1-24/+23
2020-04-16staging: vt6656: Power save stop wake_up_count wrap around.Malcolm Priestley1-1/+2
2020-03-10staging: vt6656: struct vnt_rcb remove unused in_use.Malcolm Priestley1-13/+3
2020-03-10staging: vt6656: Remove vnt_interrupt_buffer in_use flag.Malcolm Priestley1-25/+3
2020-03-04staging: vt6656: Move vnt_rx_data to usbpipe.cMalcolm Priestley1-1/+101
2020-03-04staging: vt6656: Delete int.c/h file and move functions to usbpipeMalcolm Priestley1-1/+87
2020-03-04staging: vt6656: Remove function vnt_int_process_data.Malcolm Priestley1-0/+2
2020-03-04staging: vt6656: Remove STATUS enums from TX pathMalcolm Priestley1-3/+2
2020-01-22staging: vt6656: Remove memory buffer from vnt_download_firmware.Malcolm Priestley1-1/+1
2020-01-03staging: vt6656: limit reg output to block sizeMalcolm Priestley1-0/+17
2020-01-03staging: vt6656: Fix non zero logical return of, usb_control_msgMalcolm Priestley1-2/+6
2019-07-22staging: vt6656: change alignment to match parenthesisBenjamin Sherman1-1/+1
2019-05-21staging: vt6656: clean function's error path in usbpipe.cQuentin Deslandes1-50/+65
2018-02-16staging: vt6656: Remove unnecessary 'out of memory' messageDileep Sankhla1-3/+0
2017-11-28staging: vt6656: Remove redundant license textGreg Kroah-Hartman1-11/+0
2017-11-28staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman1-0/+1
2017-07-16staging: vt6656: Align function parametersSimon Sandström1-2/+2
2017-04-28staging: vt6656: use off stack for in buffer USB transfers.Malcolm Priestley1-2/+15
2017-04-28staging: vt6656: use off stack for out buffer USB transfers.Malcolm Priestley1-2/+12
2017-03-06Staging: vt6656: Fix spaces and char limitJitendra Kumar Khasdev1-2/+2
2017-02-16staging: vt6656: Alignment should match open parenthesisArushi Singhal1-6/+6
2016-08-30staging: vt6656: usbpipe.c: Fix checkpatch warningAnson Jacob1-2/+3
2016-02-20staging: vt6656: simplify tests of successful urb statusAlison Schofield1-3/+3
2016-02-14staging: vt6656: move local var init into declarationAlison Schofield1-9/+4
2016-02-11staging: vt6656: replace explicit NULL comparison with ! operatorAlison Schofield1-1/+1
2015-11-19staging: vt6656: remove address from GPL textOthmar Pasteka1-4/+0
2015-09-29staging: vt6656: remove RX complete locking.Malcolm Priestley1-6/+0
2015-06-17staging: vt6656: Boolean tests don't need comparisons.Abdul Hussain1-1/+1
2014-08-16staging: vt6656: remove unnecessary bracesRagnar B. Johannsson1-3/+2
2014-07-27staging: vt6656: remove comments of old functions nolonger present.Malcolm Priestley1-1/+0
2014-07-27staging: vt6656: remove return from all void functionsMalcolm Priestley1-6/+0
2014-07-24staging: vt6656: use test_bit to check flags statusMalcolm Priestley1-3/+3
2014-07-24staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley1-3/+3
2014-07-24staging: vt6656: remove macro MP_IS_READYMalcolm Priestley1-1/+1
2014-07-24staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITESMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: usbpipe.c clean up USB_CTL_WAITMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: usbpipe remove unneeded commentsMalcolm Priestley1-6/+0
2014-07-21staging: vt6656: Remove ununsed macro URB_ASYNC_UNLINKMalcolm Priestley1-4/+0
2014-07-21staging: vt6656: remove static declaration vnt_tx_context_completeMalcolm Priestley1-35/+32
2014-07-21staging: vt6656: Remove static declaration vnt_submit_rx_urb_completeMalcolm Priestley1-31/+31
2014-07-21staging: vt6656: Remove static declaration vnt_start_interrupt_urb_completeMalcolm Priestley1-28/+27
2014-07-18staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urbMalcolm Priestley1-3/+3