summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/nvm.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: bcm: nvm.c: Don't pass the indexMatthias Beyer2014-07-231-4/+3
* Staging: bcm: nvm.c: Fixed variable typeMatthias Beyer2014-07-231-1/+1
* Staging: bcm: nvm.c: replaced member accessing with variableMatthias Beyer2014-07-211-3/+5
* Staging: bcm: nvm.c: Removed indentation level by concatenating nested if sta...Matthias Beyer2014-07-211-8/+6
* Staging: bcm: nvm.c: Removed indentation level by using continue statementMatthias Beyer2014-07-211-12/+13
* Staging: bcm: nvm.c: Outsourced chunk of code into functionMatthias Beyer2014-07-211-22/+48
* Staging: bcm: nvm.c: Shortened linesMatthias Beyer2014-07-211-24/+40
* staging: bcm: add missing blank lines after declarationsPawel Lebioda2014-07-091-0/+6
* staging: bcm: nvm.c: Cleaning up check unsigned is less than zeroRickard Strandqvist2014-06-261-2/+2
* staging: bcm: nvm.c: Cleaning up a array that is filled incompletelyRickard Strandqvist2014-06-191-2/+2
* Staging: bcm: Remove unnecessary parenthesesTugce Sirin2014-03-191-3/+3
* Staging: bcm: Fix sparse non-static symbol warningTugce Sirin2014-03-161-12/+12
* staging: bcm : Fix typo in staging/bcmMasanari Iida2014-01-111-5/+5
* drivers: bcm: Remove unused function in nvm.cRashika Kheria2014-01-081-61/+0
* drivers/staging/bcm: Integer overflowWenliang Fan2013-12-201-0/+9
* staging: bcm: Replace FALSE with falseLisa Nguyen2013-10-281-67/+67
* staging: bcm: Replace BOOLEAN with boolLisa Nguyen2013-10-281-12/+12
* Staging: bcm: nvm: fixed space prohibitionAldo Iljazi2013-09-171-6/+6
* staging: bcm: Fix typo in commentsMasanari Iida2013-08-231-1/+1
* staging: bcm: don't cast kzalloc() return valueMihnea Dobrescu-Balaur2013-03-111-7/+7
* Staging: bcm: add a missing break statementDan Carpenter2013-01-111-0/+1
* Staging: bcm: Remove typedef for eNVM_TYPE and call directly.Kevin McKinney2013-01-071-2/+2
* Staging: bcm: Remove typedef for _FLASH_CS_INFO and call directly.Kevin McKinney2013-01-071-6/+6
* Staging: bcm: Remove typedef for _FLASH_2X_CS_INFO and call directly.Kevin McKinney2013-01-071-6/+6
* Staging: bcm: Remove typedef for _FLASH2X_VENDORSPECIFIC_INFO and call directly.Kevin McKinney2013-01-071-1/+1
* Staging: bcm: Remove typedef for _DSD_HEADER and call directly.Kevin McKinney2013-01-071-18/+18
* Staging: bcm: Remove typedef for _ISO_HEADER and call directly.Kevin McKinney2013-01-071-10/+10
* Staging: bcm: Remove typedef for _FLASH2X_SECTION_VAL and reference directly.Kevin McKinney2012-11-261-43/+43
* Staging: bcm: Remove typedef for _FLASH2X_READWRITE and call directly.Kevin McKinney2012-11-261-1/+1
* Staging: bcm: Remove typedef for _FLASH2X_COPY_SECTION and call directly.Kevin McKinney2012-11-261-1/+1
* Staging: bcm: Remove typedef for _FLASH2X_BITMAP and call directly.Kevin McKinney2012-11-261-2/+2
* Staging: bcm: Fix udelay related compilation errorTushar Behera2012-09-131-1/+1
* staging: bcm: Fix typo in drivers/bcmMasanari Iida2012-08-171-1/+1
* Staging: bcm: Change order in if conditions to make more readable in nvm.cKevin McKinney2012-06-201-4/+4
* Staging: bcm: Change conditions that check for NULL in nvm.cKevin McKinney2012-06-201-14/+14
* Staging: bcm: Replace UINT with "unsigned int" in nvm.cKevin McKinney2012-06-201-206/+206
* Staging: bcm: Replace INT with int in nvm.cKevin McKinney2012-06-201-111/+111
* Staging: bcm: Return -ENOMEM instead of -1 when memory not acquired in nmv.cKevin McKinney2012-06-121-2/+2
* Staging: bcm: Use udelay instead of msleep for delays in nvm.cKevin McKinney2012-06-121-9/+9
* Staging: bcm: Fix ERROR: return is not a function, parentheses are not required.Kevin McKinney2012-06-121-2/+2
* Staging: bcm: Correctly format all comments in nvm.cKevin McKinney2012-06-121-940/+955
* Staging: bcm: Properly format braces in nvm.cKevin McKinney2012-06-121-1125/+659
* Staging: bcm: Fix all whitespace issues in nvm.cKevin McKinney2012-06-121-2087/+1980
* Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.Kevin McKinney2012-06-041-102/+102
* Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE,...Kevin McKinney2011-11-261-42/+53
* drivers/staging/bcm/nvm.c: add missing kfreeJulia Lawall2011-08-231-4/+9
* Fix common misspellingsLucas De Marchi2011-03-311-27/+27
* beceem: change startup messagesStephen Hemminger2010-11-011-28/+4
* beceem: make local functions staticStephen Hemminger2010-11-011-107/+66
* beceem: remove dead codeStephen Hemminger2010-11-011-314/+0
OpenPOWER on IntegriCloud