summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | staging: unisys: added virthba debugfs dir and info entryErik Arfvidson2014-07-211-0/+79
* | staging: unisys: remove virthba proc filesErik Arfvidson2014-07-211-206/+0
* | staging/nvec: Remove double const qualifierThierry Reding2014-07-211-1/+1
* | staging: vt6655: Fixed checkpatch errorsPetar Dimitrijevic2014-07-211-16/+19
* | Staging: vt6655: Remove redundant comments in wcmd.hIgor Bezukh2014-07-211-13/+2
* | Staging: bcm: nvm.c: replaced member accessing with variableMatthias Beyer2014-07-211-3/+5
* | Staging: bcm: nvm.c: Removed indentation level by concatenating nested if sta...Matthias Beyer2014-07-211-8/+6
* | Staging: bcm: nvm.c: Removed indentation level by using continue statementMatthias Beyer2014-07-211-12/+13
* | Staging: bcm: nvm.c: Outsourced chunk of code into functionMatthias Beyer2014-07-211-22/+48
* | Staging: bcm: nvm.c: Shortened linesMatthias Beyer2014-07-211-24/+40
* | staging: lustre: lov: Add a space before open braces '{' in lov_request.cRiccardo Lucchese2014-07-211-3/+3
* | staging: lustre: lov: Add a blank line after declarations in lov_request.cRiccardo Lucchese2014-07-211-2/+5
* | staging: lustre: lov: Cleanup lov_check_set() in lov_request.cRiccardo Lucchese2014-07-211-6/+6
* | staging: android: ion: ion_cma_heap.c: Fix checkpatch warningPhong Tran2014-07-211-7/+2
* | staging: sep: Fix blank lines issue reported by checkpatchLABBE Corentin2014-07-211-43/+4
* | staging: sep: Fix misceanellous problems reported by checkpatchLABBE Corentin2014-07-211-3/+2
* | staging: sep: No else is necessary after a break (reported by checkpatch)LABBE Corentin2014-07-211-3/+2
* | staging: vt6656: struct vnt_usb_send_context context into vnt_get_duration_leMalcolm Priestley2014-07-211-54/+68
* | staging; vt6656: rxtx add current_rate into vnt_usb_send_context as tx_rateMalcolm Priestley2014-07-212-47/+45
* | staging: vt6656: rxtx move frame_len/size into vnt_usb_send_context as frame_lenMalcolm Priestley2014-07-212-58/+58
* | staging: vt6656: move need_ack into into vnt_usb_send_contextMalcolm Priestley2014-07-212-38/+52
* | staging: vt6656: rxtx move pkt_type into vnt_usb_send_contextMalcolm Priestley2014-07-212-100/+109
* | staging: vt6656: vnt_get_duration_le fix typo piv to privMalcolm Priestley2014-07-211-6/+6
* | staging: vt6656: dead code remove channel switch.Malcolm Priestley2014-07-214-23/+1
* | staging: vt6656: struct vnt_private rename byBBPreEDIndex with bb_pre_ed_indexMalcolm Priestley2014-07-212-4/+4
* | staging: vt6656: struct vnt_private replace byBBPreEDRSSI with bb_pre_ed_rssiMalcolm Priestley2014-07-213-67/+67
* | staging: vt6656: struct vnt_private remove dead code ldBmThresholdMalcolm Priestley2014-07-212-17/+4
* | staging: vt6656: struct vnt_private replace abyBBVGA with bb_vgaMalcolm Priestley2014-07-214-28/+28
* | staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrlMalcolm Priestley2014-07-213-5/+5
* | staging: vt6656: struct vnt_private replace wSeqCounter with seq_counterMalcolm Priestley2014-07-212-6/+6
* | staging: vt6656: struct vnt_private remove dead variable bBarkerPreambleMdMalcolm Priestley2014-07-211-1/+0
* | staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_timeMalcolm Priestley2014-07-214-8/+8
* | staging: vt6656: struct vnt_private remove camel case retry limitMalcolm Priestley2014-07-212-6/+6
* | staging: vt6656: struct vnt_private replace wCurrentRate with current_rateMalcolm Priestley2014-07-214-8/+8
* | staging: vt6656: struct vnt_private rf power table remove camel caseMalcolm Priestley2014-07-213-29/+29
* | staging: vt6656: struct vnt_private replace byPreambleType with preamble_typeMalcolm Priestley2014-07-214-25/+25
* | staging: vt6656: struct vnt_private replace abyEEPROM with eepromMalcolm Priestley2014-07-213-15/+15
* | staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_ba...Malcolm Priestley2014-07-214-23/+23
* | staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_...Malcolm Priestley2014-07-214-14/+14
* | staging: vt6656: struct vnt_private replace wBasicRate with basic_ratesMalcolm Priestley2014-07-213-9/+9
* | staging: vt6656: struct vnt_private replace byPacketType with packet_typeMalcolm Priestley2014-07-214-7/+7
* | staging: vt6656: struct vnt_private replace byBBType with bb_typeMalcolm Priestley2014-07-215-22/+22
* | staging: vt6656: struct vnt_private remove camel case IFS namesMalcolm Priestley2014-07-213-34/+34
* | staging: vt6656: struct vnt_private remove uCwMin/uCwMaxMalcolm Priestley2014-07-212-10/+2
* | staging: vt6656: struct vnt_private remove camel case antenna variablesMalcolm Priestley2014-07-213-30/+30
* | staging: vt6656: antenna modes remove unused variablesMalcolm Priestley2014-07-212-6/+0
* | staging: vt6656: struct vnt_private rename uCurrRSSI to current_rssiMalcolm Priestley2014-07-213-3/+3
* | staging: vt6656: struct vnt_private rename qwCurrTSF to current_tsfMalcolm Priestley2014-07-214-5/+5
* | staging: vt6656: replace bExistSWNetAddr with exist_sw_net_addrMalcolm Priestley2014-07-212-3/+3
* | staging: vt6656: rename abyPermanentNetAddr to permanent_net_addrMalcolm Priestley2014-07-212-5/+4
OpenPOWER on IntegriCloud