summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-0910-1056/+1160
|\
| * Staging: bcm: Fix an invalid dereference to a kmalloc in IOCTL_BCM_BULK_WRMKevin McKinney2011-12-221-1/+3
| * Staging: bcm: Fix information leak in IOCTL_BCM_GET_DRIVER_VERSIONKevin McKinney2011-12-221-1/+5
| * staging: bcm: HandleControlPacket.c: breaking of long linesJohannes Tenschert2011-12-121-24/+45
| * staging: bcm: HandleControlPacket.c: fix parens/bracesJohannes Tenschert2011-12-121-28/+12
| * staging: bcm: HandleControlPacket.c: fix commentsJohannes Tenschert2011-12-121-36/+45
| * staging: bcm: HandleControlPacket.c: fix indentationJohannes Tenschert2011-12-121-66/+65
| * staging: bcm: HandleControlPacket.c: fix whitespacesJohannes Tenschert2011-12-121-68/+68
| * staging: bcm: led_control.c: breaking of long linesJohannes Tenschert2011-12-081-92/+199
| * staging: bcm: led_control.c: fix parens/bracesJohannes Tenschert2011-12-081-208/+87
| * staging: bcm: led_control.c: fix commentsJohannes Tenschert2011-12-081-122/+167
| * staging: bcm: led_control.c: fix indentationJohannes Tenschert2011-12-081-146/+146
| * staging: bcm: led_control.c: fix whitespacesJohannes Tenschert2011-12-081-217/+215
| * Staging: bcm: Alter return value for copy_to/from_user() to "return -EFAULT" ...Kevin McKinney2011-12-081-34/+41
| * Staging: bcm: Alter code to move error handling closer to the calls; and remo...Kevin McKinney2011-12-081-9/+5
| * Staging: bcm: Fix double free of 'pReadData' in IOCTL_BCM_NVM_WRITE.Kevin McKinney2011-12-081-1/+1
| * Staging: bcm: Reverse semaphore locking in IOCTL_BCM_BUFFER_DOWNLOAD_STOP.Kevin McKinney2011-11-291-5/+5
| * Staging: bcm: Alter code to move error handling closer to the calls.Kevin McKinney2011-11-291-66/+66
| * Staging: bcm: Clean up patch that calls semaphore down_trylock directly.Kevin McKinney2011-11-291-5/+2
| * Staging: bcm: Fix semaphore locking error when downloading firmware.Kevin McKinney2011-11-261-4/+13
| * Staging: bcm: Fix semaphore locking bug in, IOCTL_BCM_BUFFER_DOWNLOADKevin McKinney2011-11-261-0/+1
| * Staging: bcm: Remove unnecessary "do while" statement in, IOCTL_BCM_BUFFER_DO...Kevin McKinney2011-11-261-41/+38
| * Staging: bcm: Clean up code in ioctl: IOCTL_BCM_EEPROM_REGISTER_READKevin McKinney2011-11-261-1/+5
| * Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE,...Kevin McKinney2011-11-267-104/+153
| * Staging: bcm: hostmibs: Added temporary variable to shorten linesDiego F. Marfil2011-11-261-32/+34
| * Staging: bcm: hostmibs: White spaces and indentation fixes.Diego F. Marfil2011-11-261-58/+49
| * Staging: bcm: hostmibs: C99 comments replacedDiego F. Marfil2011-11-261-6/+9
* | misc latin1 to utf8 conversionsAl Viro2012-01-021-2/+2
|/
* Staging: bcm: Fix three initialization errors in InterfaceDld.cKevin McKinney2011-10-231-4/+5
* Staging: bcm: Fix coding style issues in InterfaceDld.cKevin McKinney2011-10-231-213/+161
* Staging: bcm: Fix coding style issues in InterfaceMisc.cKevin McKinney2011-10-111-166/+138
* Staging: bcm: Remove assignment from if conditions reported by checkpatch.plKevin McKinney2011-10-111-6/+10
* Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney2011-10-111-12/+11
* Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl.Kevin McKinney2011-10-111-1/+2
* Staging: bcm: Remove assignment in if condition reported by checkpatch.plKevin McKinney2011-10-111-1/+2
* Staging: bcm: Replace dated variable __FUNCTION__ reported by checkpatch.plKevin McKinney2011-10-111-6/+6
* Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney2011-10-111-1039/+788
* Staging: bcm: Alter LOC for readability/understandability purposesKevin McKinney2011-09-291-1/+5
* Staging: bcm: Add min/max restrictions for IOCTL_BCM_REGISTER_READ_PRIVATEKevin McKinney2011-09-291-1/+5
* drivers/staging/bcm/InterfaceDld.c: Fix checkpatch warningsMarcos Paulo de Souza2011-09-261-47/+46
* Staging: bcm: Add size maximum size restrictions for IOCTL_IDLE_REQKevin McKinney2011-09-192-0/+7
* Staging: bcm: Add size minimum size restrictions for IOCTL_IDLE_REQKevin McKinney2011-09-191-1/+3
* Staging: bcm: Macros: Fixed multiple coding style violations.Ben Wright2011-08-231-170/+167
* drivers/staging/bcm/nvm.c: add missing kfreeJulia Lawall2011-08-231-4/+9
* Staging: bcm: Fix memory leak reported during compile.Kevin McKinney2011-08-231-0/+2
* Staging: bcm: Fix a coding style error reported by checkpatch.plKevin McKinney2011-08-232-2/+2
* staging: bcm: fix coding style warnings and errors reported by checkpatch.pl ...Kevin McKinney2011-08-231-1644/+1512
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-258-71/+53
|\
| * drivers: staging: bcm: sort: kill handrolled bubblesortChris Forbes2011-07-051-44/+33
| * Remove unneeded version.h include from drivers/staging/bcm/headers.hJesper Juhl2011-07-051-1/+0
OpenPOWER on IntegriCloud