summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: fix module_param_named tx_buffers variableMalcolm Priestley2014-07-181-1/+1
* staging: vt6656: usb_device_reset remove camel caseMalcolm Priestley2014-07-181-3/+3
* staging: vt6656: Remove commented out long frequency_listMalcolm Priestley2014-07-171-11/+0
* staging: vt6656: main_usb remove static function declarations.Malcolm Priestley2014-07-171-18/+0
* staging: vt6656: main_usb remove dead module params macrosMalcolm Priestley2014-07-171-49/+0
* staging: vt6656: remove dead code DEVICE_PARAMMalcolm Priestley2014-07-171-23/+0
* staging: vt6656: main_usb.c Replace DEVICE_PARAM TxDescriptors0Malcolm Priestley2014-07-171-2/+9
* staging: vt6656: main_usb.c Replace DEVICE_PARAM RxDescriptors0Malcolm Priestley2014-07-171-2/+10
* staging: vt6656: remove DBG_PRT kernel messages macro and enumsMalcolm Priestley2014-07-171-10/+0
* staging: vt6656: power.c replace DBG_PRT debug messagesMalcolm Priestley2014-07-171-3/+1
* staging: vt6656: replace DBG_PRT error messagesMalcolm Priestley2014-07-171-11/+5
* staging: vt6656: main_usb replace DBG_PRT debug messagesMalcolm Priestley2014-07-171-9/+8
* staging: vt6656: device_init_registers remove camel caseMalcolm Priestley2014-07-171-117/+117
* staging: vt6656: device_set_options remove camel caseMalcolm Priestley2014-07-171-11/+11
* staging: vt6656: device_set_options fix opening function bracketMalcolm Priestley2014-07-171-2/+2
* staging: vt6656: rename BBvUpdatePreEDThreshold to vnt_update_pre_ed_thresholdMalcolm Priestley2014-07-173-5/+5
* staging: vt6656: rename BBvExitDeepSleep to vnt_exit_deep_sleepMalcolm Priestley2014-07-173-3/+3
* staging: vt6656: rename BBvSetDeepSleep to vnt_set_deep_sleepMalcolm Priestley2014-07-173-4/+4
* staging: vt6656: rename BBvSetVGAGainOffset to vnt_set_vga_gain_offsetMalcolm Priestley2014-07-174-4/+4
* staging: vt6656: rename BBvSetShortSlotTime to vnt_set_short_slot_timeMalcolm Priestley2014-07-173-4/+4
* staging: vt6656: rename BBbVT3184Init to vnt_vt3184_initMalcolm Priestley2014-07-173-5/+5
* staging: vt6656: rename BBvSetAntennaMode to vnt_set_antenna_modeMalcolm Priestley2014-07-174-7/+7
* staging: vt6656: baseband.c rename awcFrameTime to vnt_frame_timeMalcolm Priestley2014-07-171-2/+2
* staging: vt6556: Replace printk by dev_warnPeter Senna Tschudin2014-07-161-1/+2
* staging: vt6556: Remove typedefsPeter Senna Tschudin2014-07-162-16/+8
* staging: vt6556: Cleanup coding style: indentationPeter Senna Tschudin2014-07-151-18/+18
* staging: vt6556: Cleanup coding style: lines over 80 charsPeter Senna Tschudin2014-07-153-9/+13
* staging: vt6556: Cleanup coding style: commentsPeter Senna Tschudin2014-07-153-11/+13
* staging: vt6556: Cleanup coding style: #definePeter Senna Tschudin2014-07-153-17/+17
* staging: vt6556: Cleanup indentation on statementsPeter Senna Tschudin2014-07-151-21/+23
* 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-153-3/+3
* 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-153-5/+4
* 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-153-3/+3
* staging: vt6656: int.c remove irrelevant function descriptionMalcolm Priestley2014-07-151-22/+0
* staging: vt6656: rename INTvWorkItem to vnt_int_start_interruptMalcolm Priestley2014-07-153-3/+3
* staging: vt6656: int rename INTnsProcessData to vnt_int_process_dataMalcolm Priestley2014-07-153-3/+3
* staging: vt6656: int.c Replace DBG_PRT debug messagesMalcolm Priestley2014-07-151-4/+2
* staging: vt6656: INTvWorkItem remove camel caseMalcolm Priestley2014-07-151-5/+5
* staging: vt6556: Remove double parenthesesPeter Senna Tschudin2014-07-151-2/+3
* staging: vt6656: set BBvSetAntennaMode in device_init_registersMalcolm Priestley2014-07-151-0/+3
* staging: vt6656: device.h remove old wireless statsMalcolm Priestley2014-07-152-6/+0
* staging: vt6656: wcnd.c clean up commentsMalcolm Priestley2014-07-131-7/+2
* staging: vt6656: wcmd remove unneeded headersMalcolm Priestley2014-07-131-3/+0
* staging: vt6656: rename vResetCommandTimer to vnt_reset_command_timerMalcolm Priestley2014-07-133-3/+3
* staging: vt6656: Drop u8 pointer and rename bScheduleCommand.Malcolm Priestley2014-07-135-12/+10
* staging: vt6656: rename vRunCommand to vnt_run_commandMalcolm Priestley2014-07-133-3/+3
OpenPOWER on IntegriCloud