aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/bcm
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-13staging/bcm: move IOCTL_BCM_GET_DRIVER_VERSION case out to its own function.Dave Jones1-14/+20
2014-02-13staging/bcm: move IOCTL_BCM_SWITCH_TRANSFER_MODE case out to its own function.Dave Jones1-17/+22
2014-02-13staging/bcm: move IOCTL_QOS_THRESHOLD case out to its own function.Dave Jones1-13/+16
2014-02-13staging/bcm: move IOCTL_CHIP_RESET case out to its own function.Dave Jones1-15/+23
2014-02-13staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_STOP case out to its own function.Dave Jones1-63/+71
2014-02-13staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD case out to its own function.Dave Jones1-72/+79
2014-02-13staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_START case out to its own function.Dave Jones1-30/+37
2014-02-13staging/bcm: move several request ioctl cases out to its own function.Dave Jones1-38/+46
2014-02-13staging/bcm: move IOCTL_BCM_GPIO_MODE_REQUEST case out to its own function.Dave Jones1-76/+80
2014-02-13staging/bcm: move IOCTL_BCM_GPIO_MULTI_REQUEST case out to its own function.Dave Jones1-88/+95
2014-02-13staging/bcm: move IOCTL_BCM_GPIO_STATUS_REQUEST case out to its own function.Dave Jones1-35/+43
2014-02-13staging/bcm: move BCM_LED_THREAD_STATE_CHANGE_REQ case out to its own function.Dave Jones1-44/+51
2014-02-13staging/bcm: move IOCTL_BCM_GPIO_SET_REQUEST case out to its own function.Dave Jones1-104/+111
2014-02-13staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_WRITE case out to its own function.Dave Jones1-59/+67
2014-02-13staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_READ case out to its own function.Dave Jones1-59/+68
2014-02-13staging/bcm: move IOCTL_BCM_REGISTER_WRITE_PRIVATE case out to its own function.Dave Jones1-40/+49
2014-02-13staging/bcm: move IOCTL_BCM_REGISTER_READ_PRIVATE case out to its own function.Dave Jones1-44/+52
2014-02-07Staging: bcm: DDRInit: fix up spacing issues.Gary Rookard1-14/+14
2014-01-20Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-1552/+1442
2014-01-11staging: bcm : Fix typo in staging/bcmMasanari Iida4-11/+11
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2014-01-09Staging: bcm: DDRInit: fix up some bracing issues.Gary Rookard1-77/+30
2014-01-09staging: bcm: clean up a type issue in ConfigureEndPointTypesThroughEEPROM()Dan Carpenter1-5/+5
2014-01-08beeceem: Replace C99 comments with C89 ones and remove unneeded comments in I...Matthias Oefelein1-6/+2
2014-01-08beeceem: Fix newline issues at opening braces of conditional statements in In...Matthias Oefelein1-45/+21
2014-01-08beeceem: Fix whitespace issues at opening parentheses in InterfaceRx.cMatthias Oefelein1-32/+32
2014-01-08beeceem: Fix broken indentations in InterfaceRx.cMatthias Oefelein1-29/+26
2014-01-08beeceem: Fix missing spaces between function arguments in InterfaceRx.cMatthias Oefelein1-17/+17
2014-01-08beeceem: Fix missing spaces around operators and unwanted spaces around semic...Matthias Oefelein1-13/+13
2014-01-08beeceem: Replace C99-style comments with C89 pendants in InterfaceTx.cRalph Mueck1-10/+10
2014-01-08beeceem: Fix position of braces in conditional statements in InterfaceTx.cRalph Mueck1-43/+20
2014-01-08beeceem: Add spaces before opening parentheses in if-conditionals in Interfac...Ralph Mueck1-15/+15
2014-01-08beeceem: Fix several whitespace issues in InterfaceTx.cRalph Mueck1-32/+32
2014-01-08drivers: bcm: Remove unused function in nvm.cRashika Kheria1-61/+0
2014-01-08drivers: bcm: Mark functions as static in Qos.cRashika Kheria1-3/+3
2013-12-20drivers/staging/bcm: Integer overflowWenliang Fan1-0/+9
2013-12-20staging: bcm: fixed warning about no and prohibited space in InterfaceIdleMod...Gokulnath Avanashilingam1-12/+12
2013-12-20staging: bcm: using time_after and time_before in InterfaceIdleMode.cGokulnath Avanashilingam1-3/+3
2013-12-20staging: bcm: line over 80 characters in InterfaceIdleMode.cGokulnath Avanashilingam1-54/+99
2013-12-20staging: bcm: Remove Developer Debug prints in InterfaceIdleMode.cGokulnath Avanashilingam1-47/+10
2013-12-18staging: bcm: line over 80 characters in InterfaceDld.cGokulnath A1-21/+49
2013-12-18staging:bcm: Removed developer debug prints in InterfaceDld.cGokulnath A1-56/+14
2013-12-18Staging: bcm: DDRInit: fixed up some commenting issues.Gary Rookard1-75/+74
2013-12-17Staging: bcm: DDRInit: fixed issues w/ commenting.Gary Rookard1-135/+136