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