aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2014-03-19Staging: bcm: Remove unnecessary parenthesesTugce Sirin1-3/+3
2014-03-19staging: bcm: Fix line over 80 characters.Heena Sirwani1-2/+4
2014-03-18Staging: bcm: CmHost: moved and removed declarations and tmp bracing.Gary Rookard1-29/+10
2014-03-18staging: bcm: Remove unneeded boolean comparisons and reflow linesJade Bilkey1-9/+14
2014-03-18staging: bcm: Fix space before semicolonJade Bilkey1-6/+6
2014-03-18staging: bcm: Fix lines over 80 charactersJade Bilkey1-112/+200
2014-03-18staging: bcm: Cleanup unneeded boolean comparisonsJade Bilkey1-10/+9
2014-03-18staging: bcm: Cleanup CreateInterruptUrb() and StartInterruptUrb()Jade Bilkey1-27/+30
2014-03-18staging: bcm: Cleanup switch statementJade Bilkey1-60/+77
2014-03-18staging: bcm: Cleanup real_int_callback()Jade Bilkey1-14/+16
2014-03-18staging: bcm: Fix checkpatch errorsJade Bilkey1-4/+4
2014-03-17Staging: bcm: fixed parentheses and quoted string across lines coding style in CmHost.cJoshua Baldock1-12/+10
2014-03-16staging: bcm: Typedefs.h Fix "foo * bar" warning.Aybuke Ozdemir1-10/+10
2014-03-16staging: bcm: Typedefs.h Fix do not use // c99 comments.Aybuke Ozdemir1-1/+1
2014-03-16Staging: bcm: Removed unreachable code line in Bcmchar.cEbru Akagunduz1-3/+1
2014-03-16Staging: bcm: fix line over 80 characters in Bcmchar.cEbru Akagunduz1-226/+461
2014-03-16staging: bcm: Replace <asm/uaccess.h> by <linux/uaccess.h>Ashley Smith1-1/+1
2014-03-16Staging: bcm: Fix sparse non-static symbol warningTugce Sirin1-12/+12
2014-02-27Staging: bcm: Replace bcm functions with equivalentsHimangi Saraogi1-84/+9
2014-02-27staging: bcm: fix checkpatch error 'assignment in if condition'Daeseok Youn1-18/+14
2014-02-27staging: bcm: Remove unneeded set a variableDaeseok Youn1-3/+0
2014-02-24Merge 3.14-rc4 into staging-next.Greg Kroah-Hartman1-1/+1
2014-02-20Merge branch 'master' into for-nextJiri Kosina12-1553/+1444
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle1-1/+0
2014-02-18staging/bcm: integer underflow leads to OomDan Carpenter1-1/+1
2014-02-18staging/bcm: two information leaks in ioctlDan Carpenter1-0/+4
2014-02-18Staging: bcm: DDRInit: fix up indentation issues.Gary Rookard1-2/+2
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-02-13staging/bcm: move IOCTL_BCM_TIME_SINCE_NET_ENTRY case out to its own function.Dave Jones1-18/+24
2014-02-13staging/bcm: move IOCTL_BCM_GET_DEVICE_DRIVER_INFO case out to its own function.Dave Jones1-22/+29
2014-02-13staging/bcm: move IOCTL_BCM_CNTRLMSG_MASK case out to its own function.Dave Jones1-24/+30
2014-02-13staging/bcm: move IOCTL_BCM_NVM_RAW_READ case out to its own function.Dave Jones1-87/+94
2014-02-13staging/bcm: move IOCTL_BCM_SELECT_DSD case out to its own function.Dave Jones1-43/+50
2014-02-13staging/bcm: move IOCTL_BCM_GET_FLASH_CS_INFO case out to its own function.Dave Jones1-31/+37
2014-02-13staging/bcm: move IOCTL_BCM_COPY_SECTION case out to its own function.Dave Jones1-73/+80
2014-02-13staging/bcm: formatting cleaning for IOCTL_BCM_IDENTIFY_ACTIVE_SECTIONDave Jones1-3/+2
2014-02-13staging/bcm: move IOCTL_BCM_SET_ACTIVE_SECTION case out to its own function.Dave Jones1-39/+48
2014-02-13staging/bcm: move IOCTL_BCM_GET_FLASH2X_SECTION_BITMAP case out to its own function.Dave Jones1-39/+47
2014-02-13staging/bcm: move IOCTL_BCM_FLASH2X_SECTION_WRITE case out to its own function.Dave Jones1-108/+115
2014-02-13staging/bcm: move IOCTL_BCM_FLASH2X_SECTION_READ case out to its own function.Dave Jones1-90/+97
2014-02-13staging/bcm: move IOCTL_BCM_NVM_[READ|WRITE] cases out to their own function.Dave Jones1-141/+149
2014-02-13staging/bcm: move IOCTL_BCM_SET_DEBUG case out to its own function.Dave Jones1-33/+38
2014-02-13staging/bcm: move IOCTL_BCM_CAL_INIT case out to its own function.Dave Jones1-33/+42
2014-02-13staging/bcm: move IOCTL_BCM_GET_NVM_SIZE case out to its own function.Dave Jones1-10/+16
2014-02-13staging/bcm: move IOCTL_BCM_BULK_WRM case out to its own function.Dave Jones1-61/+65
2014-02-13staging/bcm: move IOCTL_BCM_GET_HOST_MIBS case out to its own function.Dave Jones1-30/+38
2014-02-13staging/bcm: move IOCTL_BCM_GET_DSX_INDICATION case out to its own function.Dave Jones1-20/+26
2014-02-13staging/bcm: move IOCTL_BCM_SET_MAC_TRACING case out to its own function.Dave Jones1-16/+24
2014-02-13staging/bcm: move IOCTL_BCM_GET_CURRENT_STATUS case out to its own function.Dave Jones1-26/+29