summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm
Commit message (Expand)AuthorAgeFilesLines
...
* | | staging/bcm: move IOCTL_BCM_GET_NVM_SIZE case out to its own function.Dave Jones2014-02-131-10/+16
* | | staging/bcm: move IOCTL_BCM_BULK_WRM case out to its own function.Dave Jones2014-02-131-61/+65
* | | staging/bcm: move IOCTL_BCM_GET_HOST_MIBS case out to its own function.Dave Jones2014-02-131-30/+38
* | | staging/bcm: move IOCTL_BCM_GET_DSX_INDICATION case out to its own function.Dave Jones2014-02-131-20/+26
* | | staging/bcm: move IOCTL_BCM_SET_MAC_TRACING case out to its own function.Dave Jones2014-02-131-16/+24
* | | staging/bcm: move IOCTL_BCM_GET_CURRENT_STATUS case out to its own function.Dave Jones2014-02-131-26/+29
* | | staging/bcm: move IOCTL_BCM_GET_DRIVER_VERSION case out to its own function.Dave Jones2014-02-131-14/+20
* | | staging/bcm: move IOCTL_BCM_SWITCH_TRANSFER_MODE case out to its own function.Dave Jones2014-02-131-17/+22
* | | staging/bcm: move IOCTL_QOS_THRESHOLD case out to its own function.Dave Jones2014-02-131-13/+16
* | | staging/bcm: move IOCTL_CHIP_RESET case out to its own function.Dave Jones2014-02-131-15/+23
* | | staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_STOP case out to its own function.Dave Jones2014-02-131-63/+71
* | | staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD case out to its own function.Dave Jones2014-02-131-72/+79
* | | staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_START case out to its own function.Dave Jones2014-02-131-30/+37
* | | staging/bcm: move several request ioctl cases out to its own function.Dave Jones2014-02-131-38/+46
* | | staging/bcm: move IOCTL_BCM_GPIO_MODE_REQUEST case out to its own function.Dave Jones2014-02-131-76/+80
* | | staging/bcm: move IOCTL_BCM_GPIO_MULTI_REQUEST case out to its own function.Dave Jones2014-02-131-88/+95
* | | staging/bcm: move IOCTL_BCM_GPIO_STATUS_REQUEST case out to its own function.Dave Jones2014-02-131-35/+43
* | | staging/bcm: move BCM_LED_THREAD_STATE_CHANGE_REQ case out to its own function.Dave Jones2014-02-131-44/+51
* | | staging/bcm: move IOCTL_BCM_GPIO_SET_REQUEST case out to its own function.Dave Jones2014-02-131-104/+111
* | | staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_WRITE case out to its own function.Dave Jones2014-02-131-59/+67
* | | staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_READ case out to its own function.Dave Jones2014-02-131-59/+68
* | | staging/bcm: move IOCTL_BCM_REGISTER_WRITE_PRIVATE case out to its own function.Dave Jones2014-02-131-40/+49
* | | staging/bcm: move IOCTL_BCM_REGISTER_READ_PRIVATE case out to its own function.Dave Jones2014-02-131-44/+52
* | | Staging: bcm: DDRInit: fix up spacing issues.Gary Rookard2014-02-071-14/+14
|/ /
* | Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-2011-1552/+1442
|\ \
| * | staging: bcm : Fix typo in staging/bcmMasanari Iida2014-01-114-11/+11
| * | Staging: bcm: DDRInit: fix up some bracing issues.Gary Rookard2014-01-091-77/+30
| * | staging: bcm: clean up a type issue in ConfigureEndPointTypesThroughEEPROM()Dan Carpenter2014-01-091-5/+5
| * | beeceem: Replace C99 comments with C89 ones and remove unneeded comments in I...Matthias Oefelein2014-01-081-6/+2
| * | beeceem: Fix newline issues at opening braces of conditional statements in In...Matthias Oefelein2014-01-081-45/+21
| * | beeceem: Fix whitespace issues at opening parentheses in InterfaceRx.cMatthias Oefelein2014-01-081-32/+32
| * | beeceem: Fix broken indentations in InterfaceRx.cMatthias Oefelein2014-01-081-29/+26
| * | beeceem: Fix missing spaces between function arguments in InterfaceRx.cMatthias Oefelein2014-01-081-17/+17
| * | beeceem: Fix missing spaces around operators and unwanted spaces around semic...Matthias Oefelein2014-01-081-13/+13
| * | beeceem: Replace C99-style comments with C89 pendants in InterfaceTx.cRalph Mueck2014-01-081-10/+10
| * | beeceem: Fix position of braces in conditional statements in InterfaceTx.cRalph Mueck2014-01-081-43/+20
| * | beeceem: Add spaces before opening parentheses in if-conditionals in Interfac...Ralph Mueck2014-01-081-15/+15
| * | beeceem: Fix several whitespace issues in InterfaceTx.cRalph Mueck2014-01-081-32/+32
| * | drivers: bcm: Remove unused function in nvm.cRashika Kheria2014-01-081-61/+0
| * | drivers: bcm: Mark functions as static in Qos.cRashika Kheria2014-01-081-3/+3
| * | drivers/staging/bcm: Integer overflowWenliang Fan2013-12-201-0/+9
| * | staging: bcm: fixed warning about no and prohibited space in InterfaceIdleMod...Gokulnath Avanashilingam2013-12-201-12/+12
| * | staging: bcm: using time_after and time_before in InterfaceIdleMode.cGokulnath Avanashilingam2013-12-201-3/+3
| * | staging: bcm: line over 80 characters in InterfaceIdleMode.cGokulnath Avanashilingam2013-12-201-54/+99
| * | staging: bcm: Remove Developer Debug prints in InterfaceIdleMode.cGokulnath Avanashilingam2013-12-201-47/+10
| * | staging: bcm: line over 80 characters in InterfaceDld.cGokulnath A2013-12-181-21/+49
| * | staging:bcm: Removed developer debug prints in InterfaceDld.cGokulnath A2013-12-181-56/+14
| * | Staging: bcm: DDRInit: fixed up some commenting issues.Gary Rookard2013-12-181-75/+74
| * | Staging: bcm: DDRInit: fixed issues w/ commenting.Gary Rookard2013-12-171-135/+136
| * | Staging: bcm: DDRInit: fixed issues w/ indentation.Gary Rookard2013-12-171-915/+915