| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-10-20 | staging: bcm: remove driver | Jeff Kirsher | 54 | -23871/+0 | |
| The Beceem WiMAX driver was barely function in its current state and was non-functional on 64 bit systems. Based on repeated statements from Greg KH that he wanted the driver removed, I am removing the driver. CC: Matthias Beyer <[email protected]> CC: Kevin McKinney <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-10-20 | staging: bcm: fix sparse warning in module_param | Rahul Bedarkar | 1 | -1/+1 | |
| This patch fixes sparse warning in module_param warning: pointer targets in return differ in signedness [-Wpointer-sign] Signed-off-by: Rahul Bedarkar <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-10-20 | staging: bcm: Removed unnecessary 'else' after 'return' statement in Qos.c | Esra Altintas | 1 | -2/+1 | |
| The following patch fixes the checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Esra Altintas <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-10-20 | staging: bcm: Fixed else after return or break warning | Dilek Uzulmez | 1 | -5/+4 | |
| This patch fixes checkpatch.pl warning in files of bcm WARNING : else is not generally useful after a break or return Signed-off-by: Dilek Uzulmez <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-10-20 | staging: bcm: Removed unnecessary braces after return | Sarah Khan | 1 | -12/+8 | |
| WARNING: else is generally not useful after return checkpatch.pl warning in PHSModule.c Signed-off-by: Sarah Khan <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-10-20 | staging: bcm: Removed unnecessary else after return | Sarah Khan | 1 | -2/+1 | |
| WARNING: else is generally not required after return chaeckpatch.pl warning in led_control.c Signed-off-by: Sarah Khan <[email protected]> Reviewed-by: Josh Triplett <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-10-20 | staging: bcm: Removed else which was not required after return | Sarah Khan | 1 | -6/+5 | |
| WARNING:else is generally not required after return checkpatch.pl warning in LeakyBucket.c Signed-off-by: Sarah Khan <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-10-02 | Staging: bcm: Removed unnecessary else. | Heena Sirwani | 1 | -2/+2 | |
| The following patch fixes the checkpatch.pl warning: WARNING: else is not generally useful after a break or return. Signed-off-by: Heena Sirwani <[email protected]> Reviewed-by: Josh Triplett <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-09-28 | staging: bcm: Fix line 80 characters in Adapter.h | Esra Altintas | 1 | -1/+2 | |
| The following patch fixes the checkpatch.pl warning: WARNING: line over 80 characters Signed-off-by: Esra Altintas <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-09-28 | staging: bcm: Fix quoted string split across lines warning | Yeliz Taneroglu | 1 | -2/+1 | |
| The following patch the checkpatch.pl warning: drivers/staging/bcm/InterfaceIdleMode.c:215: warning:quoted string split across lines Signed-off-by: Yeliz Taneroglu <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-09-23 | Staging: bcm: Fix line over 80 characters. | Heena Sirwani | 1 | -14/+30 | |
| The following patch fixes the checkpatch.pl warning: WARNING: line over 80 characters Signed-off-by: Heena Sirwani <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-09-23 | Staging: bcm: Remove unneeded else after return. | Heena Sirwani | 1 | -11/+6 | |
| The following patch fixes the checkpatch.pl warning: WARNING: else is generally not useful after a break or return. Signed-off-by: Heena Sirwani <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-09-23 | staging: bcm: remove space before tab | Tapasweni Pathak | 1 | -1/+1 | |
| This patch fixes checkpatch.pl warning in headers.h file WARNING : please, no space before tabs Signed-off-by: Tapasweni Pathak <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-09-23 | staging: bcm: fix error do not use c99 comments | Tapasweni Pathak | 1 | -1/+1 | |
| This patch fixes checkpatch.pl error in InterfaceMacros.h file ERROR: do not use C99 // comments Signed-off-by: Tapasweni Pathak <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-09-19 | staging: bcm: Fix line over 80 characters | Aybuke Ozdemir | 1 | -1/+3 | |
| Fix checkpatch.pl issues with line over 80 characters in HandleControlPacket.c Signed-off-by: Aybuke Ozdemir <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-09-19 | Staging/bcm: Fix whitespace/comments in Ioctl.h | Martin Kelly | 1 | -13/+13 | |
| Cleanup whitespace and comments in Ioctl.h in a few ways: - > 80 character cleanup - Comment clarification - More consistent vertical alignment Signed-off-by: Martin Kelly <[email protected]> Reviewed-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-09-08 | staging: bcm: sort.c: fix coding style | Omar Sandoval | 1 | -2/+2 | |
| Fix checkpatch.pl "Alignment should match open parenthesis". Signed-off-by: Omar Sandoval <[email protected]> Reviewed-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-31 | Staging: bcm: fixed a comment coding style issue | Anh Le | 1 | -1/+1 | |
| Fixed a C99 comment issue in InterfaceMisc.h. Signed-off-by: Anh Le <[email protected]> Reviewed-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: LeakyBucket: format kernel-docs | Andrew Plummer | 1 | -48/+33 | |
| Remove insignificant spaces before tabs in comments. Signed-off-by: Andrew Plummer <[email protected]> Reviewed-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmnet.c: Renamed variable: "IntfAdapter" -> "intf_ad" | Matthias Beyer | 1 | -6/+6 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmnet.c: Renamed variable: "psIntfAdapter" -> "intf_ad" | Matthias Beyer | 1 | -2/+2 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmnet.c: Renamed variable: "Adapter" -> "ad" | Matthias Beyer | 1 | -46/+45 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "NOB" -> "nob" | Matthias Beyer | 1 | -30/+30 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "pTarang" -> "tarang" | Matthias Beyer | 1 | -8/+8 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "stTimeElapsedSinceNetEntry" -> ↵ | Matthias Beyer | 1 | -3/+3 | |
| "time_elapsed_since_net_entry" Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "DevInfo" -> "dev_info" | Matthias Beyer | 1 | -9/+9 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "RxCntrlMsgBitMask" -> ↵ | Matthias Beyer | 1 | -4/+4 | |
| "rx_cntrl_msg_bit_mask" Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "ReadOffset" -> "read_offset" | Matthias Beyer | 1 | -8/+8 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "stNVMRead" -> "nvm_read" | Matthias Beyer | 1 | -5/+5 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "SectOfset" -> "sect_offset" | Matthias Beyer | 1 | -4/+4 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "sCopySectStrut" -> "copy_sect_strut" | Matthias Beyer | 1 | -19/+19 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "eFlash2xSectionVal" -> ↵ | Matthias Beyer | 1 | -14/+14 | |
| "flash_2x_section_val" Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "psFlash2xBitMap" -> ↵ | Matthias Beyer | 1 | -8/+8 | |
| "flash_2x_bit_map" Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "WriteOffset" -> "write_off" | Matthias Beyer | 1 | -6/+6 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "InputAddr" -> "input_addr" | Matthias Beyer | 1 | -4/+4 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "pWriteBuff" -> "write_buff" | Matthias Beyer | 1 | -9/+9 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "WriteBytes" -> "write_bytes" | Matthias Beyer | 1 | -13/+13 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "ReadBytes" -> "read_bytes" | Matthias Beyer | 1 | -18/+18 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "BuffSize" -> "buff_size" | Matthias Beyer | 1 | -12/+12 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "pReadBuff" -> "read_buff" | Matthias Beyer | 1 | -18/+18 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "sFlash2xRead" -> "flash_2x_read" | Matthias Beyer | 1 | -14/+14 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "pReadData" -> "read_data" | Matthias Beyer | 1 | -10/+10 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "stNVMReadWrite" -> "nvm_rw" | Matthias Beyer | 1 | -11/+11 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "sUserDebugState" -> ↵ | Matthias Beyer | 1 | -12/+12 | |
| "user_debug_state" Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "uiSectorSize" -> "sector_size" | Matthias Beyer | 1 | -5/+5 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "uiTempVar" -> "tmp" | Matthias Beyer | 1 | -6/+6 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "pBulkBuffer" -> "bulk_buff" | Matthias Beyer | 1 | -11/+11 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "uiData" -> "data" | Matthias Beyer | 1 | -3/+3 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "uiLoopIndex" -> "i" | Matthias Beyer | 1 | -3/+3 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2014-08-30 | Staging: bcm: Bcmchar.c: Renamed variable: "NVMAccess" -> "nvm_access" | Matthias Beyer | 1 | -3/+3 | |
| Signed-off-by: Matthias Beyer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||