summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm/nvm.c
AgeCommit message (Expand)Author
2014-10-20staging: bcm: remove driverJeff Kirsher
2014-07-24Staging: bcm: nvm.c: Don't pass the indexMatthias Beyer
2014-07-24Staging: bcm: nvm.c: Fixed variable typeMatthias Beyer
2014-07-21Staging: bcm: nvm.c: replaced member accessing with variableMatthias Beyer
2014-07-21Staging: bcm: nvm.c: Removed indentation level by concatenating nested if sta...Matthias Beyer
2014-07-21Staging: bcm: nvm.c: Removed indentation level by using continue statementMatthias Beyer
2014-07-21Staging: bcm: nvm.c: Outsourced chunk of code into functionMatthias Beyer
2014-07-21Staging: bcm: nvm.c: Shortened linesMatthias Beyer
2014-07-09staging: bcm: add missing blank lines after declarationsPawel Lebioda
2014-06-27staging: bcm: nvm.c: Cleaning up check unsigned is less than zeroRickard Strandqvist
2014-06-20staging: bcm: nvm.c: Cleaning up a array that is filled incompletelyRickard Strandqvist
2014-03-19Staging: bcm: Remove unnecessary parenthesesTugce Sirin
2014-03-17Staging: bcm: Fix sparse non-static symbol warningTugce Sirin
2014-01-11staging: bcm : Fix typo in staging/bcmMasanari Iida
2014-01-08drivers: bcm: Remove unused function in nvm.cRashika Kheria
2013-12-20drivers/staging/bcm: Integer overflowWenliang Fan
2013-10-28staging: bcm: Replace FALSE with falseLisa Nguyen
2013-10-28staging: bcm: Replace BOOLEAN with boolLisa Nguyen
2013-09-17Staging: bcm: nvm: fixed space prohibitionAldo Iljazi
2013-08-23staging: bcm: Fix typo in commentsMasanari Iida
2013-03-11staging: bcm: don't cast kzalloc() return valueMihnea Dobrescu-Balaur
2013-01-12Staging: bcm: add a missing break statementDan Carpenter
2013-01-07Staging: bcm: Remove typedef for eNVM_TYPE and call directly.Kevin McKinney
2013-01-07Staging: bcm: Remove typedef for _FLASH_CS_INFO and call directly.Kevin McKinney
2013-01-07Staging: bcm: Remove typedef for _FLASH_2X_CS_INFO and call directly.Kevin McKinney
2013-01-07Staging: bcm: Remove typedef for _FLASH2X_VENDORSPECIFIC_INFO and call directly.Kevin McKinney
2013-01-07Staging: bcm: Remove typedef for _DSD_HEADER and call directly.Kevin McKinney
2013-01-07Staging: bcm: Remove typedef for _ISO_HEADER and call directly.Kevin McKinney
2012-11-27Staging: bcm: Remove typedef for _FLASH2X_SECTION_VAL and reference directly.Kevin McKinney
2012-11-27Staging: bcm: Remove typedef for _FLASH2X_READWRITE and call directly.Kevin McKinney
2012-11-27Staging: bcm: Remove typedef for _FLASH2X_COPY_SECTION and call directly.Kevin McKinney
2012-11-27Staging: bcm: Remove typedef for _FLASH2X_BITMAP and call directly.Kevin McKinney
2012-09-14Staging: bcm: Fix udelay related compilation errorTushar Behera
2012-08-17staging: bcm: Fix typo in drivers/bcmMasanari Iida
2012-06-20Staging: bcm: Change order in if conditions to make more readable in nvm.cKevin McKinney
2012-06-20Staging: bcm: Change conditions that check for NULL in nvm.cKevin McKinney
2012-06-20Staging: bcm: Replace UINT with "unsigned int" in nvm.cKevin McKinney
2012-06-20Staging: bcm: Replace INT with int in nvm.cKevin McKinney
2012-06-12Staging: bcm: Return -ENOMEM instead of -1 when memory not acquired in nmv.cKevin McKinney
2012-06-12Staging: bcm: Use udelay instead of msleep for delays in nvm.cKevin McKinney
2012-06-12Staging: bcm: Fix ERROR: return is not a function, parentheses are not required.Kevin McKinney
2012-06-12Staging: bcm: Correctly format all comments in nvm.cKevin McKinney
2012-06-12Staging: bcm: Properly format braces in nvm.cKevin McKinney
2012-06-12Staging: bcm: Fix all whitespace issues in nvm.cKevin McKinney
2012-06-05Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney
2011-11-27Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE,...Kevin McKinney
2011-08-23drivers/staging/bcm/nvm.c: add missing kfreeJulia Lawall
2011-03-31Fix common misspellingsLucas De Marchi
2010-11-01beceem: change startup messagesStephen Hemminger
2010-11-01beceem: make local functions staticStephen Hemminger