index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
bcm
/
nvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-20
staging: bcm: remove driver
Jeff Kirsher
1
-4661
/
+0
2014-07-23
Staging: bcm: nvm.c: Don't pass the index
Matthias Beyer
1
-4
/
+3
2014-07-23
Staging: bcm: nvm.c: Fixed variable type
Matthias Beyer
1
-1
/
+1
2014-07-21
Staging: bcm: nvm.c: replaced member accessing with variable
Matthias Beyer
1
-3
/
+5
2014-07-21
Staging: bcm: nvm.c: Removed indentation level by concatenating nested if statements
Matthias Beyer
1
-8
/
+6
2014-07-21
Staging: bcm: nvm.c: Removed indentation level by using continue statement
Matthias Beyer
1
-12
/
+13
2014-07-21
Staging: bcm: nvm.c: Outsourced chunk of code into function
Matthias Beyer
1
-21
/
+47
2014-07-21
Staging: bcm: nvm.c: Shortened lines
Matthias Beyer
1
-21
/
+37
2014-07-09
staging: bcm: add missing blank lines after declarations
Pawel Lebioda
1
-0
/
+6
2014-06-26
staging: bcm: nvm.c: Cleaning up check unsigned is less than zero
Rickard Strandqvist
1
-2
/
+2
2014-06-19
staging: bcm: nvm.c: Cleaning up a array that is filled incompletely
Rickard Strandqvist
1
-2
/
+2
2014-03-19
Staging: bcm: Remove unnecessary parentheses
Tugce Sirin
1
-3
/
+3
2014-03-16
Staging: bcm: Fix sparse non-static symbol warning
Tugce Sirin
1
-12
/
+12
2014-01-11
staging: bcm : Fix typo in staging/bcm
Masanari Iida
1
-5
/
+5
2014-01-08
drivers: bcm: Remove unused function in nvm.c
Rashika Kheria
1
-61
/
+0
2013-12-20
drivers/staging/bcm: Integer overflow
Wenliang Fan
1
-0
/
+9
2013-10-28
staging: bcm: Replace FALSE with false
Lisa Nguyen
1
-67
/
+67
2013-10-28
staging: bcm: Replace BOOLEAN with bool
Lisa Nguyen
1
-12
/
+12
2013-09-17
Staging: bcm: nvm: fixed space prohibition
Aldo Iljazi
1
-6
/
+6
2013-08-23
staging: bcm: Fix typo in comments
Masanari Iida
1
-1
/
+1
2013-03-11
staging: bcm: don't cast kzalloc() return value
Mihnea Dobrescu-Balaur
1
-7
/
+7
2013-01-11
Staging: bcm: add a missing break statement
Dan Carpenter
1
-0
/
+1
2013-01-07
Staging: bcm: Remove typedef for eNVM_TYPE and call directly.
Kevin McKinney
1
-2
/
+2
2013-01-07
Staging: bcm: Remove typedef for _FLASH_CS_INFO and call directly.
Kevin McKinney
1
-6
/
+6
2013-01-07
Staging: bcm: Remove typedef for _FLASH_2X_CS_INFO and call directly.
Kevin McKinney
1
-6
/
+6
2013-01-07
Staging: bcm: Remove typedef for _FLASH2X_VENDORSPECIFIC_INFO and call directly.
Kevin McKinney
1
-1
/
+1
2013-01-07
Staging: bcm: Remove typedef for _DSD_HEADER and call directly.
Kevin McKinney
1
-18
/
+18
2013-01-07
Staging: bcm: Remove typedef for _ISO_HEADER and call directly.
Kevin McKinney
1
-10
/
+10
2012-11-26
Staging: bcm: Remove typedef for _FLASH2X_SECTION_VAL and reference directly.
Kevin McKinney
1
-43
/
+43
2012-11-26
Staging: bcm: Remove typedef for _FLASH2X_READWRITE and call directly.
Kevin McKinney
1
-1
/
+1
2012-11-26
Staging: bcm: Remove typedef for _FLASH2X_COPY_SECTION and call directly.
Kevin McKinney
1
-1
/
+1
2012-11-26
Staging: bcm: Remove typedef for _FLASH2X_BITMAP and call directly.
Kevin McKinney
1
-2
/
+2
2012-09-13
Staging: bcm: Fix udelay related compilation error
Tushar Behera
1
-1
/
+1
2012-08-17
staging: bcm: Fix typo in drivers/bcm
Masanari Iida
1
-1
/
+1
2012-06-20
Staging: bcm: Change order in if conditions to make more readable in nvm.c
Kevin McKinney
1
-4
/
+4
2012-06-20
Staging: bcm: Change conditions that check for NULL in nvm.c
Kevin McKinney
1
-14
/
+14
2012-06-20
Staging: bcm: Replace UINT with "unsigned int" in nvm.c
Kevin McKinney
1
-206
/
+206
2012-06-20
Staging: bcm: Replace INT with int in nvm.c
Kevin McKinney
1
-109
/
+109
2012-06-12
Staging: bcm: Return -ENOMEM instead of -1 when memory not acquired in nmv.c
Kevin McKinney
1
-2
/
+2
2012-06-12
Staging: bcm: Use udelay instead of msleep for delays in nvm.c
Kevin McKinney
1
-9
/
+9
2012-06-12
Staging: bcm: Fix ERROR: return is not a function, parentheses are not required.
Kevin McKinney
1
-2
/
+2
2012-06-12
Staging: bcm: Correctly format all comments in nvm.c
Kevin McKinney
1
-940
/
+955
2012-06-12
Staging: bcm: Properly format braces in nvm.c
Kevin McKinney
1
-1125
/
+659
2012-06-12
Staging: bcm: Fix all whitespace issues in nvm.c
Kevin McKinney
1
-2076
/
+1969
2012-06-04
Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.
Kevin McKinney
1
-97
/
+97
2011-11-26
Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE, IOCTL_BCM_EEPROM_REGISTER_READ
Kevin McKinney
1
-42
/
+53
2011-08-23
drivers/staging/bcm/nvm.c: add missing kfree
Julia Lawall
1
-4
/
+9
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-27
/
+27
2010-11-01
beceem: change startup messages
Stephen Hemminger
1
-28
/
+4
2010-11-01
beceem: make local functions static
Stephen Hemminger
1
-107
/
+66
[next]