aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/nvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-28staging: bcm: Replace FALSE with falseLisa Nguyen1-67/+67
2013-10-28staging: bcm: Replace BOOLEAN with boolLisa Nguyen1-12/+12
2013-09-17Staging: bcm: nvm: fixed space prohibitionAldo Iljazi1-6/+6
2013-08-23staging: bcm: Fix typo in commentsMasanari Iida1-1/+1
2013-03-11staging: bcm: don't cast kzalloc() return valueMihnea Dobrescu-Balaur1-7/+7
2013-01-11Staging: bcm: add a missing break statementDan Carpenter1-0/+1
2013-01-07Staging: bcm: Remove typedef for eNVM_TYPE and call directly.Kevin McKinney1-2/+2
2013-01-07Staging: bcm: Remove typedef for _FLASH_CS_INFO and call directly.Kevin McKinney1-6/+6
2013-01-07Staging: bcm: Remove typedef for _FLASH_2X_CS_INFO and call directly.Kevin McKinney1-6/+6
2013-01-07Staging: bcm: Remove typedef for _FLASH2X_VENDORSPECIFIC_INFO and call directly.Kevin McKinney1-1/+1
2013-01-07Staging: bcm: Remove typedef for _DSD_HEADER and call directly.Kevin McKinney1-18/+18
2013-01-07Staging: bcm: Remove typedef for _ISO_HEADER and call directly.Kevin McKinney1-10/+10
2012-11-26Staging: bcm: Remove typedef for _FLASH2X_SECTION_VAL and reference directly.Kevin McKinney1-43/+43
2012-11-26Staging: bcm: Remove typedef for _FLASH2X_READWRITE and call directly.Kevin McKinney1-1/+1
2012-11-26Staging: bcm: Remove typedef for _FLASH2X_COPY_SECTION and call directly.Kevin McKinney1-1/+1
2012-11-26Staging: bcm: Remove typedef for _FLASH2X_BITMAP and call directly.Kevin McKinney1-2/+2
2012-09-13Staging: bcm: Fix udelay related compilation errorTushar Behera1-1/+1
2012-08-17staging: bcm: Fix typo in drivers/bcmMasanari Iida1-1/+1
2012-06-20Staging: bcm: Change order in if conditions to make more readable in nvm.cKevin McKinney1-4/+4
2012-06-20Staging: bcm: Change conditions that check for NULL in nvm.cKevin McKinney1-14/+14
2012-06-20Staging: bcm: Replace UINT with "unsigned int" in nvm.cKevin McKinney1-206/+206
2012-06-20Staging: bcm: Replace INT with int in nvm.cKevin McKinney1-111/+111
2012-06-12Staging: bcm: Return -ENOMEM instead of -1 when memory not acquired in nmv.cKevin McKinney1-2/+2
2012-06-12Staging: bcm: Use udelay instead of msleep for delays in nvm.cKevin McKinney1-9/+9
2012-06-12Staging: bcm: Fix ERROR: return is not a function, parentheses are not required.Kevin McKinney1-2/+2
2012-06-12Staging: bcm: Correctly format all comments in nvm.cKevin McKinney1-940/+955
2012-06-12Staging: bcm: Properly format braces in nvm.cKevin McKinney1-1125/+659
2012-06-12Staging: bcm: Fix all whitespace issues in nvm.cKevin McKinney1-2087/+1980
2012-06-04Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney1-102/+102
2011-11-26Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE, IOCTL_BCM_EEPROM_REGISTER_READKevin McKinney1-42/+53
2011-08-23drivers/staging/bcm/nvm.c: add missing kfreeJulia Lawall1-4/+9
2011-03-31Fix common misspellingsLucas De Marchi1-27/+27
2010-11-01beceem: change startup messagesStephen Hemminger1-28/+4
2010-11-01beceem: make local functions staticStephen Hemminger1-107/+66
2010-11-01beceem: remove dead codeStephen Hemminger1-314/+0
2010-11-01beceem: remove OS wrapper libraryStephen Hemminger1-58/+47
2010-10-29beceem: remove ifdef'sStephen Hemminger1-18/+0
2010-10-05staging/bcm: add sparse annotationsArnd Bergmann1-27/+27
2010-09-08staging: Beeceem USB Wimax driverStephen Hemminger1-0/+5614