aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
AgeCommit message (Expand)AuthorFilesLines
2014-07-09staging: bcm: add missing blank lines after declarationsPawel Lebioda10-1/+30
2014-07-08Staging: bcm: InterfaceMisc.c: Outsourced doubled error checkingMatthias Beyer1-38/+31
2014-07-08Staging: bcm: Shortened linesMatthias Beyer1-31/+67
2014-07-08Staging: bcm: Change TODO to include maintainers.Kevin McKinney1-0/+4
2014-07-08Staging: bcm: LeakyBucket.c: Removed unneccessary return; statementMatthias Beyer1-2/+0
2014-07-08Staging: bcm: LeakyBucket.c: Outsourced ctrl packet sendingMatthias Beyer1-36/+40
2014-07-08Staging: bcm: LeakyBucket.c: Outsourced code chunk into functionMatthias Beyer1-72/+74
2014-07-08Staging: bcm: LeakyBucket.c: Shortened linesMatthias Beyer1-49/+104
2014-07-08Staging: bcm: LeakyBucket.c: Replaced member accessing by variableMatthias Beyer1-12/+15
2014-07-08Staging: bcm: InterfaceTx.c: checkpath fix: Blank line after declarationsMatthias Beyer1-1/+1
2014-07-08Staging: bcm: InterfaceTx.c: Outsourced code chunkMatthias Beyer1-81/+84
2014-07-08Staging: bcm: InterfaceTx.c: Shortened lines + Whitespace cleanupMatthias Beyer1-25/+61
2014-07-08Staging: bcm: InterfaceRx.c: Removed unused variableMatthias Beyer1-6/+3
2014-07-08Staging: bcm: InterfaceRx.c: Outsourced code chunkMatthias Beyer1-58/+71
2014-07-08Staging: bcm: InterfaceRx.c: Outsourced control packet handlingMatthias Beyer1-14/+23
2014-07-08Staging: bcm: InterfaceRx.c: Lines shortenedMatthias Beyer1-25/+62
2014-06-29Staging: bcm: Lines shortened in download_ddr_settings()Matthias Beyer1-10/+21
2014-06-29Staging: bcm: Lines shortened in ddr_init()Matthias Beyer1-42/+134
2014-06-29Staging: bcm: Moved doubled if-blockMatthias Beyer1-11/+5
2014-06-29Staging: bcm: Fixed indention for inner if-blockMatthias Beyer1-5/+5
2014-06-29Staging: bcm: Indentation fixesMatthias Beyer1-15/+15
2014-06-29Staging: bcm: Misc whitespace fixesMatthias Beyer1-18/+18
2014-06-26staging: bcm: nvm.c: Cleaning up check unsigned is less than zeroRickard Strandqvist1-2/+2
2014-06-26Staging: bcm: hostmibs.c: Shortened linesMatthias Beyer1-13/+26
2014-06-26Staging: bcm: replaced member accessing with variable for readabilityMatthias Beyer1-10/+11
2014-06-26Staging: bcm: Added missing blank line after declarationsMatthias Beyer1-0/+1
2014-06-26Staging: bcm: Replaced member accssing with variableMatthias Beyer1-8/+10
2014-06-26Staging: bcm: Whitespace for indentation fixedMatthias Beyer1-1/+1
2014-06-26Staging: bcm: line length fixedMatthias Beyer1-1/+2
2014-06-26Staging: bcm: Line length cleanupMatthias Beyer1-6/+19
2014-06-26Staging: bcm: Shortened some lines in select_alternate_setting_for_highspeed_modem()Matthias Beyer1-29/+18
2014-06-26Staging: bcm: Outsourced selecting of alternate settingMatthias Beyer1-95/+112
2014-06-26Staging: bcm: Merged some lines which got shorter by the latest patchMatthias Beyer1-26/+17
2014-06-26Staging: bcm: Replaced member accessing with variable in InterfaceAdapterInit()Matthias Beyer1-26/+27
2014-06-26Staging: bcm: Replaced member accessing with variable in device_run()Matthias Beyer1-11/+9
2014-06-26Staging: bcm: replaced member accessing by variableMatthias Beyer1-9/+9
2014-06-26Staging: bcm: Shortened some linesMatthias Beyer1-2/+4
2014-06-26Staging: bcm: led_control.c: Replaced nested ifs with logical AND concatenationMatthias Beyer1-9/+8
2014-06-26Staging: bcm: led_control.c: Replaced member accessing by variableMatthias Beyer1-6/+8
2014-06-26Staging: bcm: led_control.c: Replaced member accessing by variableMatthias Beyer1-12/+13
2014-06-26Staging: bcm: led_control.c: Replaced doubled if-check by logical OR in one checkMatthias Beyer1-7/+4
2014-06-26Staging: bcm: led_control.c: Replaced time selecting ifelse with ternary operatorMatthias Beyer1-4/+2
2014-06-26Staging: bcm: led_control.c: More variable names refactoredMatthias Beyer1-14/+14
2014-06-26Staging: bcm: led_control.c: Refactored line lengthsMatthias Beyer1-18/+10
2014-06-26Staging: bcm: led_control.c: Removed dead codeMatthias Beyer1-61/+37
2014-06-26Staging: bcm: led_control.c: Refactored variable nameMatthias Beyer1-7/+7
2014-06-26Staging: bcm: led_control.c: Outsourced code chunkMatthias Beyer1-66/+93
2014-06-26Staging: bcm: led_control.c: Replaced member accessingMatthias Beyer1-11/+9
2014-06-26Staging: bcm: led_control.c: Simplified nested if conditionsMatthias Beyer1-21/+19
2014-06-26Staging: bcm: led_control.{c,h}: Fixed macroMatthias Beyer2-24/+31