summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Bcmchar.c
Commit message (Expand)AuthorAgeFilesLines
* staging: bcm: Remove redundant casting in Bcmchar.cSachin Kamat2014-06-181-1/+1
* drivers/staging: Remove useless return variablesPeter Senna Tschudin2014-05-261-2/+1
* Staging: bcm: Indentation fixes in Bcmchar.cMatthias Beyer2014-05-231-103/+115
* Staging: bcm: Outsourced IsFlash2x() handlingMatthias Beyer2014-05-231-43/+55
* Staging: bcm: Outsourced cmd handling to functionMatthias Beyer2014-05-231-28/+42
* Staging: bcm: Fixed line lengthsMatthias Beyer2014-05-231-26/+50
* Staging: bcm: Removed unreachable code line in Bcmchar.cEbru Akagunduz2014-03-161-3/+1
* Staging: bcm: fix line over 80 characters in Bcmchar.cEbru Akagunduz2014-03-161-226/+461
* staging/bcm: integer underflow leads to OomDan Carpenter2014-02-181-1/+1
* staging/bcm: two information leaks in ioctlDan Carpenter2014-02-181-0/+4
* staging/bcm: move IOCTL_BCM_TIME_SINCE_NET_ENTRY case out to its own function.Dave Jones2014-02-131-18/+24
* staging/bcm: move IOCTL_BCM_GET_DEVICE_DRIVER_INFO case out to its own function.Dave Jones2014-02-131-22/+29
* staging/bcm: move IOCTL_BCM_CNTRLMSG_MASK case out to its own function.Dave Jones2014-02-131-24/+30
* staging/bcm: move IOCTL_BCM_NVM_RAW_READ case out to its own function.Dave Jones2014-02-131-87/+94
* staging/bcm: move IOCTL_BCM_SELECT_DSD case out to its own function.Dave Jones2014-02-131-43/+50
* staging/bcm: move IOCTL_BCM_GET_FLASH_CS_INFO case out to its own function.Dave Jones2014-02-131-31/+37
* staging/bcm: move IOCTL_BCM_COPY_SECTION case out to its own function.Dave Jones2014-02-131-73/+80
* staging/bcm: formatting cleaning for IOCTL_BCM_IDENTIFY_ACTIVE_SECTIONDave Jones2014-02-131-3/+2
* staging/bcm: move IOCTL_BCM_SET_ACTIVE_SECTION case out to its own function.Dave Jones2014-02-131-39/+48
* staging/bcm: move IOCTL_BCM_GET_FLASH2X_SECTION_BITMAP case out to its own fu...Dave Jones2014-02-131-39/+47
* staging/bcm: move IOCTL_BCM_FLASH2X_SECTION_WRITE case out to its own function.Dave Jones2014-02-131-108/+115
* staging/bcm: move IOCTL_BCM_FLASH2X_SECTION_READ case out to its own function.Dave Jones2014-02-131-90/+97
* staging/bcm: move IOCTL_BCM_NVM_[READ|WRITE] cases out to their own function.Dave Jones2014-02-131-141/+149
* staging/bcm: move IOCTL_BCM_SET_DEBUG case out to its own function.Dave Jones2014-02-131-33/+38
* staging/bcm: move IOCTL_BCM_CAL_INIT case out to its own function.Dave Jones2014-02-131-33/+42
* 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 : Fix typo in staging/bcmMasanari Iida2014-01-111-3/+3
* Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman2013-11-221-42/+94
|\
OpenPOWER on IntegriCloud