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
/
dgap
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: dgap: fix the rest of the checkpatch warnings in dgap.c
Mark Hounschell
2014-03-19
2
-63
/
+42
*
staging: dgap: re-factor some more code for 80+ lines
Mark Hounschell
2014-03-19
1
-15
/
+25
*
staging: dgap: get rid of DGAP_LOCK and DGAP_UNLOCK macros
Mark Hounschell
2014-03-19
2
-227
/
+222
*
staging: dgap: re-factor some code for 80+ lines as reported by checkpatch
Mark Hounschell
2014-03-19
1
-72
/
+35
*
staging: dgap: Fixed sparse error: same symbol redeclared with different type
Masood Mehmood
2014-03-18
1
-7
/
+6
*
staging: dgap: Add a pr_info per board info
Mark Hounschell
2014-03-17
1
-0
/
+4
*
staging: dgap: remove more unneeded brd-state states
Mark Hounschell
2014-03-17
2
-20
/
+17
*
staging: dgap: remove unused brd->state states
Mark Hounschell
2014-03-17
2
-22
/
+0
*
staging: dgap: remove unneeded dgap_driver_states
Mark Hounschell
2014-03-17
2
-27
/
+1
*
staging: dgap: Replace/remove DGAP_SPINLOCK_INIT macro
Mark Hounschell
2014-03-17
2
-3
/
+2
*
staging: dgap: Remove unused DGAP_TRYLOCK macro
Mark Hounschell
2014-03-17
1
-1
/
+0
*
staging: dgap: Remove unneeded code from dgap.c
Mark Hounschell
2014-03-17
1
-149
/
+0
*
staging: dgap: remove some unused defines in dgap.h
Mark Hounschell
2014-03-17
1
-51
/
+2
*
staging: dgap: fix a few more 80+ char lines (02/02)
Mark Hounschell
2014-03-17
1
-9
/
+17
*
staging: dgap: fix a few more 80+ char lines (01/02)
Mark Hounschell
2014-03-17
1
-49
/
+113
*
staging: dgap: fix a few 80+ char lines
Mark Hounschell
2014-03-17
1
-25
/
+30
*
staging: dgap: Fix mismatch in function argument types
Himangi Saraogi
2014-03-16
1
-1
/
+1
*
staging: dgap: implement proper error handling in dgap_start()
Alexey Khoroshilov
2014-03-08
1
-1
/
+17
*
staging: dgap: remove unneeded status variables
Alexey Khoroshilov
2014-03-08
1
-48
/
+33
*
Staging:dgap: Fix Macros with complex values should be enclosed in dgap.h
Ebru Akagunduz
2014-03-08
1
-28
/
+28
*
Staging:dgap: Fix "foo * bar" should be "foo *bar" in dgap.h
Ebru Akagunduz
2014-03-07
1
-1
/
+1
*
Staging:dgap: Fix open brace '{' following struct go on the same line in dgap.h
Ebru Akagunduz
2014-03-07
1
-4
/
+2
*
staging: dgap: Simplify and cleanup dgap_init_module function
Mark Hounschell
2014-03-06
1
-25
/
+13
*
staging: dgap: Remove printks associated with sysfile creation
Mark Hounschell
2014-03-06
1
-20
/
+19
*
staging: dgap: Remove some dead code
Mark Hounschell
2014-03-06
1
-84
/
+3
*
staging: dgap: fix a few more 80+ lines as reported by checkpatch
Mark Hounschell
2014-03-06
1
-7
/
+16
*
staging: dgap: fix a few more 80+ lines as reported by checkpatch
Mark Hounschell
2014-03-06
1
-33
/
+67
*
staging: dgap: fix a few more 80+ lines as reported by checkpatch
Mark Hounschell
2014-03-06
1
-18
/
+34
*
staging: dgap: fix a few 80+ char lines as reported by checkpatch
Mark Hounschell
2014-03-06
2
-145
/
+179
*
staging: dgap: fix suspect code indent for conditional statements checkpatch ...
Mark Hounschell
2014-03-06
1
-7
/
+9
*
staging: dgap: fix checkpatch warning on sscanf usage
Mark Hounschell
2014-03-06
1
-1
/
+2
*
staging: dgap: Remove module param and sysfs var rawreadok
Mark Hounschell
2014-03-06
1
-26
/
+0
*
staging: dgap: remove unnecessary dgap_global_lock
Mark Hounschell
2014-03-06
1
-9
/
+1
*
staging: dgap: Don't remove sysfs group we failed to create
Mark Hounschell
2014-03-06
1
-3
/
+1
*
staging: dgap: fix some pr_warns with new lines in the string
Mark Hounschell
2014-03-06
1
-5
/
+9
*
staging: dgap: Add curly braces back in for Multi-line indent block
Mark Hounschell
2014-03-06
1
-1
/
+2
*
staging: dgap: get rid of nasty DGAP_VERIFY_BOARD macro
Mark Hounschell
2014-03-06
1
-19
/
+43
*
staging: dgap: Remove more degug/tracing code
Mark Hounschell
2014-03-06
2
-32
/
+0
*
staging: dgap: Fix various previously missed checkpatch errors
Mark Hounschell
2014-03-06
1
-11
/
+8
*
staging: dgap: Fix printk related errors as reported by checkpatch
Mark Hounschell
2014-03-06
1
-4
/
+2
*
staging:dgap: Fix externs should be avoided in .c files as reported by checkp...
Mark Hounschell
2014-03-06
1
-6
/
+5
*
staging: dgap: fix do not use assignment in if condition as reported by check...
Mark Hounschell
2014-02-28
1
-25
/
+50
*
staging: dgap: Fix white space errors as reported by checkpatch
Mark Hounschell
2014-02-28
1
-228
/
+86
*
staging: dgap: Fix bracing errors reported by checkpatch
Mark Hounschell
2014-02-28
1
-217
/
+121
*
staging: dgap: Fix include errs reported by checkpatch
Mark Hounschell
2014-02-28
1
-2
/
+2
*
staging: dgap: Fix foo* bar should be foo *bar as reported by checkpatch
Mark Hounschell
2014-02-28
1
-2
/
+2
*
staging: dgap: Fix indent errs as reported by checkpatch
Mark Hounschell
2014-02-28
1
-71
/
+77
*
staging: dgap: Fix all return statments in err as reported by checkpatch
Mark Hounschell
2014-02-28
1
-336
/
+336
*
staging:dgap: remove digi debug and tracing code
Mark Hounschell
2014-02-28
2
-603
/
+58
*
staging: dgap: fix kernel oops on port open
Mark Hounschell
2014-02-27
2
-12
/
+43
[next]