index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
bcm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-08-01
1
-26
/
+5
|
\
|
*
slightly reduce idiocy in drivers/staging/bcm/Misc.c
Al Viro
2012-07-29
1
-26
/
+5
*
|
staging: bcm: Misc.c: Remove unused macros
Marcos Paulo de Souza
2012-07-11
1
-3
/
+0
*
|
staging: bcm: Remove all commented macros
Marcos Paulo de Souza
2012-07-11
4
-8
/
+0
*
|
staging: bcm: Remove code that will never execute
Marcos Paulo de Souza
2012-07-11
1
-63
/
+0
*
|
staging: bcm: use %pM to print MAC addresses
Andy Shevchenko
2012-07-06
1
-28
/
+16
*
|
Staging: bcm: Change order in if conditions to make more readable in nvm.c
Kevin McKinney
2012-06-20
1
-4
/
+4
*
|
Staging: bcm: Change conditions that check for NULL in nvm.c
Kevin McKinney
2012-06-20
1
-14
/
+14
*
|
Staging: bcm: Replace UINT with "unsigned int" in nvm.c
Kevin McKinney
2012-06-20
1
-206
/
+206
*
|
Staging: bcm: Replace INT with int in nvm.c
Kevin McKinney
2012-06-20
1
-111
/
+111
*
|
staging bcm: spelling of suppress in code
Peter Meerwald
2012-06-13
2
-14
/
+14
*
|
staging bcm: spelling of suppress in comments
Peter Meerwald
2012-06-13
2
-6
/
+6
*
|
Staging: bcm: Return -ENOMEM instead of -1 when memory not acquired in nmv.c
Kevin McKinney
2012-06-12
1
-2
/
+2
*
|
Staging: bcm: Use udelay instead of msleep for delays in nvm.c
Kevin McKinney
2012-06-12
1
-9
/
+9
*
|
Staging: bcm: Fix ERROR: return is not a function, parentheses are not required.
Kevin McKinney
2012-06-12
1
-2
/
+2
*
|
Staging: bcm: Correctly format all comments in nvm.c
Kevin McKinney
2012-06-12
1
-940
/
+955
*
|
Staging: bcm: Properly format braces in nvm.c
Kevin McKinney
2012-06-12
1
-1125
/
+659
*
|
Staging: bcm: Fix all whitespace issues in nvm.c
Kevin McKinney
2012-06-12
1
-2087
/
+1980
*
|
Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.
Kevin McKinney
2012-06-04
34
-400
/
+399
*
|
Staging: bcm: Remove typedef for _LEADER and call directly.
Kevin McKinney
2012-06-04
7
-18
/
+17
*
|
Staging: bcm: Remove typedef for _PACKETTOSEND and call directly.
Kevin McKinney
2012-06-04
2
-5
/
+4
*
|
Staging: bcm: Remove typedef for _CONTROL_PACKET and call directly.
Kevin McKinney
2012-06-04
1
-3
/
+2
*
|
Staging: bcm: Remove typedef for link_request and call directly.
Kevin McKinney
2012-06-04
4
-15
/
+12
*
|
Staging: bcm: Remove typedef for _ADD_CONNECTION.
Kevin McKinney
2012-06-04
1
-20
/
+0
*
|
Staging: bcm: Remove typedef for _CLASSIFICATION_RULE.
Kevin McKinney
2012-06-04
1
-12
/
+0
*
|
Staging: bcm: Remove typedef for _CLASSIFICATION_ONLY.
Kevin McKinney
2012-06-04
1
-10
/
+0
*
|
Staging: bcm: Remove typedef for _S_HDR_SUPRESSION_CONTEXTINFO and call direc...
Kevin McKinney
2012-06-04
1
-3
/
+3
*
|
Staging: bcm: Remove typedef for _S_CLASSIFIER_RULE and call directly.
Kevin McKinney
2012-06-04
8
-43
/
+42
*
|
Staging: bcm: Remove typedef for _S_FRAGMENTED_PACKET_INFO and call directly.
Kevin McKinney
2012-06-04
4
-9
/
+9
*
|
Staging: bcm: Remove typedef for _packet_info and call directly.
Kevin McKinney
2012-06-04
5
-12
/
+10
*
|
Staging: bcm: Remove typedef for _PER_TARANG_DATA and call directly.
Kevin McKinney
2012-06-04
5
-14
/
+14
*
|
Staging: bcm: Remove condition check on macro REL_4_1 because it is not used.
Kevin McKinney
2012-06-04
2
-85
/
+0
*
|
Staging: bcm: Remove typedef for _STTARGETDSXBUFFER and call directly.
Kevin McKinney
2012-06-04
1
-3
/
+3
*
|
Staging: bcm: Remove typedef for _ETH_HEADER_STRUC and call directly.
Kevin McKinney
2012-06-04
3
-12
/
+11
*
|
Staging: bcm: Remove typedef for FirmwareInfo and call directly.
Kevin McKinney
2012-06-04
4
-7
/
+7
*
|
Staging: bcm: Remove typedef for _cntl_pkt in Adapter.h
Kevin McKinney
2012-06-04
1
-4
/
+1
*
|
Staging: bcm: Remove typedef for _DDR_SETTING and call directly.
Kevin McKinney
2012-06-04
2
-34
/
+33
*
|
Staging: bcm: Remove typedef from "eInterface_setting" in Adapter.h
Kevin McKinney
2012-06-04
1
-2
/
+2
|
/
*
Staging: bcm: Remove two unused variables from Adapter.h
Kevin McKinney
2012-05-18
1
-2
/
+0
*
Staging: bcm: Removes the volatile type definition from Adapter.h
Kevin McKinney
2012-05-18
1
-2
/
+2
*
Staging: bcm: Rename all "INT" to "int" in Adapter.h
Kevin McKinney
2012-05-18
1
-11
/
+11
*
Staging: bcm: Fix warning: __packed vs. __attribute__((packed)) in Adapter.h
Kevin McKinney
2012-05-18
1
-6
/
+6
*
Staging: bcm: Correctly format all comments in Adapter.h
Kevin McKinney
2012-05-18
1
-62
/
+67
*
Staging: bcm: Fix all whitespace issues in Adapter.h
Kevin McKinney
2012-05-18
1
-374
/
+342
*
Staging: bcm: Properly format braces in Adapter.h
Kevin McKinney
2012-05-18
1
-52
/
+26
*
staging: replace open-coded ARRAY_SIZEs
Jim Cromie
2012-04-10
1
-13
/
+13
*
Staging: bcm: IPv6Protocol.c: coding style fix
Max Tottenham
2012-04-10
1
-8
/
+4
*
Staging: bcm: IPv6Protocol.c: coding style fix
Max Tottenham
2012-04-10
1
-51
/
+111
*
Staging: bcm: IPv6Protocol.c coding style fix
Max Tottenham
2012-04-10
1
-6
/
+6
*
Staging: bcm: IPv6Protocol.c coding style fix
Max Tottenham
2012-04-10
1
-29
/
+30
[next]