aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds10-1056/+1160
2012-01-02misc latin1 to utf8 conversionsAl Viro1-2/+2
2011-12-22Staging: bcm: Fix an invalid dereference to a kmalloc in IOCTL_BCM_BULK_WRMKevin McKinney1-1/+3
2011-12-22Staging: bcm: Fix information leak in IOCTL_BCM_GET_DRIVER_VERSIONKevin McKinney1-1/+5
2011-12-12staging: bcm: HandleControlPacket.c: breaking of long linesJohannes Tenschert1-24/+45
2011-12-12staging: bcm: HandleControlPacket.c: fix parens/bracesJohannes Tenschert1-28/+12
2011-12-12staging: bcm: HandleControlPacket.c: fix commentsJohannes Tenschert1-36/+45
2011-12-12staging: bcm: HandleControlPacket.c: fix indentationJohannes Tenschert1-66/+65
2011-12-12staging: bcm: HandleControlPacket.c: fix whitespacesJohannes Tenschert1-68/+68
2011-12-08staging: bcm: led_control.c: breaking of long linesJohannes Tenschert1-92/+199
2011-12-08staging: bcm: led_control.c: fix parens/bracesJohannes Tenschert1-208/+87
2011-12-08staging: bcm: led_control.c: fix commentsJohannes Tenschert1-122/+167
2011-12-08staging: bcm: led_control.c: fix indentationJohannes Tenschert1-146/+146
2011-12-08staging: bcm: led_control.c: fix whitespacesJohannes Tenschert1-217/+215
2011-12-08Staging: bcm: Alter return value for copy_to/from_user() to "return -EFAULT" when an error occurs.Kevin McKinney1-34/+41
2011-12-08Staging: bcm: Alter code to move error handling closer to the calls; and remove white space, IOCTL_BCM_NVM_WRITE.Kevin McKinney1-9/+5
2011-12-08Staging: bcm: Fix double free of 'pReadData' in IOCTL_BCM_NVM_WRITE.Kevin McKinney1-1/+1
2011-11-29Staging: bcm: Reverse semaphore locking in IOCTL_BCM_BUFFER_DOWNLOAD_STOP.Kevin McKinney1-5/+5
2011-11-29Staging: bcm: Alter code to move error handling closer to the calls.Kevin McKinney1-66/+66
2011-11-29Staging: bcm: Clean up patch that calls semaphore down_trylock directly.Kevin McKinney1-5/+2
2011-11-26Staging: bcm: Fix semaphore locking error when downloading firmware.Kevin McKinney1-4/+13
2011-11-26Staging: bcm: Fix semaphore locking bug in, IOCTL_BCM_BUFFER_DOWNLOADKevin McKinney1-0/+1
2011-11-26Staging: bcm: Remove unnecessary "do while" statement in, IOCTL_BCM_BUFFER_DOWNLOADKevin McKinney1-41/+38
2011-11-26Staging: bcm: Clean up code in ioctl: IOCTL_BCM_EEPROM_REGISTER_READKevin McKinney1-1/+5
2011-11-26Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE, IOCTL_BCM_EEPROM_REGISTER_READKevin McKinney7-104/+153
2011-11-26Staging: bcm: hostmibs: Added temporary variable to shorten linesDiego F. Marfil1-32/+34
2011-11-26Staging: bcm: hostmibs: White spaces and indentation fixes.Diego F. Marfil1-58/+49
2011-11-26Staging: bcm: hostmibs: C99 comments replacedDiego F. Marfil1-6/+9
2011-10-23Staging: bcm: Fix three initialization errors in InterfaceDld.cKevin McKinney1-4/+5
2011-10-23Staging: bcm: Fix coding style issues in InterfaceDld.cKevin McKinney1-213/+161
2011-10-11Staging: bcm: Fix coding style issues in InterfaceMisc.cKevin McKinney1-166/+138
2011-10-11Staging: bcm: Remove assignment from if conditions reported by checkpatch.plKevin McKinney1-6/+10
2011-10-11Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney1-12/+11
2011-10-11Staging: bcm: Fix assignment issue in if statement reported by checkpatch.pl.Kevin McKinney1-1/+2
2011-10-11Staging: bcm: Remove assignment in if condition reported by checkpatch.plKevin McKinney1-1/+2
2011-10-11Staging: bcm: Replace dated variable __FUNCTION__ reported by checkpatch.plKevin McKinney1-6/+6
2011-10-11Staging: bcm: Fix coding style issues reported by checkpatch.plKevin McKinney1-1039/+788
2011-09-29Staging: bcm: Alter LOC for readability/understandability purposesKevin McKinney1-1/+5
2011-09-29Staging: bcm: Add min/max restrictions for IOCTL_BCM_REGISTER_READ_PRIVATEKevin McKinney1-1/+5
2011-09-26drivers/staging/bcm/InterfaceDld.c: Fix checkpatch warningsMarcos Paulo de Souza1-47/+46
2011-09-19Staging: bcm: Add size maximum size restrictions for IOCTL_IDLE_REQKevin McKinney2-0/+7
2011-09-19Staging: bcm: Add size minimum size restrictions for IOCTL_IDLE_REQKevin McKinney1-1/+3
2011-08-23Staging: bcm: Macros: Fixed multiple coding style violations.Ben Wright1-170/+167
2011-08-23drivers/staging/bcm/nvm.c: add missing kfreeJulia Lawall1-4/+9
2011-08-23Staging: bcm: Fix memory leak reported during compile.Kevin McKinney1-0/+2
2011-08-23Staging: bcm: Fix a coding style error reported by checkpatch.plKevin McKinney2-2/+2
2011-08-23staging: bcm: fix coding style warnings and errors reported by checkpatch.pl toolKevin McKinney1-1644/+1512
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds8-71/+53
2011-07-05drivers: staging: bcm: sort: kill handrolled bubblesortChris Forbes1-44/+33
2011-07-05Remove unneeded version.h include from drivers/staging/bcm/headers.hJesper Juhl1-1/+0