summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/nvm.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-20staging: bcm: remove driverJeff Kirsher1-4661/+0
2014-07-23Staging: bcm: nvm.c: Don't pass the indexMatthias Beyer1-4/+3
2014-07-23Staging: bcm: nvm.c: Fixed variable typeMatthias Beyer1-1/+1
2014-07-21Staging: bcm: nvm.c: replaced member accessing with variableMatthias Beyer1-3/+5
2014-07-21Staging: bcm: nvm.c: Removed indentation level by concatenating nested if sta...Matthias Beyer1-8/+6
2014-07-21Staging: bcm: nvm.c: Removed indentation level by using continue statementMatthias Beyer1-12/+13
2014-07-21Staging: bcm: nvm.c: Outsourced chunk of code into functionMatthias Beyer1-22/+48
2014-07-21Staging: bcm: nvm.c: Shortened linesMatthias Beyer1-24/+40
2014-07-09staging: bcm: add missing blank lines after declarationsPawel Lebioda1-0/+6
2014-06-26staging: bcm: nvm.c: Cleaning up check unsigned is less than zeroRickard Strandqvist1-2/+2
2014-06-19staging: bcm: nvm.c: Cleaning up a array that is filled incompletelyRickard Strandqvist1-2/+2
2014-03-19Staging: bcm: Remove unnecessary parenthesesTugce Sirin1-3/+3
2014-03-16Staging: bcm: Fix sparse non-static symbol warningTugce Sirin1-12/+12
2014-01-11staging: bcm : Fix typo in staging/bcmMasanari Iida1-5/+5
2014-01-08drivers: bcm: Remove unused function in nvm.cRashika Kheria1-61/+0
2013-12-20drivers/staging/bcm: Integer overflowWenliang Fan1-0/+9
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,...Kevin 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