summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/usbpipe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: vt6656: usbpipe irrelevant function descriptionsMalcolm Priestley2014-07-151-100/+0
* staging: vt6656: rename s_nsBulkInUsbIoCompleteRead to vnt_submit_rx_urb_comp...Malcolm Priestley2014-07-151-3/+3
* staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urbMalcolm Priestley2014-07-151-1/+1
* staging: vt6656: rename s_nsBulkOutIoCompleteWrite to vnt_tx_context_completeMalcolm Priestley2014-07-151-4/+4
* staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context.Malcolm Priestley2014-07-151-1/+1
* staging: vt6656: rename s_nsInterruptUsbIoCompleteRead to vnt_start_interrupt...Malcolm Priestley2014-07-151-3/+3
* staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urbMalcolm Priestley2014-07-151-1/+1
* staging: vt6656: int rename INTnsProcessData to vnt_int_process_dataMalcolm Priestley2014-07-151-1/+1
* staging: vt6656: s_nsBulkInUsbIoCompleteRead check that used sk_buff is clean...Malcolm Priestley2014-07-081-0/+3
* stagingL vt6656: implement fall back rates reporting.Malcolm Priestley2014-07-081-17/+6
* staging: vt6656: Include re_alloc_skb within lock.Malcolm Priestley2014-07-081-14/+11
* staging: vt6656: s_nsBulkOutIoCompleteWrite fix bug of 5GHZ a rates idxMalcolm Priestley2014-07-081-1/+6
* staging: vt6656: Remove rx handing from RXvWorkItemMalcolm Priestley2014-06-291-10/+15
* staging: vt6656: device.h remove dead strutures and variablesMalcolm Priestley2014-06-261-2/+0
* staging: vt6656: mac80211 conversion: Create tx functionsMalcolm Priestley2014-06-261-17/+11
* staging: vt6656: mac80211 conversion: create rx function.Malcolm Priestley2014-06-261-2/+2
* staging: vt6656: dead code remove control.c/hMalcolm Priestley2014-05-261-0/+1
* staging: vt6656: create vnt_control_in_u8 to replace ControlvReadByteMalcolm Priestley2014-05-261-2/+7
* staging: vt6656: replace ControlvWriteByte with vnt_control_out_u8Malcolm Priestley2014-05-261-1/+7
OpenPOWER on IntegriCloud